diff options
| author | Juan Carlos <juancarlospaco@gmail.com> | 2019-01-28 05:33:00 -0300 |
|---|---|---|
| committer | Miran <narimiran@disroot.org> | 2019-01-28 09:33:00 +0100 |
| commit | 9daf798427aaed3074e8a1d883a1a74f610bebbe (patch) | |
| tree | d5c940f42ed2b864d4e884edcdbf795da60fb24c | |
| parent | c509dcbfa8dfc3d73ef10b65ab41c055c5d00802 (diff) | |
| download | packages-9daf798427aaed3074e8a1d883a1a74f610bebbe.tar.gz packages-9daf798427aaed3074e8a1d883a1a74f610bebbe.zip | |
Added package nimterlingua (#998)
| -rw-r--r-- | packages.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages.json b/packages.json index c5464fc..bbee309 100644 --- a/packages.json +++ b/packages.json @@ -12530,5 +12530,19 @@ "description": "Record and replay your HTTP sessions!", "license": "MIT", "web": "https://github.com/LemonBoy/cassette" + }, + { + "name": "nimterlingua", + "url": "https://github.com/juancarlospaco/nim-internimgua", + "method": "git", + "tags": [ + "internationalization", + "i18n", + "localization", + "translation" + ], + "description": "Internationalization at Compile Time for Nim. Macro to translate unmodified code from 1 INI file. NimScript compatible.", + "license": "MIT", + "web": "https://github.com/juancarlospaco/nim-internimgua" } ] |
