Add Japanese support (#3906)

### What problem does this PR solve?

Add native translation in locales for Japanese 🇯🇵 to support new local
language



### Type of change

- [x] New Feature (non-breaking change which adds functionality)

Co-authored-by: Hiroshi Kameya <kameya_h@sunflare.co.jp>
This commit is contained in:
cidrugHug8
2024-12-09 12:38:06 +09:00
committed by GitHub
parent 1254ecf445
commit dcedfc5ec8
3 changed files with 1098 additions and 1 deletions

View File

@ -46,6 +46,7 @@ export const LanguageList = [
'Indonesia',
'Spanish',
'Vietnamese',
'Japanese',
];
export const LanguageMap = {
@ -55,6 +56,7 @@ export const LanguageMap = {
Indonesia: 'Indonesia',
Spanish: 'Español',
Vietnamese: 'Tiếng việt',
Japanese: '日本語',
};
export const LanguageTranslationMap = {
@ -64,6 +66,7 @@ export const LanguageTranslationMap = {
Indonesia: 'id',
Spanish: 'es',
Vietnamese: 'vi',
Japanese: 'ja',
};
export enum FileMimeType {