Initial commit

This commit is contained in:
Christian Tosta
2024-03-27 10:15:34 -03:00
commit 125ddd20d5
20 changed files with 1959 additions and 0 deletions

6
lib/builtin/gettext.bash Normal file
View File

@@ -0,0 +1,6 @@
#!/usr/bin/bash
LC_MESSAGES=${LANG}
TEXTDOMAIN="dbtool"
TEXTDOMAINDIR="${PWD}/locale"
INTERACTIVE=false