This commit is contained in:
Alexander Zhirov 2025-06-26 22:12:31 +03:00
commit 97f78f7728
Signed by: alexander
GPG key ID: C8D8BE544A27C511
8 changed files with 218 additions and 0 deletions

13
dub.json Normal file
View file

@ -0,0 +1,13 @@
{
"authors": [
"Alexander Zhirov"
],
"copyright": "Copyright © 2025, Alexander Zhirov",
"dependencies": {
"gettext": "~>1"
},
"description": "Support system locale detection and standard GNU/Linux translation paths for gettext",
"license": "BSL-1.0",
"name": "gettext-syslocale",
"targetType": "library"
}