Hook in bg and tr locales
This commit is contained in:
parent
3c182b5a26
commit
759603eea5
@ -18,7 +18,8 @@
|
||||
|
||||
### 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)
|
||||
|
||||
|
1
locale/bg/LC_MESSAGES/converse.json
Normal file
1
locale/bg/LC_MESSAGES/converse.json
Normal file
File diff suppressed because one or more lines are too long
1
locale/tr/LC_MESSAGES/converse.json
Normal file
1
locale/tr/LC_MESSAGES/converse.json
Normal file
File diff suppressed because one or more lines are too long
@ -308,9 +308,9 @@
|
||||
keepalive: true,
|
||||
locales_url: 'locale/{{{locale}}}/LC_MESSAGES/converse.json',
|
||||
locales: [
|
||||
'af', 'ca', 'de', 'es', 'en', 'fr', 'he',
|
||||
'af', 'bg', 'ca', 'de', 'es', 'en', 'fr', 'he',
|
||||
'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_storage: 'session',
|
||||
|
@ -15,6 +15,7 @@
|
||||
"lodash.noconflict",
|
||||
"moment",
|
||||
'moment/locale/af',
|
||||
'moment/locale/bg',
|
||||
'moment/locale/ca',
|
||||
'moment/locale/de',
|
||||
'moment/locale/es',
|
||||
|
Loading…
Reference in New Issue
Block a user