mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-11 21:45:04 +10:00
Merge pull request #517 from faturachmanyusup/develop
Fix Error when select Bahasa Indonesia
This commit is contained in:
@@ -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 (ಕನ್ನಡ)
|
||||
|
||||
@@ -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 },
|
||||
|
||||
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user