Skip to content

Commit

Permalink
Update hr.js
Browse files Browse the repository at this point in the history
  • Loading branch information
cro-tomo authored Dec 7, 2018
1 parent 2c0e1f9 commit 5ad1aaf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/lang/hr.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ module.exports = {
"heavy-snow": "jak snijeg",
"possible-thunderstorm": "moguća grmljavina",
"thunderstorm": "grmljavina",
"light-wind": "povjetarac",
"light-wind": "malo vjetrovito",
"medium-wind": "vjetrovito",
"heavy-wind": "jako vjetrovito",
"low-humidity": "suho",
Expand All @@ -67,8 +67,8 @@ module.exports = {
"tomorrow-night": "sutra u noći",
"morning": "ujutro",
"afternoon": "popodne",
"evening": "večeri",
"night": "noći",
"evening": "predveče",
"night": "u noći",
"today": "danas",
"tomorrow": "sutra",
"sunday": "u nedjelju",
Expand Down Expand Up @@ -110,7 +110,7 @@ module.exports = {
"starting-then-stopping-later": "$1 počinje za $2, pa prestaje za $3",
"stopping-then-starting-later": "$1 prestaje za $2, pa počinje za $3",
"for-day": "$1 tijekom cijelog dana",
"starting": "$1 od $2",
"starting": "$1 počinje $2",
"until": "$1 do $2",
"until-starting-again": "$1 do $2, i opet počinje $3",
"starting-continuing-until": "$1 počinje $2, ostaje do $3",
Expand Down

0 comments on commit 5ad1aaf

Please sign in to comment.