Merge pull request #354 from Parashurama/master

Add i18n module
This commit is contained in:
Dominik Picheta 2016-05-16 15:29:34 +01:00
commit 8a8fff19a4

View File

@ -4691,5 +4691,18 @@
"description": "Library for interacting with Amazon Web Services (AWS)", "description": "Library for interacting with Amazon Web Services (AWS)",
"license": "MIT", "license": "MIT",
"web": "https://github.com/aidansteele/aws_sdk.nim" "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"
} }
] ]