made geocoder results translatable. It could probably be improved but am not sure how.

This commit is contained in:
Štefan Baebler 2009-06-29 23:36:57 +00:00
parent 85f317b46e
commit c4965a1700
3 changed files with 48 additions and 14 deletions

View file

@ -342,6 +342,23 @@ en:
results: "Results"
type_from_source: "{{type}} from {{source_link}}"
no_results: "No results found"
namefinder:
prefix: "{{type}} "
suffix_place: ", {{distance}} {{direction}} of {{placename}}"
suffix_parent: "{{suffix}} ({{parentdistance}} {{parentdirection}} of {{parentname}})"
suffix_suburb: "{{suffix}}, {{parentname}}"
distance:
less_than_1km: "less than 1km"
about_distance_km: "about {{distance}}km"
direction:
south_west: "south-west"
south: "south"
south_east: "south-east"
east: "east"
north_east: "north-east"
north: "north"
north_west: "north-west"
west: "west"
layouts:
project_name:
# in <title>

View file

@ -338,6 +338,23 @@ sl:
results: "Zadetki"
type_from_source: "{{type}} iz {{source_link}}"
no_results: "Ni zadetkov"
namefinder:
prefix: "{{type}} "
suffix_place: ", {{distance}} {{direction}} od {{placename}}"
suffix_parent: "{{suffix}} ({{parentdistance}} {{parentdirection}} od {{parentname}})"
suffix_suburb: "{{suffix}}, {{parentname}}"
distance:
less_than_1km: "manj kot 1 km"
about_distance_km: "približno {{distance}} km"
direction:
south_west: "jugozahodno"
south: "južno"
south_east: "jugovzhodno"
east: "vzhodno"
north_east: "severovzhodno"
north: "severno"
north_west: "severozahodno"
west: "zahodno"
layouts:
project_name:
# in <title>