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",