Remove ai from core textdomains.

This commit is contained in:
Andrius Štikonas 2021-01-01 20:58:47 +00:00
parent b97d173cc4
commit 9bf866f8a0
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ STATUS="OK" # Total status of translations
while getopts ":c" opt; do while getopts ":c" opt; do
case $opt in case $opt in
c) c)
CORE_TEXTDOMAINS="wesnoth lib editor help ai units multiplayer anl tutorial" ;; CORE_TEXTDOMAINS="wesnoth lib editor help units multiplayer anl tutorial" ;;
esac esac
done done

View File

@ -18,7 +18,7 @@
# Repositories # Repositories
REPO="~/repositories/wesnoth" # preferably local clone but remote should work as well REPO="~/repositories/wesnoth" # preferably local clone but remote should work as well
LOCAL_REPO="git" # should be bare repository LOCAL_REPO="git" # should be bare repository
BRANCHES="1.8 1.10 1.12 1.14 master" # one or multiple branches separated by space. BRANCHES="1.14 master" # one or multiple branches separated by space.
# Options # Options
LCODE="lt" # Language code. Only 1 language is supported. LCODE="lt" # Language code. Only 1 language is supported.