diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2016-05-16 15:29:34 +0100 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2016-05-16 15:29:34 +0100 |
| commit | 8a8fff19a4e32da010fce2feec43112adb511d90 (patch) | |
| tree | 16505a0d2c5fb8f8f31e9d0237d1d157767fe2a3 /packages.json | |
| parent | 5f990fd048e6230942606087d31f5df105b8dc1a (diff) | |
| parent | 904d401a0c3fa449df78753152d72e27d5e0266d (diff) | |
| download | packages-8a8fff19a4e32da010fce2feec43112adb511d90.tar.gz packages-8a8fff19a4e32da010fce2feec43112adb511d90.zip | |
Merge pull request #354 from Parashurama/master
Add i18n module
Diffstat (limited to 'packages.json')
| -rw-r--r-- | packages.json | 13 |
1 files changed, 13 insertions, 0 deletions
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" } ] |
