Skip to content

Commit

Permalink
Merge pull request #125 from ceskyDJ/fix-coords-input-desc
Browse files Browse the repository at this point in the history
i18n: Enhance Czech and original string for user location input's description
  • Loading branch information
XengShi authored Nov 1, 2024
2 parents 8940171 + 13137e3 commit b70186d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions languages.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const translations = {
// Location
"UserLocText": "Enter your Location",
"UserLocSubtext": "If the weather location isn't correct",
"userLoc": "Your location (City or Latitude,Longitude)",
"userLoc": "Your City or Coordinates (Latitude,Longitude)",
"InputOptionsButton": "Input options",
"saveLoc": "Save",
// Weather
Expand Down Expand Up @@ -354,7 +354,7 @@ const translations = {
// Location
"UserLocText": "Zadejte svou polohu",
"UserLocSubtext": "Pokud není správná poloha počasí",
"userLoc": "Vaše poloha (město / zeměpisná šířka, zeměpisná délka)",
"userLoc": "Město nebo souřadnice (šířka,délka)",
"InputOptionsButton": "Co lze zadat",
"saveLoc": "Uložit",
// Weather
Expand Down

0 comments on commit b70186d

Please sign in to comment.