diff options
| author | Juan Carlos <juancarlospaco@gmail.com> | 2018-05-03 07:12:40 -0300 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-05-03 11:12:40 +0100 |
| commit | 3b0fb2788349164a64af475e307a4188d268bc1b (patch) | |
| tree | 82f14b767b7397898d566109086cfe0ac711806a | |
| parent | 2fc6539bfe69225c231a188c1a9c5ad1fb701212 (diff) | |
| download | packages-3b0fb2788349164a64af475e307a4188d268bc1b.tar.gz packages-3b0fb2788349164a64af475e307a4188d268bc1b.zip | |
Added package translation (#712)
* Added package translation
* Update packages.json
| -rw-r--r-- | packages.json | 15 |
1 files changed, 15 insertions, 0 deletions
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" } ] |
