Skip to content

Commit 2c12a76

Browse files
committed
i18n: Add new language: sl (Slovenian)
This is still showing 0% translated in Transifex, so it's not yet time to offer it in the UI. Perhaps soon!
1 parent f530a28 commit 2c12a76

File tree

3 files changed

+463
-0
lines changed

3 files changed

+463
-0
lines changed

flow-typed/translations.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,10 @@ declare module '../../static/translations/messages_sk.json' {
216216
declare export default {| [string]: string |};
217217
}
218218

219+
declare module '../../static/translations/messages_sl.json' {
220+
declare export default {| [string]: string |};
221+
}
222+
219223
declare module '../../static/translations/messages_sr.json' {
220224
declare export default {| [string]: string |};
221225
}

src/i18n/messagesByLanguage.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ export default {
6464
sco: require('../../static/translations/messages_sco.json'),
6565
si: require('../../static/translations/messages_si.json'),
6666
sk: require('../../static/translations/messages_sk.json'),
67+
sl: require('../../static/translations/messages_sl.json'),
6768
sr: require('../../static/translations/messages_sr.json'),
6869
sv: require('../../static/translations/messages_sv.json'),
6970
ta: require('../../static/translations/messages_ta.json'),

0 commit comments

Comments
 (0)