Skip to content

Commit

Permalink
feat: incorporate italian language
Browse files Browse the repository at this point in the history
  • Loading branch information
leinelissen committed Jun 19, 2023
1 parent 9bebd63 commit 73af159
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fintunes",
"version": "2.2.0-beta.3",
"version": "2.2.0",
"main": "src/index.js",
"private": true,
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions src/localisation/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ const localeGetters: Record<string, () => object> = {
en: () => require('./lang/en/locale.json'),
es: () => require('./lang/es/locale.json'),
fr: () => require('./lang/fr/locale.json'),
it: () => require('./lang/it/locale.json'),
ja: () => require('./lang/ja/locale.json'),
nb_NO: () => require('./lang/nb_NO/locale.json'),
nl: () => require('./lang/nl/locale.json'),
Expand Down

0 comments on commit 73af159

Please sign in to comment.