Skip to content
Snippets Groups Projects
Commit 3eb8dfc1 authored by Austin King's avatar Austin King
Browse files

Adding 30 new locales to dev... w00t

parent 84e05013
No related branches found
No related tags found
No related merge requests found
......@@ -121,7 +121,13 @@ g_configs.local = {
}
*/
default_lang: g_configs.production.default_lang,
supported_languages: ['en-US', 'it-CH', 'db-LB'], // it-CH and db-LB are debug
// it-CH and db-LB are debug
supported_languages: [
'af', 'ca', 'cs', 'db_LB', 'de', 'en_US', 'eo', 'es', 'es_MX', 'eu', 'fr',
'fy', 'gd', 'gl', 'hr', 'it', 'ja', 'lij', 'lt', 'ml', 'nl', 'pl', 'rm',
'ro', 'ru', 'sk', 'sl', 'son', 'sq', 'sr', 'tr', 'zh_CN', 'zh_TW',
'it-CH', 'db-LB'
],
locale_directory: g_configs.production.locale_directory
};
......
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