From b83932db55728d3f20e8109fc674c71f7ab2b268 Mon Sep 17 00:00:00 2001 From: Hein Thant Date: Tue, 21 Feb 2023 17:34:11 +0630 Subject: [PATCH] Added package ni18n (#2509) Co-authored-by: Gabriel Huber --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 7ea07f0..3e13558 100644 --- a/packages.json +++ b/packages.json @@ -29048,5 +29048,20 @@ "description": "A compact notation for math that transpiles to LaTeX", "license": "GPL-3.0-or-later", "web": "https://xigoi.srht.site/heine/" + }, + { + "name": "ni18n", + "url": "https://github.com/heinthanth/ni18n", + "method": "git", + "tags": [ + "i18n", + "l10n", + "internationalization", + "localization", + "translation" + ], + "description": "Super Fast Nim Macros For Internationalization and Localization", + "license": "MIT", + "web": "https://github.com/heinthanth/ni18n" } ]