diff --git a/src/localisation/index.ts b/src/localisation/index.ts index 65c5d60..646b7a4 100644 --- a/src/localisation/index.ts +++ b/src/localisation/index.ts @@ -6,6 +6,7 @@ import { LocaleKeys } from './types'; const localeGetters: Record object> = { en: () => require('./lang/en/locale.json'), fr: () => require('./lang/fr/locale.json'), + nl: () => require('./lang/nl/locale.json'), }; // Have RNLocalize pick the best locale from the languages on offer