Add Danish and Polish i18n support (#2586)

This commit is contained in:
kermieisinthehouse
2022-05-13 12:45:05 -07:00
committed by GitHub
parent c232372f0c
commit 55366fa66f
4 changed files with 11 additions and 2 deletions

View File

@@ -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