Add nl locale as option
This commit is contained in:
@@ -6,6 +6,7 @@ import { LocaleKeys } from './types';
|
|||||||
const localeGetters: Record<string, () => object> = {
|
const localeGetters: Record<string, () => object> = {
|
||||||
en: () => require('./lang/en/locale.json'),
|
en: () => require('./lang/en/locale.json'),
|
||||||
fr: () => require('./lang/fr/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
|
// Have RNLocalize pick the best locale from the languages on offer
|
||||||
|
|||||||
Reference in New Issue
Block a user