Add nl locale as option

This commit is contained in:
Lei Nelissen
2020-11-03 23:10:21 +01:00
parent 1e14ed3271
commit ff484cebed

View File

@@ -6,6 +6,7 @@ import { LocaleKeys } from './types';
const localeGetters: Record<string, () => 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