feat(locale): rename oriya translation file

This commit is contained in:
Christy Jacob
2021-07-29 00:55:34 +05:30
parent c0a7a969aa
commit 6c8f4e38bf
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ return [
'nl', // Dutch
'no', // Norwegian
'ne', // Nepali
'od', // Odia
'or', // Odia
'ph', // Filipino
'pl', // Polish
'pt-br', // Portuguese - Brazil
@@ -1,6 +1,6 @@
{
"settings.inspire": "\"ଜ୍ଞାନୀ ହେବାର କଳା ହେଉଛି କ’ଣ ଅଣଦେଖା କରାଯିବ ଜାଣିବାର କଳା |\"",
"settings.locale": "od",
"settings.locale": "or",
"settings.direction": "ltr",
"emails.sender": "%s ଟିମ",
"emails.verification.subject": "",
+1 -1
View File
@@ -292,7 +292,7 @@ Locale::setLanguageFromJSON('ms', __DIR__.'/config/locale/translations/ms.json')
Locale::setLanguageFromJSON('nl', __DIR__.'/config/locale/translations/nl.json');
Locale::setLanguageFromJSON('no', __DIR__.'/config/locale/translations/no.json');
Locale::setLanguageFromJSON('ne', __DIR__.'/config/locale/translations/ne.json');
Locale::setLanguageFromJSON('od', __DIR__.'/config/locale/translations/od.json');
Locale::setLanguageFromJSON('or', __DIR__.'/config/locale/translations/or.json');
Locale::setLanguageFromJSON('ph', __DIR__.'/config/locale/translations/ph.json');
Locale::setLanguageFromJSON('pl', __DIR__.'/config/locale/translations/pl.json');
Locale::setLanguageFromJSON('pt-br', __DIR__.'/config/locale/translations/pt-br.json');