diff --git a/README.md b/README.md index 3f3337d1e..0856d4a9f 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ For those of you familiar with the Crowdin Platform, you could do that too and j - Greek (Ελληνικά) - Hebrew (עִברִית) - Hindi (हिंदी) -- Indonesian (bahasa Indonesia) +- Indonesian (Bahasa Indonesia) - Italian (Italiano) - Japanese (日本人) - Kannada (ಕನ್ನಡ) diff --git a/src/i18n/locales/index.js b/src/i18n/locales/index.js index 423c22f3c..7c23943f0 100644 --- a/src/i18n/locales/index.js +++ b/src/i18n/locales/index.js @@ -10,6 +10,7 @@ import fa from './fa.json'; import fi from './fi.json'; import fr from './fr.json'; import hi from './hi.json'; +import id from './id.json'; import it from './it.json'; import ja from './ja.json'; import kn from './kn.json'; @@ -40,6 +41,7 @@ export default { fi: { translation: fi }, fr: { translation: fr }, hi: { translation: hi }, + id: { translation: id }, it: { translation: it }, ja: { translation: ja }, kn: { translation: kn }, diff --git a/src/utils/dayjs.js b/src/utils/dayjs.js index d500f0d02..de8a70705 100644 --- a/src/utils/dayjs.js +++ b/src/utils/dayjs.js @@ -11,6 +11,7 @@ import 'dayjs/locale/fi'; import 'dayjs/locale/fr'; import 'dayjs/locale/he'; import 'dayjs/locale/hi'; +import 'dayjs/locale/id'; import 'dayjs/locale/it'; import 'dayjs/locale/id'; import 'dayjs/locale/ja';