Merge pull request #517 from faturachmanyusup/develop

Fix Error when select Bahasa Indonesia
This commit is contained in:
Amruth Pillai
2021-06-23 17:23:13 +05:30
committed by GitHub
3 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -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 (ಕನ್ನಡ)
+2
View File
@@ -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 },
+1
View File
@@ -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';