diff options
author | pkuphy <xiaowangzi61@gmail.com> | 2017-01-12 12:46:51 +0800 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2017-01-12 12:46:51 +0800 |
commit | b7eae783b5312b01ebd6e23ffebfc49ecfeee071 (patch) | |
tree | f75c487805038287639734c390bdc0a3eaa33e51 /options | |
parent | 327b1b7985b09175472daf4fb6e99312a959a63c (diff) | |
download | gitea-b7eae783b5312b01ebd6e23ffebfc49ecfeee071.tar.gz gitea-b7eae783b5312b01ebd6e23ffebfc49ecfeee071.zip |
fix typo (#644)
fix typo: 「與」-> 「於」
Diffstat (limited to 'options')
-rw-r--r-- | options/locale/locale_zh-TW.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/options/locale/locale_zh-TW.ini b/options/locale/locale_zh-TW.ini index 57fa418b8e..a1ac24909d 100644 --- a/options/locale/locale_zh-TW.ini +++ b/options/locale/locale_zh-TW.ini @@ -521,7 +521,7 @@ issues.filter_sort.recentupdate=最近更新 issues.filter_sort.leastupdate=最少更新 issues.filter_sort.mostcomment=最多評論 issues.filter_sort.leastcomment=最少評論 -issues.opened_by=由 <a href="%[2]s">%[3]s</a> 與 %[1]s建立 +issues.opened_by=由 <a href="%[2]s">%[3]s</a> 於 %[1]s建立 issues.opened_by_fake=由 %[2]s 於 %[1]s建立 issues.previous=上一頁 issues.next=下一頁 |