]> git.openstreetmap.org Git - rails.git/commitdiff
Fix odd bug with { starting a non-quoted string.
authorThomas Wood <grand.edgemaster@gmail.com>
Mon, 15 Jun 2009 15:08:12 +0000 (15:08 +0000)
committerThomas Wood <grand.edgemaster@gmail.com>
Mon, 15 Jun 2009 15:08:12 +0000 (15:08 +0000)
config/locales/ko.yml

index c4ff174aab7a75a6e3803a8f896350a9660d61dd..43b4aa80d998b9bec2beeee3e0c86d8e513d800c 100644 (file)
@@ -341,7 +341,7 @@ ko:
     inbox_tooltip:
       zero: 읽지 않은 쪽지가 없습니다
       one: 한 개의 읽지 않은 쪽지가 있습니다.
     inbox_tooltip:
       zero: 읽지 않은 쪽지가 없습니다
       one: 한 개의 읽지 않은 쪽지가 있습니다.
-      other: {{count}} 개의 읽지 않은 쪽지가 있습니다.
+      other: "{{count}} 개의 읽지 않은 쪽지가 있습니다."
     logout: 로그 아웃
     logout_tooltip: "로그 아웃"
     log_in: 로그인
     logout: 로그 아웃
     logout_tooltip: "로그 아웃"
     log_in: 로그인