Skip to content

Commit eb18e50

Browse files
committed
i18n: Add new language from Transifex: sco (Scots)
None of the strings are translated, so not time to offer it in the UI yet. But perhaps soon!
1 parent 0f88c1a commit eb18e50

File tree

3 files changed

+418
-0
lines changed

3 files changed

+418
-0
lines changed

flow-typed/translations.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,10 @@ declare module '../../static/translations/messages_ru.json' {
192192
declare export default {| [string]: string |};
193193
}
194194

195+
declare module '../../static/translations/messages_sco.json' {
196+
declare export default {| [string]: string |};
197+
}
198+
195199
declare module '../../static/translations/messages_si.json' {
196200
declare export default {| [string]: string |};
197201
}

src/i18n/messages.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ export default {
5858
'pt-PT': require('../../static/translations/messages_pt_PT.json'),
5959
ro: require('../../static/translations/messages_ro.json'),
6060
ru: require('../../static/translations/messages_ru.json'),
61+
sco: require('../../static/translations/messages_sco.json'),
6162
si: require('../../static/translations/messages_si.json'),
6263
sk: require('../../static/translations/messages_sk.json'),
6364
sr: require('../../static/translations/messages_sr.json'),

0 commit comments

Comments
 (0)