Skip to content
Snippets Groups Projects
Commit 7309434b authored by Lloyd Hilaiel's avatar Lloyd Hilaiel
Browse files

also add db-LB to aws deployments, needed for testing l10n

parent 030d4793
No related branches found
No related tags found
No related merge requests found
......@@ -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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment