From 3b0fb2788349164a64af475e307a4188d268bc1b Mon Sep 17 00:00:00 2001 From: Juan Carlos Date: Thu, 3 May 2018 07:12:40 -0300 Subject: [PATCH] Added package translation (#712) * Added package translation * Update packages.json --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index b8dd043..762e765 100644 --- a/packages.json +++ b/packages.json @@ -9078,5 +9078,20 @@ "description": "Game rules engine for simulating or playing turn-based games", "license": "MIT", "web": "https://github.com/JohnAD/turn_based_game/wiki" + }, + { + "name": "translation", + "url": "https://github.com/juancarlospaco/nim-tinyslation", + "method": "git", + "tags": [ + "translation", + "tinyslation", + "api", + "strings", + "minimalism" + ], + "description": "Text string translation from free online crowdsourced API. Tinyslation a tiny translation.", + "license": "LGPLv3", + "web": "https://github.com/juancarlospaco/nim-tinyslation" } ]