Skip to content

Commit

Permalink
Add Polish locale
Browse files Browse the repository at this point in the history
  • Loading branch information
6c65726f79 committed Feb 13, 2022
1 parent 5f89cfd commit f7a87c4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
Empty file added public/locales/pl.json
Empty file.
1 change: 1 addition & 0 deletions src/services/LocaleController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ const list: Array<string> = [
"fr",
"it",
"nl",
"pl",
"ru",
"zh-cn",
"zh-tw",
Expand Down
1 change: 1 addition & 0 deletions src/views/Settings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
<ion-select-option value="fr">Français</ion-select-option>
<ion-select-option value="it">Italiano</ion-select-option>
<ion-select-option value="nl">Nederlands</ion-select-option>
<ion-select-option value="pl">Polskie</ion-select-option>
<ion-select-option value="ru">Pусский</ion-select-option>
<ion-select-option value="zh-cn">简体中文</ion-select-option>
<ion-select-option value="zh-tw">繁體中文</ion-select-option>
Expand Down

0 comments on commit f7a87c4

Please sign in to comment.