mirror of
https://github.com/Lissy93/dashy.git
synced 2024-11-22 20:25:13 +03:00
edit languages.js
translation complete
This commit is contained in:
parent
814a8a73c3
commit
8a703cf434
@ -420,6 +420,7 @@ Dashy supports multiple languages and locales. When available, your language sho
|
||||
- 🇦🇪 **Arabic**: `ar`
|
||||
- 🇮🇳 **Hindi**: `hi`
|
||||
- 🇯🇵 **Japanese**: `ja`
|
||||
- 🇰🇷 **Korean**: `ko` - Contributed by **[@boggy-cs](https://github.com/boggy-cs)**
|
||||
|
||||
#### Add your Language
|
||||
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.
|
||||
|
@ -18,6 +18,7 @@ import nb from '@/assets/locales/nb.json';
|
||||
import pirate from '@/assets/locales/zz-pirate.json';
|
||||
import sv from '@/assets/locales/sv.json';
|
||||
import bg from '@/assets/locales/bg.json';
|
||||
import ko from '@/assets/locales/ko.json';
|
||||
|
||||
// Language data - Next register your language by adding it to this list
|
||||
export const languages = [
|
||||
|
Loading…
Reference in New Issue
Block a user