You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-11
Original file line number
Diff line number
Diff line change
@@ -400,30 +400,34 @@ All data is fully E2E encrypted before being sent to the backend (done in [`Clou
400
400
## Language Switching 🌎
401
401
> For full internationalization documentation, see: [**Multi-Language Support**](./docs/multi-language-support.md)
402
402
403
-
Dashy supports multiple languages and locales. When available, your language should be automatically detected and applied on load. But you can also select a language through the UI (under config --> Switch Language) or set `appConfig.language` to your language (specified as a 2-digit [ISO 639-1 code](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes)).
403
+
Dashy supports multiple languages and locales. When available, your language should be automatically detected and applied on load. But you can also select a language through the UI (under config --> Switch Language) or set `appConfig.language` to your language (specified as a 2-digit [ISO 639-1 code](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes)), as seen below, e.g. `language: de`.
404
404
405
405
#### Supported Languages
406
406
- 🇬🇧 **English**: `en`- _Default_
407
+
- 🇦🇪 **Arabic**: `ar`- _Auto-generated_
408
+
- 🇧🇩 **Bengali**: `bn`- Contributed by **[@soaibsafi](https://github.com/soaibsafi)**
409
+
- 🇧🇬 **Bulgarian**: `bg`- Contributed by **[@asenov](https://github.com/asenov)**
407
410
- 🇨🇳 **Chinese**: `cn`- Contributed by **[@FormatToday](https://github.com/FormatToday)**
411
+
- 🇨🇿 **Czech**: `cs`- Contributed by **[@Tuzi555](https://github.com/Tuzi555)**
412
+
- 🇩🇰 **Danish**: `da`- Contributed by **[@lordpansar](https://github.com/lordpansar)**
408
413
- 🇳🇱 **Dutch**: `nl`- Contributed by **[@evroon](https://github.com/evroon)**
409
-
- 🇲🇫 **French**: `fr`- Contributed by **[@EVOTk](https://github.com/EVOTk)**
414
+
- 🇫🇷 **French**: `fr`- Contributed by **[@EVOTk](https://github.com/EVOTk)**
410
415
- 🇩🇪 **German**: `de`- Contributed by **[@Niklashere](https://github.com/Niklashere)**
416
+
- 🇮🇳 **Hindi**: `hi`- _Auto-generated_
411
417
- 🇮🇹 **Italian**: `it`- Contributed by **[@alexdelprete](https://github.com/alexdelprete)**
418
+
- 🇯🇵 **Japanese**: `ja`- _Auto-generated_
419
+
- 🇰🇷 **Korean**: `ko`- Contributed by **[@boggy-cs](https://github.com/boggy-cs)**
412
420
- 🇳🇴 **Norwegian Bokmål**: `nb`- Contributed by **[@rubjo](https://github.com/rubjo)**
413
421
- 🇵🇱 **Polish**: `pl`- Contributed by **[@skaarj1989](https://github.com/skaarj1989)**
414
422
- 🇵🇹 **Portuguese**: `pt`- Contributed by **[@LeoColman](https://github.com/LeoColman)**
415
-
- 🇪🇸 **Spanish**: `es`- Contributed by **[@lu4t](https://github.com/lu4t)**
423
+
- 🇷🇺 **Russian**: `ru`- _Auto-generated_
424
+
- 🇸🇰 **Slovak**: `sk`- Contributed by **[@Smexhy](https://github.com/Smexhy)**
416
425
- 🇸🇮 **Slovenian**: `sl`- Contributed by **[@UrekD](https://github.com/UrekD)**
426
+
- 🇪🇸 **Spanish**: `es`- Contributed by **[@lu4t](https://github.com/lu4t)**
417
427
- 🇸🇪 **Swedish**: `sv`- Contributed by **[@BOZG](https://github.com/BOZG)**
418
428
- 🇹🇼 **Traditional Chinese**: `zh-TW`- Contributed by **[@stanly0726](https://github.com/stanly0726)**
419
-
- 🇷🇺 **Russian**: `ru`
420
-
- 🇦🇪 **Arabic**: `ar`
421
-
- 🇮🇳 **Hindi**: `hi`
422
-
- 🇯🇵 **Japanese**: `ja`
423
-
- 🇰🇷 **Korean**: `ko`- Contributed by **[@boggy-cs](https://github.com/boggy-cs)**
424
-
- 🇸🇰 **Slovak**: `sk`- Contributed by **[@Smexhy](https://github.com/Smexhy)**
425
-
- 🇩🇰 **Danish**: `da`- Contributed by **[@lordpansar](https://github.com/lordpansar)**
426
-
- 🇨🇿 **Czech**: `cs`- Contributed by **[@Tuzi555](https://github.com/Tuzi555)**
429
+
- 🇹🇷 **Turkish**: `tr`- Contributed by **[@imsakg](https://github.com/imsakg)**
430
+
- 🏴☠️ **Pirate**: `pirate`- Contributed by **[@Lissy93](https://github.com/lissy93)**
427
431
428
432
#### Add your Language
429
433
I would love Dashy to be available to everyone without language being a barrier to entry. If you've got a few minutes to spare, consider adding translations for your language. It's a quick task, and all text is in [a single JSON file](https://github.com/Lissy93/dashy/tree/master/src/assets/locales). Since any missing text will fall back to English, you don't need to translate it all.
0 commit comments