Skip to content
This repository has been archived by the owner on Jul 17, 2020. It is now read-only.

Commit

Permalink
Update hr.json (#197)
Browse files Browse the repository at this point in the history
* Update hr.js

grammar correction

* Update hr.json

grammar correction
  • Loading branch information
cro-tomo authored and Jay LaPorte committed Dec 17, 2018
1 parent 3921c3e commit 7073977
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/lang/hr.js
Original file line number Diff line number Diff line change
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 počinje $2",
"starting": "$1 od $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
4 changes: 2 additions & 2 deletions test_cases/hr.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
"Pretežno oblačno tijekom cijelog dana.":
["sentence", ["for-day", "medium-clouds"]],

"Slaba susnježica počinje ujutro.":
"Slaba susnježica od ujutro.":
["sentence", ["starting", "very-light-sleet", "morning"]],

"Vjetrovito do noćas.":
Expand Down Expand Up @@ -167,7 +167,7 @@
"today-afternoon"],
["during", "medium-sleet", "tomorrow-morning"]]],

"Oblačno počinje kasnije noćas i jak snijeg sutra popodne.":
"Oblačno od kasnije noćas i jak snijeg sutra popodne.":
["sentence", ["and",
["starting", "heavy-clouds", "later-today-night"],
["during", "heavy-snow", "tomorrow-afternoon"]]],
Expand Down

0 comments on commit 7073977

Please sign in to comment.