diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2017-03-10 19:40:25 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-10 19:40:25 +0800 |
commit | 656efdc1c74b59a10e1fb1d5a19abd36ce689402 (patch) | |
tree | 28eb74292bb84b800f8ac2579107987fcbdbc845 /options/locale/locale_zh-HK.ini | |
parent | dbcd452758098835961818898c0a87ebed4e1e80 (diff) | |
download | gitea-656efdc1c74b59a10e1fb1d5a19abd36ce689402.tar.gz gitea-656efdc1c74b59a10e1fb1d5a19abd36ce689402.zip |
fix ini format incomiptable with crowdin (#1177)
Diffstat (limited to 'options/locale/locale_zh-HK.ini')
-rw-r--r-- | options/locale/locale_zh-HK.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/options/locale/locale_zh-HK.ini b/options/locale/locale_zh-HK.ini index b711cdc80e..bf8b569f35 100644 --- a/options/locale/locale_zh-HK.ini +++ b/options/locale/locale_zh-HK.ini @@ -449,7 +449,7 @@ editor.filename_help=輸入名稱後按下 / 鍵即可新增資料夾,或將 editor.or=或 editor.cancel_lower=取消 editor.commit_changes=提交更改嗎? -editor.add_tmpl=新增 %s/<filename>' +editor.add_tmpl=新增 '%s/<filename>' editor.add=新增 '%s' editor.update=更新 '%s' editor.delete=刪除 '%s' |