diff --git a/README.md b/README.md index 8dcb52e48..385cccecc 100644 --- a/README.md +++ b/README.md @@ -43,9 +43,9 @@ The simplest way to tag a large number of files is by using the [Tagger](https:/ # Translation [![Translate](https://translate.stashapp.cc/widgets/stash/-/stash-desktop-client/svg-badge.svg)](https://translate.stashapp.cc/engage/stash/) -🇧🇷 đŸ‡¨đŸ‡ŗ đŸ‡Ŧ🇧 đŸ‡Ģ🇷 🇩đŸ‡Ē 🇮🇹 đŸ‡Ē🇸 🇸đŸ‡Ē 🇹đŸ‡ŧ +🇧🇷 đŸ‡¨đŸ‡ŗ đŸ‡Ŧ🇧 đŸ‡Ģ🇮 đŸ‡Ģ🇷 🇩đŸ‡Ē 🇮🇹 đŸ‡Ē🇸 🇸đŸ‡Ē 🇹đŸ‡ŧ -Stash is available in 9 languages (so far!) and it could be in your language too. If you want to help us translate Stash into your language, you can make an account at [translate.stashapp.cc](https://translate.stashapp.cc/projects/stash/stash-desktop-client/) to get started contributing new languages or improving existing ones. Thanks! +Stash is available in 10 languages (so far!) and it could be in your language too. If you want to help us translate Stash into your language, you can make an account at [translate.stashapp.cc](https://translate.stashapp.cc/projects/stash/stash-desktop-client/) to get started contributing new languages or improving existing ones. Thanks! # Support (FAQ) diff --git a/pkg/api/locale.go b/pkg/api/locale.go index e29ffb9ef..f5f389ee7 100644 --- a/pkg/api/locale.go +++ b/pkg/api/locale.go @@ -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"), diff --git a/ui/v2.5/src/components/Settings/SettingsInterfacePanel/SettingsInterfacePanel.tsx b/ui/v2.5/src/components/Settings/SettingsInterfacePanel/SettingsInterfacePanel.tsx index 6171d0a89..c93ef8f87 100644 --- a/ui/v2.5/src/components/Settings/SettingsInterfacePanel/SettingsInterfacePanel.tsx +++ b/ui/v2.5/src/components/Settings/SettingsInterfacePanel/SettingsInterfacePanel.tsx @@ -177,6 +177,7 @@ export const SettingsInterfacePanel: React.FC = () => { + diff --git a/ui/v2.5/src/locales/index.ts b/ui/v2.5/src/locales/index.ts index ed9505b7b..89da63cd0 100644 --- a/ui/v2.5/src/locales/index.ts +++ b/ui/v2.5/src/locales/index.ts @@ -5,6 +5,7 @@ import esES from "./es-ES.json"; import ptBR from "./pt-BR.json"; import frFR from "./fr-FR.json"; import itIT from "./it-IT.json"; +import fiFI from "./fi-FI.json"; import svSE from "./sv-SE.json"; import zhTW from "./zh-TW.json"; import zhCN from "./zh-CN.json"; @@ -17,6 +18,7 @@ export default { ptBR, frFR, itIT, + fiFI, svSE, zhTW, zhCN,