Indonesian language
This commit is contained in:
parent
4c39bd7e07
commit
1a872fb1c3
7 changed files with 255 additions and 0 deletions
|
|
@ -93,6 +93,7 @@ const Settings = () => {
|
|||
'de': 'Deutsch',
|
||||
'es': 'Español',
|
||||
'fr': 'Français',
|
||||
'id': 'Indonesia',
|
||||
'ko': '한국어',
|
||||
...process.env.NODE_ENV !== 'production' && { 'cimode': 'DEV' },
|
||||
}}
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@ const locales = {
|
|||
es: () => import('dayjs/locale/es'),
|
||||
ko: () => import('dayjs/locale/ko'),
|
||||
fr: () => import('dayjs/locale/fr'),
|
||||
id: () => import('dayjs/locale/id'),
|
||||
};
|
||||
|
||||
export default locales;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue