From 27ecf0ba799894e034d0ab308d390fd5fe7446f5 Mon Sep 17 00:00:00 2001 From: SnwMds <46784020+SnwMds@users.noreply.github.com> Date: Fri, 16 Jul 2021 02:00:28 -0300 Subject: [PATCH] Add package latinize (#1971) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 6b24fab..09e0d5a 100644 --- a/packages.json +++ b/packages.json @@ -23355,5 +23355,18 @@ "description": "a collection of useful macro functionalities", "license": "MIT", "web": "https://github.com/hamidb80/macroplus" + }, + { + "name": "latinize", + "url": "https://github.com/AmanoTeam/Latinize", + "method": "git", + "tags": [ + "strings", + "unicode", + "ascii" + ], + "description": "Convert accents (diacritics) from strings to latin characters.", + "license": "LGPL-3.0", + "web": "https://github.com/AmanoTeam/Latinize" } ]