edit languages.js

translation complete
This commit is contained in:
bogyeong 2022-06-08 18:57:29 +09:00
parent 814a8a73c3
commit 8a703cf434
2 changed files with 2 additions and 0 deletions

View File

@ -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.

View File

@ -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 = [