Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(locale): fixed errors in Google strings #720

Merged
merged 1 commit into from
Feb 16, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/locale/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"IGO": "IGO",
"noEntityStore": "No tables available for this dataset",
"coordinates": "Show coordinates",
"googleMap": "Show in Google maps",
"googleStreetView": "Show in Google Street view",
"googleMap": "Show in Google Maps",
"googleStreetView": "Show in Google Street View",
"welcomeWindow": {
"html": "<h1>Welcome to {{title}, the Québec goverment mapping application </h1><h2>Version {{version}}, build on {{releaseDate}}</h2>",
"title": "",
Expand Down
4 changes: 2 additions & 2 deletions src/locale/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"IGO": "IGO",
"noEntityStore": "Aucune table disponible pour ce jeu de données",
"coordinates": "Afficher les coordonnées",
"googleMap": "Afficher sur Google maps",
"googleStreetView": "Afficher sur Google Street view",
"googleMap": "Afficher dans Google Maps",
"googleStreetView": "Afficher dans Google Street View",
"welcomeWindow": {
"html": "<h1>Bienvenue dans {{title}}, l'application cartographique du gouvernement du Québec</h1><h2>Débutez en sélectionnant un contexte &#x2605;</h2><h2>Version {{version}}, en date du {{releaseDate}}</h2>",
"title": "Fenêtre d'accueil",
Expand Down