Changed two letters code for Bosnian from bs to ba

This commit is contained in:
Daily Developer 2020-04-16 20:47:16 +02:00
parent 6087d51757
commit 93e80ac4ab
4 changed files with 4 additions and 4 deletions

View File

@ -13,7 +13,7 @@ import brazilLanguage from 'data/languages/br';
import greekLanguage from 'data/languages/gr';
import dutchLanguage from 'data/languages/nl';
import polishLanguage from 'data/languages/pl';
import bosnianLanguage from 'data/languages/bs';
import bosnianLanguage from 'data/languages/ba';
export default {
'en': {
@ -76,7 +76,7 @@ export default {
name: 'Polish',
data: polishLanguage
},
'bs': {
'ba': {
name: 'Bosnian',
data: bosnianLanguage
},

View File

@ -992,7 +992,7 @@ class MailTexts {
'Możesz uzyskać dostęp do zgłoszenia po jego numerze.',
],
],
'en' => [
'ba' => [
'USER_SIGNUP' => [
'Registrujte se {{to}} - OpenSupports',
'Verifikujte vaš nalog',

View File

@ -19,7 +19,7 @@ class Language extends DataStore {
'gr',
'nl',
'pl',
'bs'
'ba'
];
public static function getProps() {