mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
feat(locale): rename oriya translation file
This commit is contained in:
@@ -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
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user