Skip to content

Commit d54b8e3

Browse files
committed
i18n: Add new language: mr (Marathi)
None of the strings are translated, so it's not yet time to offer it in the UI.
1 parent 4c6fc5c commit d54b8e3

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
@@ -160,6 +160,10 @@ declare module '../../static/translations/messages_mn.json' {
160160
declare export default {| [string]: string |};
161161
}
162162

163+
declare module '../../static/translations/messages_mr.json' {
164+
declare export default {| [string]: string |};
165+
}
166+
163167
declare module '../../static/translations/messages_my.json' {
164168
declare export default {| [string]: string |};
165169
}

src/i18n/messagesByLanguage.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ export default {
5050
lv: require('../../static/translations/messages_lv.json'),
5151
ml: require('../../static/translations/messages_ml.json'),
5252
mn: require('../../static/translations/messages_mn.json'),
53+
mr: require('../../static/translations/messages_mr.json'),
5354
my: require('../../static/translations/messages_my.json'),
5455
nl: require('../../static/translations/messages_nl.json'),
5556
no: require('../../static/translations/messages_no.json'),

0 commit comments

Comments
 (0)