1
0
Fork 0
mirror of synced 2024-06-02 10:54:44 +12:00

feat(locale): rename bosnian translation file

This commit is contained in:
Christy Jacob 2021-07-29 01:33:14 +05:30
parent 27a879c23f
commit 1bc8640194
3 changed files with 3 additions and 3 deletions

View file

@ -3,10 +3,10 @@
return [
'af', // Afrikaans
'ar', // Arabic
'ba', //Bosnian
'be', // Belarusian
'bg', // Bulgarian
'bn', // Bengali
'bs', //Bosnian
'ca', // Catalan
'cs', // Czech
'de', // German

View file

@ -1,6 +1,6 @@
{
"settings.inspire": "\"Umjetnost mudrosti je umjetnost znanja o tome šta zanemariti.\"",
"settings.locale": "ba",
"settings.locale": "bs",
"settings.direction": "ltr",
"emails.sender": "%s Tim",
"emails.verification.subject": "",

View file

@ -258,10 +258,10 @@ $register->set('geodb', function () {
Locale::$exceptions = false;
Locale::setLanguageFromJSON('af', __DIR__.'/config/locale/translations/af.json');
Locale::setLanguageFromJSON('ar', __DIR__.'/config/locale/translations/ar.json');
Locale::setLanguageFromJSON('ba', __DIR__.'/config/locale/translations/ba.json');
Locale::setLanguageFromJSON('be', __DIR__.'/config/locale/translations/be.json');
Locale::setLanguageFromJSON('bg', __DIR__.'/config/locale/translations/bg.json');
Locale::setLanguageFromJSON('bn', __DIR__.'/config/locale/translations/bn.json');
Locale::setLanguageFromJSON('bs', __DIR__.'/config/locale/translations/bs.json');
Locale::setLanguageFromJSON('ca', __DIR__.'/config/locale/translations/ca.json');
Locale::setLanguageFromJSON('cs', __DIR__.'/config/locale/translations/cs.json');
Locale::setLanguageFromJSON('de', __DIR__.'/config/locale/translations/de.json');