Add Bulgarian translation

This commit is contained in:
Stanislav Vulkov
2023-10-05 06:15:52 +03:00
committed by GitHub
parent cc639d55b8
commit a0f608d03b
2 changed files with 1447 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ class LanguageModel extends Base
{
return array(
'id_ID',
'bg_BG',
'bs_BA',
'ca_ES',
'cs_CZ',
@@ -90,6 +91,7 @@ class LanguageModel extends Base
// Sorted by value
$languages = array(
'id_ID' => 'Bahasa Indonesia',
'bg_BG' => 'Български',
'bs_BA' => 'Bosanski',
'ca_ES' => 'Català',
'cs_CZ' => 'Čeština',
@@ -145,6 +147,7 @@ class LanguageModel extends Base
public function getJsLanguageCode()
{
$languages = array(
'bg_BG' => 'bg',
'cs_CZ' => 'cs',
'ca_ES' => 'ca',
'da_DK' => 'da',