Skip to content

Commit

Permalink
i18n: Add new language from Transifex: sco (Scots)
Browse files Browse the repository at this point in the history
None of the strings are translated, so not time to offer it in the
UI yet. But perhaps soon!
  • Loading branch information
chrisbobbe committed Mar 6, 2024
1 parent 0f88c1a commit eb18e50
Show file tree
Hide file tree
Showing 3 changed files with 418 additions and 0 deletions.
4 changes: 4 additions & 0 deletions flow-typed/translations.js
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,10 @@ declare module '../../static/translations/messages_ru.json' {
declare export default {| [string]: string |};
}

declare module '../../static/translations/messages_sco.json' {
declare export default {| [string]: string |};
}

declare module '../../static/translations/messages_si.json' {
declare export default {| [string]: string |};
}
Expand Down
1 change: 1 addition & 0 deletions src/i18n/messages.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ export default {
'pt-PT': require('../../static/translations/messages_pt_PT.json'),
ro: require('../../static/translations/messages_ro.json'),
ru: require('../../static/translations/messages_ru.json'),
sco: require('../../static/translations/messages_sco.json'),
si: require('../../static/translations/messages_si.json'),
sk: require('../../static/translations/messages_sk.json'),
sr: require('../../static/translations/messages_sr.json'),
Expand Down
Loading

0 comments on commit eb18e50

Please sign in to comment.