Skip to content

Commit

Permalink
added thai language pack
Browse files Browse the repository at this point in the history
  • Loading branch information
nkorbel committed Jul 4, 2017
1 parent cf21e42 commit 6d6cfde
Show file tree
Hide file tree
Showing 2 changed files with 919 additions and 0 deletions.
1 change: 1 addition & 0 deletions lang/AvailableLanguages.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ public static function GetAvailableLanguages()
'pt_br' => new AvailableLanguage('pt_br', 'pt_br.php', 'Português Brasileiro'),
'ru_ru' => new AvailableLanguage('ru_ru', 'ru_ru.php', 'Русский'),
'si_si' => new AvailableLanguage('si_si', 'si_si.php', 'Slovenščina'),
'th_th' => new AvailableLanguage('th_th', 'th_th.php', 'Thai'),
'tr_tr' => new AvailableLanguage('tr_tr', 'tr_tr.php', 'Türkçe'),
'sv_sv' => new AvailableLanguage('sv_sv', 'sv_sv.php', 'Swedish'),
'vn_vn' => new AvailableLanguage('vn_vn', 'vn_vn.php', 'Tiếng Việt'),
Expand Down
Loading

0 comments on commit 6d6cfde

Please sign in to comment.