Skip to content

Commit

Permalink
Add Swiss French locale
Browse files Browse the repository at this point in the history
  • Loading branch information
6c65726f79 committed Apr 2, 2022
1 parent 88caef5 commit e52eb4b
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 @@ -57,6 +57,7 @@
![POEditor](https://img.shields.io/poeditor/progress/389563/pl?token=c2a5935a2b069e687490b29b02f3964c)
![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)

Available languages:
- **Chinese (simplified)** (Cuiweiqiang dlnu, xiatian)
Expand All @@ -70,6 +71,7 @@ Available languages:
- **Polish** (Maciej Siwko)
- **Russian** (Alek Depler)
- **Spanish** (Zenón Monge)
- **Swiss French** (Alain Nussbaumer)

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/fr-ch.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 @@ -10,6 +10,7 @@ const list: Array<string> = [
"en",
"es-cr",
"fr",
"fr-ch",
"hu",
"it",
"nl",
Expand Down
1 change: 1 addition & 0 deletions src/views/Settings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
<ion-select-option value="en">English</ion-select-option>
<ion-select-option value="es">Español</ion-select-option>
<ion-select-option value="fr">Français</ion-select-option>
<ion-select-option value="fr-ch">Français de Suisse</ion-select-option>
<ion-select-option value="hu">Magyar</ion-select-option>
<ion-select-option value="it">Italiano</ion-select-option>
<ion-select-option value="nl">Nederlands</ion-select-option>
Expand Down

0 comments on commit e52eb4b

Please sign in to comment.