the massive preparations - settings and sysConf

This commit is contained in:
tildearrow 2024-05-26 23:30:33 -05:00
parent 35a2bb7a53
commit e12bf82f49
16 changed files with 43460 additions and 21654 deletions

View file

@ -13,7 +13,7 @@ echo '"MIME-Version: 1.0\n"
"Content-Transfer-Encoding: 8bit\n"
' >> po/furnace.pot
find src/ -type f -regex ".*\(cpp\|h\)$" | xargs xgettext --omit-header -k_ -k_N -L C++ -o - >> po/furnace.pot || exit 1
find src/ -type f -regex ".*\(cpp\|h\)$" | xargs xgettext --omit-header -k_ -k_N -L C++ --from-code=UTF-8 -j -o po/furnace.pot || exit 1
cd po
for i in ${EXPORT_LANGS[@]}; do