Skip to content

Commit

Permalink
2.1.0: Korean language, thanks @powerwlsl!
Browse files Browse the repository at this point in the history
  • Loading branch information
J. T. L committed Mar 14, 2018
1 parent 340c323 commit 0f07663
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 202 deletions.
8 changes: 2 additions & 6 deletions lib/lang/ko.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,11 +122,7 @@ module.exports = {
"temperatures-valleying": "$2 최저기온 $1",
"temperatures-falling": "$2 $1까지 하강",
/* Korean doesn't have capitalization */
"title": function(str) {
return str;
},
"title": "$1",
/* The period looks weird in Korean */
"sentence": function(str) {
return str;
},
"sentence": "$1",
};
195 changes: 0 additions & 195 deletions package-lock.json

This file was deleted.

7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "translations",
"version": "2.0.0",
"version": "2.1.0",
"description": "translate the Dark Sky API into any language",
"author": {
"name": "The Dark Sky Company",
Expand Down Expand Up @@ -230,6 +230,11 @@
"name": "AndyTempel",
"email": "[email protected]",
"web": "https://ksoft.si"
},
{
"name": "Hyejin Ahn",
"email": "[email protected]",
"web": "https://github.com/powerwlsl"
}
],
"repository": {
Expand Down

0 comments on commit 0f07663

Please sign in to comment.