diff options
author | Eskiso <eSkiSo@users.noreply.github.com> | 2015-08-12 15:30:44 +0100 |
---|---|---|
committer | Eskiso <eSkiSo@users.noreply.github.com> | 2015-08-12 15:30:44 +0100 |
commit | 7d3bea18c8f5bf2d384f9124d1beb62438a1148a (patch) | |
tree | c9bf16caf8eec98eae0c04cb42c2eea433b3a22a | |
parent | f9457f4dbb97d1d11e2a892b1391020ccad91c35 (diff) |
Added pt-PT translations
-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 c5bb9e9b..9bc11403 100644 --- a/app/Model/Config.php +++ b/app/Model/Config.php @@ -84,6 +84,7 @@ class Config extends Base 'hu_HU' => 'Magyar', 'nl_NL' => 'Nederlands', 'pl_PL' => 'Polski', + 'pt_PT' => 'Português', 'pt_BR' => 'Português (Brasil)', 'ru_RU' => 'Русский', 'sr_Latn_RS' => 'Srpski', |