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

Commit

Permalink
v3.1.0: add Irish, add Turkish status messages
Browse files Browse the repository at this point in the history
  • Loading branch information
Jay LaPorte committed Mar 11, 2020
1 parent 9ccbece commit 4900a90
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
14 changes: 0 additions & 14 deletions lib/lang/ga.js
Original file line number Diff line number Diff line change
@@ -1,19 +1,5 @@
"use strict";

// function join_with_shared_prefix(a, b, joiner) {
// let i = 0;

// while(i !== a.length &&
// i !== b.length &&
// a.charCodeAt(i) === b.charCodeAt(i))
// ++i;

// while(i && a.charCodeAt(i - 1) !== 32)
// --i;

// return a + joiner + b.slice(i);
// }

module.exports = {
"clear": "glan",
"no-precipitation": "ní bheidh frasaíocht ann",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "translations",
"version": "3.0.8",
"version": "3.1.0",
"description": "translate the Dark Sky API into any language",
"author": {
"name": "The Dark Sky Company",
Expand Down

0 comments on commit 4900a90

Please sign in to comment.