Skip to content

Commit f1f4e57

Browse files
committed
i18n: Add new language from Transifex: lv (Latvian)
1 parent 813082d commit f1f4e57

File tree

3 files changed

+382
-0
lines changed

3 files changed

+382
-0
lines changed

flow-typed/translations.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,10 @@ declare module '../../static/translations/messages_lt.json' {
120120
declare export default {| [string]: string |};
121121
}
122122

123+
declare module '../../static/translations/messages_lv.json' {
124+
declare export default {| [string]: string |};
125+
}
126+
123127
declare module '../../static/translations/messages_ml.json' {
124128
declare export default {| [string]: string |};
125129
}

src/i18n/messages.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ export default {
4040
ja: require('../../static/translations/messages_ja.json'),
4141
ko: require('../../static/translations/messages_ko.json'),
4242
lt: require('../../static/translations/messages_lt.json'),
43+
lv: require('../../static/translations/messages_lv.json'),
4344
ml: require('../../static/translations/messages_ml.json'),
4445
mn: require('../../static/translations/messages_mn.json'),
4546
my: require('../../static/translations/messages_my.json'),

0 commit comments

Comments
 (0)