Add Finnish Locale (#2075)

* Add Finnish Locale
* Update readme
This commit is contained in:
kermieisinthehouse
2021-11-28 19:43:18 -08:00
committed by GitHub
parent 9ebf8331ac
commit 7953fa356f
4 changed files with 6 additions and 2 deletions

View File

@@ -14,6 +14,7 @@ var matcher = language.NewMatcher([]language.Tag{
language.MustParse("de-DE"),
language.MustParse("it-IT"),
language.MustParse("fr-FR"),
language.MustParse("fi-FI"),
language.MustParse("pt-BR"),
language.MustParse("sv-SE"),
language.MustParse("zh-CN"),