Merge pull request #366 from filpgame/feat/add-pt-br
Add Brazilian Portuguese (pt-BR) translation
This commit is contained in:
@@ -34,18 +34,18 @@ i18n
|
|||||||
translation: nlTranslations,
|
translation: nlTranslations,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
interpolation: {
|
interpolation: {
|
||||||
escapeValue: false,
|
escapeValue: false,
|
||||||
},
|
},
|
||||||
|
|
||||||
// Use v4 format for pluralization (_one/_other instead of _plural suffix)
|
// Use v4 format for pluralization (_one/_other instead of _plural suffix)
|
||||||
compatibilityJSON: 'v4',
|
compatibilityJSON: 'v4',
|
||||||
|
|
||||||
detection: {
|
detection: {
|
||||||
order: ['localStorage', 'cookie', 'navigator', 'htmlTag'],
|
order: ['localStorage', 'cookie', 'navigator', 'htmlTag'],
|
||||||
caches: ['localStorage', 'cookie'],
|
caches: ['localStorage', 'cookie'],
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
export default i18n;
|
export default i18n;
|
||||||
|
|||||||
+699
-699
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user