diff options
author | Eskiso <eSkiSo@users.noreply.github.com> | 2015-08-13 09:11:21 +0100 |
---|---|---|
committer | Eskiso <eSkiSo@users.noreply.github.com> | 2015-08-13 09:11:21 +0100 |
commit | a6cdd014daec7a842acb4237b371f9b641a8bb5d (patch) | |
tree | b6bd8a7df81daaa70f56f6171bab8e406b4249b8 /app | |
parent | 28d2d6c7cd436b640ad8684f4b11f962a904ff24 (diff) |
Added pt_PT to getJsLanguageCode()
Diffstat (limited to 'app')
-rw-r--r-- | app/Model/Config.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Model/Config.php b/app/Model/Config.php index 9bc11403..c02cae6d 100644 --- a/app/Model/Config.php +++ b/app/Model/Config.php @@ -122,6 +122,7 @@ class Config extends Base 'hu_HU' => 'hu', 'nl_NL' => 'nl', 'pl_PL' => 'pl', + 'pt_PT' => 'pt', 'pt_BR' => 'pt-br', 'ru_RU' => 'ru', 'sr_Latn_RS' => 'sr', |