From 7309434bd83f5f507fb924ca5b4da6ac20667558 Mon Sep 17 00:00:00 2001 From: Lloyd Hilaiel <lloyd@hilaiel.com> Date: Tue, 31 Jan 2012 13:37:14 -0700 Subject: [PATCH] also add db-LB to aws deployments, needed for testing l10n --- config/aws.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/config/aws.json b/config/aws.json index a5d4243c1..fbeab0071 100644 --- a/config/aws.json +++ b/config/aws.json @@ -22,10 +22,11 @@ "en-US" ], // for amazon deployments, enable it-CH which is the trigger language - // for localization tests, and en-US - // this can be overridden by adding more to config.json on the VM + // for localization tests db-LB (which is a testing language where chars + // are inverted and reversed), and en-US. + // This set can be overridden by adding more to config.json on the VM. "supported_languages": [ - "en-US", "it-CH" + "en-US", "it-CH", "db-LB" ], "locale_directory": "/home/app/code/locale", "express_log_format": "default", -- GitLab