First Commit

This commit is contained in:
2026-08-19 11:22:14 -03:00
commit 8d49b22915
15 changed files with 612 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
{
"name" : "inforsistemas/lang",
"description" : "A simple internationalization library",
"type" : "library",
"authors" : [
{
"name" : "Artur Welp",
"email" : "ahwelp@universo.univates.br"
}
],
"autoload" : {
"psr-4" : {
"Lang\\" : "src/Lang/"
}
},
"require" : { },
"suggest" : {
"ext-memcached" : "Necessary for Memcached (MEMCACHED in buildStrings)"
}
}