Skip to content

Commit

Permalink
Add Ukrainian locale
Browse files Browse the repository at this point in the history
  • Loading branch information
6c65726f79 committed Apr 2, 2022
1 parent e52eb4b commit 76abacf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
![POEditor](https://img.shields.io/poeditor/progress/389563/ru?token=c2a5935a2b069e687490b29b02f3964c)
![POEditor](https://img.shields.io/poeditor/progress/389563/es-cr?token=c2a5935a2b069e687490b29b02f3964c)
![POEditor](https://img.shields.io/poeditor/progress/389563/fr-ch?token=c2a5935a2b069e687490b29b02f3964c)
![POEditor](https://img.shields.io/poeditor/progress/389563/uk?token=c2a5935a2b069e687490b29b02f3964c)

Available languages:
- **Chinese (simplified)** (Cuiweiqiang dlnu, xiatian)
Expand All @@ -72,6 +73,7 @@ Available languages:
- **Russian** (Alek Depler)
- **Spanish** (Zenón Monge)
- **Swiss French** (Alain Nussbaumer)
- **Ukrainian** (Oleksandr Popov)

You can help with the translation by joining the project on [POEditor](https://poeditor.com/join/project?hash=sbVnI9eo3d). If your language is not availaible, feel free to add it.

Expand Down
Empty file added public/locales/uk.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 @@ -16,6 +16,7 @@ const list: Array<string> = [
"nl",
"pl",
"ru",
"uk",
"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 @@ -35,6 +35,7 @@
<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="uk">украї́нська</ion-select-option>
<ion-select-option value="zh-cn">简体中文</ion-select-option>
<ion-select-option value="zh-tw">繁體中文</ion-select-option>
</ion-select>
Expand Down

0 comments on commit 76abacf

Please sign in to comment.