Save missing fallback

This commit is contained in:
vjrj 2018-02-12 13:06:06 +01:00
parent cd80d72e32
commit 966b2d56b9
2 changed files with 4 additions and 4 deletions

View file

@ -22,6 +22,7 @@ const i18nOpts = {
backend: backOpts,
// lng: 'es',
fallbackLng: ['es', 'en'],
sendMissingTo: 'fallback',
interpolation: {
escapeValue: false, // not needed for react!!
formatSeparator: ',',