mirror of
https://github.com/infra7ti/dbtool.git
synced 2025-12-05 23:02:37 -03:00
Initial commit
This commit is contained in:
6
lib/builtin/gettext.bash
Normal file
6
lib/builtin/gettext.bash
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/bash
|
||||
|
||||
LC_MESSAGES=${LANG}
|
||||
TEXTDOMAIN="dbtool"
|
||||
TEXTDOMAINDIR="${PWD}/locale"
|
||||
INTERACTIVE=false
|
||||
Reference in New Issue
Block a user