Skip to content

Commit 03992c7

Browse files
committed
i18n: Add new language from Transifex: be (Belarusian)
A quick skim of the new messages_be.json file shows that it isn't substantially translated, so we don't offer it in the UI yet.
1 parent 26ef66a commit 03992c7

File tree

3 files changed

+358
-0
lines changed

3 files changed

+358
-0
lines changed

flow-typed/translations.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ declare module '../../static/translations/messages_ar.json' {
1212
declare export default {| [string]: string |};
1313
}
1414

15+
declare module '../../static/translations/messages_be.json' {
16+
declare export default {| [string]: string |};
17+
}
18+
1519
declare module '../../static/translations/messages_bg.json' {
1620
declare export default {| [string]: string |};
1721
}

src/i18n/messages.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
// client, which are based on the language names that appear in Transifex.
1515
export default {
1616
ar: require('../../static/translations/messages_ar.json'),
17+
be: require('../../static/translations/messages_be.json'),
1718
bg: require('../../static/translations/messages_bg.json'),
1819
bn: require('../../static/translations/messages_bn.json'),
1920
ca: require('../../static/translations/messages_ca.json'),

0 commit comments

Comments
 (0)