From 9daf798427aaed3074e8a1d883a1a74f610bebbe Mon Sep 17 00:00:00 2001 From: Juan Carlos Date: Mon, 28 Jan 2019 05:33:00 -0300 Subject: [PATCH] Added package nimterlingua (#998) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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" } ]