Commit 759603ee authored by JC Brand's avatar JC Brand

Hook in bg and tr locales

parent 3c182b5a
...@@ -18,7 +18,8 @@ ...@@ -18,7 +18,8 @@
### Translation changes ### Translation changes
- Updated German, Bulgarian, Russian, Chinese (traditional), Norwegian Bokmål and French translations. - New locale: Bulgarian
- Updated German, Russian, Chinese (traditional), Norwegian Bokmål and French translations.
## 3.3.3 (2018-02-14) ## 3.3.3 (2018-02-14)
......
This diff is collapsed.
This diff is collapsed.
...@@ -308,9 +308,9 @@ ...@@ -308,9 +308,9 @@
keepalive: true, keepalive: true,
locales_url: 'locale/{{{locale}}}/LC_MESSAGES/converse.json', locales_url: 'locale/{{{locale}}}/LC_MESSAGES/converse.json',
locales: [ locales: [
'af', 'ca', 'de', 'es', 'en', 'fr', 'he', 'af', 'bg', 'ca', 'de', 'es', 'en', 'fr', 'he',
'hu', 'id', 'it', 'ja', 'nb', 'nl', 'hu', 'id', 'it', 'ja', 'nb', 'nl',
'pl', 'pt_BR', 'ru', 'uk', 'zh_CN', 'zh_TW' 'pl', 'pt_BR', 'ru', 'tr', 'uk', 'zh_CN', 'zh_TW'
], ],
message_carbons: true, message_carbons: true,
message_storage: 'session', message_storage: 'session',
......
...@@ -15,6 +15,7 @@ ...@@ -15,6 +15,7 @@
"lodash.noconflict", "lodash.noconflict",
"moment", "moment",
'moment/locale/af', 'moment/locale/af',
'moment/locale/bg',
'moment/locale/ca', 'moment/locale/ca',
'moment/locale/de', 'moment/locale/de',
'moment/locale/es', 'moment/locale/es',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment