Merge pull request #112 from tanomitsu/feature/ja-localization

Add Japanese (ja) localization
This commit is contained in:
Mohamad Tarbin
2026-07-09 11:00:19 -04:00
committed by GitHub
5 changed files with 284 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ export const AVAILABLE_LANGUAGES = [
{ code: 'es', name: 'Spanish', nativeName: 'Español' },
{ code: 'fr', name: 'French', nativeName: 'Français' },
{ code: 'nl', name: 'Dutch', nativeName: 'Nederlands' },
{ code: 'ja', name: 'Japanese', nativeName: '日本語' },
{ code: 'pt', name: 'Portuguese (Brazil)', nativeName: 'Português (Brasil)' },
]

View File

@@ -1,6 +1,7 @@
import i18n from 'i18next'
import LanguageDetector from 'i18next-browser-languagedetector'
import HttpBackend from 'i18next-http-backend'
import 'moment/locale/ja'
import { initReactI18next } from 'react-i18next'
i18n