Skip to content

Commit

Permalink
Fix bug translate keyword "high-humidity" (darkskyapp#227)
Browse files Browse the repository at this point in the history
* Update vi.js

* Update vi.json
  • Loading branch information
phungdoanh authored and Jay LaPorte committed Jun 18, 2019
1 parent af8d93f commit 166fc1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/lang/vi.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ module.exports = {
"medium-wind": "có gió",
"heavy-wind": "gió to",
"low-humidity": "trời hanh khô",
"high-humidity": "trời nồm",
"high-humidity": "độ ẩm cao",
"fog": "có sương mù",
"light-clouds": "ít mây",
"medium-clouds": "có mây",
Expand Down
2 changes: 1 addition & 1 deletion test_cases/vi.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"mưa phùn và gió to":
["title", ["and", "very-light-rain", "heavy-wind"]],

"trời nồm và ít mây":
"độ ẩm cao và ít mây":
["title", ["and", "high-humidity", "light-clouds"]],


Expand Down

0 comments on commit 166fc1c

Please sign in to comment.