Skip to content

Commit

Permalink
adds translations for #221
Browse files Browse the repository at this point in the history
  • Loading branch information
TimMcCauley committed May 21, 2018
1 parent b1122b1 commit 8c8e144
Show file tree
Hide file tree
Showing 11 changed files with 21 additions and 11 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="cm-popup-option" ng-click="add(0)" ng-bind-html="('CENTER' | translate)">
</div>
<div class="cm-popup-option" ng-click="addMarker()" ng-bind-html="('ADD_MARKER' | translate)">
<div class="cm-popup-option" ng-click="addMarker()" ng-bind-html="('CUSTOM_MARKER' | translate)">
</div>
3 changes: 2 additions & 1 deletion app/languages/de-DE.json
Original file line number Diff line number Diff line change
Expand Up @@ -190,5 +190,6 @@
"TOTALPOP": "Einwohnerzahl",
"COPYYX": "Copy Lat,Lng",
"COPYXY": "Copy Lng,Lat",
"SHOWLANDMARKS": "Include landmarks in routing instructions"
"SHOWLANDMARKS": "Include landmarks in routing instructions",
"CUSTOM_MARKER": "Als Marker hinzufügen"
}
3 changes: 2 additions & 1 deletion app/languages/en-GB.json
Original file line number Diff line number Diff line change
Expand Up @@ -187,5 +187,6 @@
"TOTALPOP": "Population",
"COPYYX": "Copy Lat,Lng",
"COPYXY": "Copy Lng,Lat",
"SHOWLANDMARKS": "Include landmarks in routing instructions"
"SHOWLANDMARKS": "Include landmarks in routing instructions",
"CUSTOM_MARKER": "Add custom marker to map"
}
3 changes: 2 additions & 1 deletion app/languages/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -190,5 +190,6 @@
"TOTALPOP": "Population",
"COPYYX": "Copy Lat,Lng",
"COPYXY": "Copy Lng,Lat",
"SHOWLANDMARKS": "Include landmarks in routing instructions"
"SHOWLANDMARKS": "Include landmarks in routing instructions",
"CUSTOM_MARKER": "Add custom marker to map"
}
3 changes: 2 additions & 1 deletion app/languages/es-ES.json
Original file line number Diff line number Diff line change
Expand Up @@ -189,5 +189,6 @@
"TOTALPOP": "Popolazione",
"COPYYX": "Copy Lat,Lng",
"COPYXY": "Copy Lng,Lat",
"SHOWLANDMARKS": "Include landmarks in routing instructions"
"SHOWLANDMARKS": "Include landmarks in routing instructions",
"CUSTOM_MARKER": "Add custom marker to map"
}
3 changes: 2 additions & 1 deletion app/languages/fr-FR.json
Original file line number Diff line number Diff line change
Expand Up @@ -189,5 +189,6 @@
"TOTALPOP": "Population",
"COPYYX": "Copy Lat,Lng",
"COPYXY": "Copy Lng,Lat",
"SHOWLANDMARKS": "Include landmarks in routing instructions"
"SHOWLANDMARKS": "Include landmarks in routing instructions",
"CUSTOM_MARKER": "Add custom marker to map"
}
3 changes: 2 additions & 1 deletion app/languages/it-IT.json
Original file line number Diff line number Diff line change
Expand Up @@ -190,5 +190,6 @@
"TOTALPOP": "Popolazione",
"COPYYX": "Copy Lat,Lng",
"COPYXY": "Copy Lng,Lat",
"SHOWLANDMARKS": "Include landmarks in routing instructions"
"SHOWLANDMARKS": "Include landmarks in routing instructions",
"CUSTOM_MARKER": "Add custom marker to map"
}
3 changes: 2 additions & 1 deletion app/languages/pl-PL.json
Original file line number Diff line number Diff line change
Expand Up @@ -189,5 +189,6 @@
"TOTALPOP": "Populacja",
"COPYYX": "Copy Lat,Lng",
"COPYXY": "Copy Lng,Lat",
"SHOWLANDMARKS": "Include landmarks in routing instructions"
"SHOWLANDMARKS": "Include landmarks in routing instructions",
"CUSTOM_MARKER": "Add custom marker to map"
}
3 changes: 2 additions & 1 deletion app/languages/pt-PT.json
Original file line number Diff line number Diff line change
Expand Up @@ -189,5 +189,6 @@
"TOTALPOP": "População",
"COPYYX": "Copy Lat,Lng",
"COPYXY": "Copy Lng,Lat",
"SHOWLANDMARKS": "Include landmarks in routing instructions"
"SHOWLANDMARKS": "Include landmarks in routing instructions",
"CUSTOM_MARKER": "Add custom marker to map"
}
3 changes: 2 additions & 1 deletion app/languages/ru-RU.json
Original file line number Diff line number Diff line change
Expand Up @@ -189,5 +189,6 @@
"TOTALPOP": "население",
"COPYYX": "Copy Lat,Lng",
"COPYXY": "Copy Lng,Lat",
"SHOWLANDMARKS": "Include landmarks in routing instructions"
"SHOWLANDMARKS": "Include landmarks in routing instructions",
"CUSTOM_MARKER": "Add custom marker to map"
}
3 changes: 2 additions & 1 deletion app/languages/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -189,5 +189,6 @@
"TOTALPOP": "人口",
"COPYYX": "Copy Lat,Lng",
"COPYXY": "Copy Lng,Lat",
"SHOWLANDMARKS": "Include landmarks in routing instructions"
"SHOWLANDMARKS": "Include landmarks in routing instructions",
"CUSTOM_MARKER": "Add custom marker to map"
}

0 comments on commit 8c8e144

Please sign in to comment.