update / short ua

This commit is contained in:
nikk gitanes
2021-08-25 21:51:03 +03:00
parent df015cd76e
commit c3780b2e0e
3 changed files with 20 additions and 13 deletions

View File

@@ -11,10 +11,10 @@ i18n
.init({
fallbackLng: 'en', // default language will be used if none of declared lanuages detected (en, ru)
interpolation: { escapeValue: false }, // react already safes from xss
resources: {
resources: {
en: { translation: translationEN },
ru: { translation: translationRU },
ua: { translation: translationUA }
ua: { translation: translationUA },
},
})