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

Commit

Permalink
v2.14.0: add Vietnamese language
Browse files Browse the repository at this point in the history
  • Loading branch information
Jay LaPorte committed Jun 14, 2019
1 parent 6d2cb34 commit af8d93f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 13 deletions.
15 changes: 3 additions & 12 deletions lib/lang/vi.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,25 +114,16 @@ module.exports = {
"stopping-then-starting-later": "$1 dừng sau $2, tiếp tục $3 sau",
"for-day": "$1 suốt cả ngày",
"starting": "$1 bắt đầu lúc $2",
"until": function(condition, period) {
return condition + " cho đến " + period;
},
"until-starting-again": function(condition, a, b) {
return condition + " cho đến " + a + ", bắt đầu lại " + b;
},
"starting-continuing-until": function(condition, a, b) {
return condition + " bắt đầu lúc " + a + ", tiếp tục tới " + b;
},
"until": "$1 cho đến $2",
"until-starting-again": "$1 cho đến $2, bắt đầu lại $3",
"starting-continuing-until": "$1 bắt đầu lúc $2, tiếp tục tới $3",
"during": "$1 vào $2",
"for-week": "$1 cả tuần",
"over-weekend": "$1 suốt cuốt tuần",
"temperatures-peaking": "nhiệt độ đỉnh điểm $1 vào $2",
"temperatures-rising": "nhiệt độ tăng tới $1 vào $2",
"temperatures-valleying": "nhiệt độ thấp nhất $1 vào $2",
"temperatures-falling": "nhiệt độ giảm tới $1 vào $2",
// Capitalize the first letter of every word, except if that word is
// "and". (This is a very crude bastardization of proper English titling
// rules, but it is adequate for the purposes of this module.)
"title": "$1",
// Capitalize the first word of the sentence and end with a period.
"sentence": function(str) {
Expand Down
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "translations",
"version": "2.13.0",
"version": "2.14.0",
"description": "translate the Dark Sky API into any language",
"author": {
"name": "The Dark Sky Company",
Expand Down Expand Up @@ -260,6 +260,10 @@
{
"name": "stanno",
"web": "https://github.com/stanno"
},
{
"name": "phungdoanh",
"web": "https://github.com/phungdoanh"
}
],
"repository": {
Expand Down

0 comments on commit af8d93f

Please sign in to comment.