Skip to content

Commit

Permalink
Finnish localization
Browse files Browse the repository at this point in the history
  • Loading branch information
PolarFox committed Jun 5, 2023
1 parent 2125d7e commit 70492b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ The following languages are supported:
| Italian | `it` | v1.2.0 | [@SiriosDev](https://github.com/SiriosDev) |
| Portuguese| `pt` | v1.2.0 | [@ViPeR5000](https://github.com/viper5000) |
| Swedish | `sv` | v1.2.1 | [@el97](https://github.com/el97) |

| Finnish | `fi` | | [@PolarFox](https://github.com/PolarFox) |
#### How to add a language

If you wish to add a language please follow these steps:
Expand Down
2 changes: 2 additions & 0 deletions src/localize/localize.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import * as cs from "./languages/cs.json";
import * as de from './languages/de.json';
import * as fi from "./languages/fi.json";
import * as en from './languages/en.json';
import * as fr from './languages/fr.json';
import * as hu from './languages/hu.json';
Expand All @@ -12,6 +13,7 @@ import * as sv from "./languages/sv.json";
const languages: any = {
cs: cs,
de: de,
fi: fi,
en: en,
fr: fr,
hu: hu,
Expand Down

0 comments on commit 70492b1

Please sign in to comment.