Add Slovene language (#7475)
This commit is contained in:
parent
3793e598d0
commit
2226d987f9
3 changed files with 3 additions and 1 deletions
|
@ -33,6 +33,7 @@ module SettingsHelper
|
|||
'pt-BR': 'Português do Brasil',
|
||||
ru: 'Русский',
|
||||
sk: 'Slovensky',
|
||||
sl: 'Slovenščina',
|
||||
sr: 'Српски',
|
||||
'sr-Latn': 'Srpski (latinica)',
|
||||
sv: 'Svenska',
|
||||
|
|
|
@ -1857,4 +1857,4 @@
|
|||
],
|
||||
"path": "app/javascript/mastodon/features/video/index.json"
|
||||
}
|
||||
]
|
||||
]
|
|
@ -67,6 +67,7 @@ module Mastodon
|
|||
:'pt-BR',
|
||||
:ru,
|
||||
:sk,
|
||||
:sl,
|
||||
:sr,
|
||||
:'sr-Latn',
|
||||
:sv,
|
||||
|
|
Loading…
Reference in a new issue