Add Bulgarian translation
This commit is contained in:
1444
app/Locale/bg_BG/translations.php
Normal file
1444
app/Locale/bg_BG/translations.php
Normal file
File diff suppressed because it is too large
Load Diff
@@ -24,6 +24,7 @@ class LanguageModel extends Base
|
|||||||
{
|
{
|
||||||
return array(
|
return array(
|
||||||
'id_ID',
|
'id_ID',
|
||||||
|
'bg_BG',
|
||||||
'bs_BA',
|
'bs_BA',
|
||||||
'ca_ES',
|
'ca_ES',
|
||||||
'cs_CZ',
|
'cs_CZ',
|
||||||
@@ -90,6 +91,7 @@ class LanguageModel extends Base
|
|||||||
// Sorted by value
|
// Sorted by value
|
||||||
$languages = array(
|
$languages = array(
|
||||||
'id_ID' => 'Bahasa Indonesia',
|
'id_ID' => 'Bahasa Indonesia',
|
||||||
|
'bg_BG' => 'Български',
|
||||||
'bs_BA' => 'Bosanski',
|
'bs_BA' => 'Bosanski',
|
||||||
'ca_ES' => 'Català',
|
'ca_ES' => 'Català',
|
||||||
'cs_CZ' => 'Čeština',
|
'cs_CZ' => 'Čeština',
|
||||||
@@ -145,6 +147,7 @@ class LanguageModel extends Base
|
|||||||
public function getJsLanguageCode()
|
public function getJsLanguageCode()
|
||||||
{
|
{
|
||||||
$languages = array(
|
$languages = array(
|
||||||
|
'bg_BG' => 'bg',
|
||||||
'cs_CZ' => 'cs',
|
'cs_CZ' => 'cs',
|
||||||
'ca_ES' => 'ca',
|
'ca_ES' => 'ca',
|
||||||
'da_DK' => 'da',
|
'da_DK' => 'da',
|
||||||
|
|||||||
Reference in New Issue
Block a user