From 9bf866f8a015f5a3e5c86f080c7c54c047d8c163 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrius=20=C5=A0tikonas?= Date: Fri, 1 Jan 2021 20:58:47 +0000 Subject: [PATCH] Remove ai from core textdomains. --- statistics | 2 +- variables | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/statistics b/statistics index aa516b6..bb81cfe 100755 --- a/statistics +++ b/statistics @@ -26,7 +26,7 @@ STATUS="OK" # Total status of translations while getopts ":c" opt; do case $opt in c) - CORE_TEXTDOMAINS="wesnoth lib editor help ai units multiplayer anl tutorial" ;; + CORE_TEXTDOMAINS="wesnoth lib editor help units multiplayer anl tutorial" ;; esac done diff --git a/variables b/variables index f9a59c4..14ad35e 100644 --- a/variables +++ b/variables @@ -18,7 +18,7 @@ # Repositories REPO="~/repositories/wesnoth" # preferably local clone but remote should work as well 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 LCODE="lt" # Language code. Only 1 language is supported.