Skip to content

Commit 04620d3

Browse files
committed
i18n: Offer Slovenian (sl) in the UI!
From a quick look at static/translations/messages_sl.json, this looks to be completely translated! So it's time to offer it as a setting in the UI. Thanks very much to our kind volunteer translators.
1 parent d54b8e3 commit 04620d3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/settings/languages.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ const languages: $ReadOnlyArray<Language> = [
6464
{ tag: 'pt', name: 'Portuguese', selfname: 'Português' },
6565
{ tag: 'pt-PT', name: 'Portuguese (Portugal)', selfname: 'Português (Portugal)' },
6666
{ tag: 'ro', name: 'Romanian', selfname: 'Română' },
67+
{ tag: 'sl', name: 'Slovenian', selfname: 'Slovenščina' },
6768
{ tag: 'fi', name: 'Finnish', selfname: 'Suomi' },
6869
{ tag: 'sv', name: 'Swedish', selfname: 'Svenska' },
6970
{ tag: 'tl', name: 'Tagalog', selfname: 'Tagalog' },

static/translations/messages_en.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,7 @@
255255
"Russian": "Russian",
256256
"Serbian": "Serbian",
257257
"Sinhala": "Sinhala",
258+
"Slovenian": "Slovenian",
258259
"Spanish": "Spanish",
259260
"Swedish": "Swedish",
260261
"Tagalog": "Tagalog",

0 commit comments

Comments
 (0)