From b14f5465256450ee89bb4782693c5d56e2b2be4e Mon Sep 17 00:00:00 2001 From: Lei Nelissen Date: Wed, 12 May 2021 22:18:23 +0200 Subject: [PATCH] Add Japanese as a locale --- src/localisation/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/localisation/index.ts b/src/localisation/index.ts index 4150e51..91d8cf5 100644 --- a/src/localisation/index.ts +++ b/src/localisation/index.ts @@ -9,6 +9,7 @@ const localeGetters: Record object> = { nl: () => require('./lang/nl/locale.json'), es: () => require('./lang/es/locale.json'), zh: () => require('./lang/zh/locale.json'), + ja: () => require('./lang/ja/locale.json'), }; // Have RNLocalize pick the best locale from the languages on offer