mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 12:24:38 +03:00
Add Danish and Polish i18n support (#2586)
This commit is contained in:
committed by
GitHub
parent
c232372f0c
commit
55366fa66f
@@ -23,6 +23,8 @@ var matcher = language.NewMatcher([]language.Tag{
|
||||
language.MustParse("nl-NL"),
|
||||
language.MustParse("ru-RU"),
|
||||
language.MustParse("tr-TR"),
|
||||
language.MustParse("da-DK"),
|
||||
language.MustParse("pl-PL"),
|
||||
})
|
||||
|
||||
// newCollator parses a locale into a collator
|
||||
|
||||
Reference in New Issue
Block a user