diff --git a/README.md b/README.md index f44a72e5..5d001e0f 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/src/utils/languages.js b/src/utils/languages.js index 79478f7b..5ee6e577 100644 --- a/src/utils/languages.js +++ b/src/utils/languages.js @@ -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 = [