diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-04-21 23:24:14 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-04-21 23:24:14 +0000 |
commit | 031af32770838443fd2cac086ba8c487840f680e (patch) | |
tree | dffe61f6233664de99fe57a0585fec4aa3dc14b3 /config/locales/th.yml | |
parent | 80e4ad63bd5a9e6994c08b5e0f10873271eeca2c (diff) | |
download | redmine-031af32770838443fd2cac086ba8c487840f680e.tar.gz redmine-031af32770838443fd2cac086ba8c487840f680e.zip |
fix erroneous string starting with '%' in locale yamls (#8209).
Contributed by Gregor Schmidt.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5509 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales/th.yml')
-rw-r--r-- | config/locales/th.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/locales/th.yml b/config/locales/th.yml index a1242bdc4..59b2e3cb1 100644 --- a/config/locales/th.yml +++ b/config/locales/th.yml @@ -241,7 +241,7 @@ th: field_attr_mail: อีเมล์ attribute field_onthefly: สร้างผู้ใช้ทันที field_start_date: เริ่ม - field_done_ratio: % สำเร็จ + field_done_ratio: "% สำเร็จ" field_auth_source: วิธีการยืนยันตัวตน field_hide_mail: ซ่อนอีเมล์ของฉัน field_comments: ความเห็น |