diff --git a/config/aws.json b/config/aws.json index 7170fa3f9905877bd2d6fcc7afa769e2c8baf2c1..a5d4243c1e9e9bab5e31c414632792558ae265d3 100644 --- a/config/aws.json +++ b/config/aws.json @@ -21,6 +21,12 @@ "default_lang": [ "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 + "supported_languages": [ + "en-US", "it-CH" + ], "locale_directory": "/home/app/code/locale", "express_log_format": "default", "email_to_console": false,