diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2015-03-07 16:05:21 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2015-03-07 16:05:21 +0000 |
commit | b1c0c690c0af875dc6ebd5b38915193b8d33e5c1 (patch) | |
tree | 01bd09c795c522d3dc5d5cfd7d3adb61602196f8 /config | |
parent | 9ea438720ffc27eefb1e19e33c7c57b276386d01 (diff) | |
download | redmine-b1c0c690c0af875dc6ebd5b38915193b8d33e5c1.tar.gz redmine-b1c0c690c0af875dc6ebd5b38915193b8d33e5c1.zip |
Wrong name for pt-BR language (#19218).
Patch by Go MAEDA.
git-svn-id: http://svn.redmine.org/redmine/trunk@14051 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config')
-rw-r--r-- | config/locales/pt-BR.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/locales/pt-BR.yml b/config/locales/pt-BR.yml index b8305b92c..bdb1383b4 100644 --- a/config/locales/pt-BR.yml +++ b/config/locales/pt-BR.yml @@ -157,7 +157,7 @@ pt-BR: general_text_Yes: 'Sim' general_text_no: 'não' general_text_yes: 'sim' - general_lang_name: 'Português(Brasil)' + general_lang_name: 'Portuguese/Brasil (Português/Brasil)' general_csv_separator: ';' general_csv_decimal_separator: ',' general_csv_encoding: ISO-8859-1 |