From: Štefan Baebler Date: Wed, 1 Jul 2009 05:27:51 +0000 (+0000) Subject: fixed interpolation error introduced in [16237] X-Git-Tag: live~7850 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/c4b362efecf5025cf90eeeda11f05f8a6913d601 fixed interpolation error introduced in [16237] --- diff --git a/config/locales/sl.yml b/config/locales/sl.yml index e60aec58e..8ba2b216a 100644 --- a/config/locales/sl.yml +++ b/config/locales/sl.yml @@ -345,8 +345,8 @@ sl: suffix_suburb: "{{suffix}}, {{parentname}}" distance: zero: "manj kot 1 km" - one: "približno 1 km" - other: "približno {{distance}} km" + one: "približno {{count}} km" + other: "približno {{count}} km" direction: south_west: "jugozahodno" south: "južno"