Added package localize (#2072)

This commit is contained in:
Александр Старочкин 2021-11-25 19:18:19 +03:00 committed by GitHub
parent c210c4aa06
commit 305af45c8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24337,5 +24337,18 @@
"description": "Port of Python's html.escape and html.unescape to Nim",
"license": "LGPL-3.0",
"web": "https://github.com/AmanoTeam/htmlunescape"
},
{
"name": "localize",
"url": "https://github.com/levovix0/localize",
"method": "git",
"tags": [
"translate",
"translation",
"localization"
],
"description": "Compile time localization for applications",
"license": "MIT",
"web": "https://github.com/levovix0/localize"
}
]