made the pack completely portable and wrote relevent bat files to go with it
This commit is contained in:
14
gitportable/usr/share/awk/libintl.awk
Normal file
14
gitportable/usr/share/awk/libintl.awk
Normal file
@@ -0,0 +1,14 @@
|
||||
function bindtextdomain(dir, domain)
|
||||
{
|
||||
return dir
|
||||
}
|
||||
|
||||
function dcgettext(string, domain, category)
|
||||
{
|
||||
return string
|
||||
}
|
||||
|
||||
function dcngettext(string1, string2, number, domain, category)
|
||||
{
|
||||
return (number == 1 ? string1 : string2)
|
||||
}
|
||||
Reference in New Issue
Block a user