Added package translation (#712)

* Added package translation

* Update packages.json
This commit is contained in:
Juan Carlos 2018-05-03 07:12:40 -03:00 committed by Dominik Picheta
parent 2fc6539bfe
commit 3b0fb27883

View File

@ -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"
}
]