Skip to content

Commit

Permalink
Merge branch 'feat/lang' into 'develop'
Browse files Browse the repository at this point in the history
Feat/lang

See merge request papers/airgap/airgap-wallet!742
  • Loading branch information
Isacco Sordo committed Apr 15, 2024
2 parents d96130d + e5dec9e commit a89f93e
Show file tree
Hide file tree
Showing 5 changed files with 3,609 additions and 93 deletions.
3 changes: 2 additions & 1 deletion src/app/services/storage/storage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ export type themeOptions = 'light' | 'dark' | 'system'
export enum LanguagesType {
EN = 'en',
DE = 'de',
// ES = 'es',
ES = 'es',
RU = 'ru',
PT_BR = 'pt_BR',
ZH_CN = 'zh_CN'
}
Expand Down
1 change: 1 addition & 0 deletions src/assets/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,7 @@
"en": "English",
"de": "German",
"es": "Spanish",
"ru": "Russian",
"pt_BR": "Portuguese (Brazil)",
"zh_CN": "Chinese (China)"
},
Expand Down

0 comments on commit a89f93e

Please sign in to comment.