From 904d401a0c3fa449df78753152d72e27d5e0266d Mon Sep 17 00:00:00 2001 From: Parashurama Date: Mon, 16 May 2016 16:24:58 +0200 Subject: added i18n module. --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index c9ad124..4575844 100644 --- a/packages.json +++ b/packages.json @@ -4691,5 +4691,18 @@ "description": "Library for interacting with Amazon Web Services (AWS)", "license": "MIT", "web": "https://github.com/aidansteele/aws_sdk.nim" + }, + { + "name": "i18n", + "url": "https://github.com/Parashurama/nim-i18n", + "method": "git", + "tags": [ + "gettext", + "i18n", + "internationalisation" + ], + "description": "Bring a gettext-like internationalisation module to Nim", + "license": "MIT", + "web": "https://github.com/Parashurama/nim-i18n" } ] -- cgit v1.2.3