From 4900a90cdadb574099cca60d01bdda2cbaa4e379 Mon Sep 17 00:00:00 2001 From: Jay LaPorte Date: Wed, 11 Mar 2020 09:22:20 -0400 Subject: [PATCH] v3.1.0: add Irish, add Turkish status messages --- lib/lang/ga.js | 14 -------------- package.json | 2 +- 2 files changed, 1 insertion(+), 15 deletions(-) diff --git a/lib/lang/ga.js b/lib/lang/ga.js index 9bfa696..fb5a215 100644 --- a/lib/lang/ga.js +++ b/lib/lang/ga.js @@ -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", diff --git a/package.json b/package.json index 8af2d4e..a383c8a 100644 --- a/package.json +++ b/package.json @@ -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",