Remove the wesnoth-ai textdoman, move a few strings to wesnoth-lib (#4669)
This whole textdomain is dedicated to localized strings revolving around the game's AI engine and the AI demos/test scenarios, with around 370 strings in it. Other than a few strings near the start of the catalogue template, none of these have any value for regular players since they are sourced from AI demos and test scenarios in data/ai/micro_ais/ and data/ai/scenarios/. None of them will be displayed to people who aren't tinkering with WML or contributing to AI development as part of the Wesnoth dev team, and some of the language used in them is very technical in nature. This commit leaves the "#textdomain wesnoth-ai" lines in the AI demos, but drops the .po and .pot catalogues for wesnoth-ai. The few strings that are seen by regular players move to the wesnoth-lib textdomain.
This commit is contained in:
parent
1d60c8d6e4
commit
a42600ffbe
70 changed files with 7 additions and 162101 deletions
|
@ -73,9 +73,6 @@
|
|||
[textdomain]
|
||||
name="wesnoth-help"
|
||||
[/textdomain]
|
||||
[textdomain]
|
||||
name="wesnoth-ai"
|
||||
[/textdomain]
|
||||
[textdomain]
|
||||
name="wesnoth-units"
|
||||
[/textdomain]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#textdomain wesnoth-ai
|
||||
#textdomain wesnoth-lib
|
||||
|
||||
#ifndef AI_CA_GOTO
|
||||
{core/macros/ai_candidate_actions.cfg}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#textdomain wesnoth-ai
|
||||
#textdomain wesnoth-lib
|
||||
|
||||
#ifndef AI_CA_GOTO
|
||||
{core/macros/ai_candidate_actions.cfg}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#textdomain wesnoth-ai
|
||||
#textdomain wesnoth-lib
|
||||
|
||||
#ifndef AI_CA_GOTO
|
||||
{core/macros/ai_candidate_actions.cfg}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#textdomain wesnoth-ai
|
||||
#textdomain wesnoth-lib
|
||||
[ai]
|
||||
id=idle_ai
|
||||
description=_"Multiplayer_AI^Dev AI: Idle AI" # wmllint: no spellcheck
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#textdomain wesnoth-ai
|
||||
#textdomain wesnoth-lib
|
||||
|
||||
#ifndef AI_CA_GOTO
|
||||
{core/macros/ai.cfg}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#textdomain wesnoth-ai
|
||||
#textdomain wesnoth-lib
|
||||
|
||||
#ifndef AI_CA_GOTO
|
||||
{core/macros/ai.cfg}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#textdomain wesnoth-ai
|
||||
#textdomain wesnoth-lib
|
||||
|
||||
#ifndef AI_CA_GOTO
|
||||
{core/macros/ai_candidate_actions.cfg}
|
||||
|
|
|
@ -110,7 +110,6 @@
|
|||
<translation type="gettext">wesnoth-lib</translation>
|
||||
<translation type="gettext">wesnoth-editor</translation>
|
||||
<translation type="gettext">wesnoth-help</translation>
|
||||
<translation type="gettext">wesnoth-ai</translation>
|
||||
<translation type="gettext">wesnoth-units</translation>
|
||||
<translation type="gettext">wesnoth-multiplayer</translation>
|
||||
<translation type="gettext">wesnoth-anl</translation>
|
||||
|
|
|
@ -4,7 +4,6 @@ set_directory_properties(PROPERTIES CLEAN_NO_CUSTOM true)
|
|||
# The normal domains use cpp and cfg files.
|
||||
set(NORMAL_DOMAINS
|
||||
wesnoth
|
||||
wesnoth-ai
|
||||
wesnoth-anl
|
||||
wesnoth-did
|
||||
wesnoth-dm
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
find data -name '*.cfg' -print
|
||||
find data -name '*.lua' -print
|
|
@ -1 +0,0 @@
|
|||
af ang@latin ar bg ca ca_ES@valencia cs da de el en_GB en@shaw es eo et eu fi fr ga gd gl grc he hr hu id is it ja ko la lt lv mk mr nl nb_NO pl pt pt_BR racv ro ru sk sl sr sr@ijekavian sr@ijekavianlatin sr@latin sv tl tr uk vi zh_CN zh_TW
|
|
@ -1,41 +0,0 @@
|
|||
# Makefile variables for PO directory in any package using GNU gettext.
|
||||
|
||||
# Usually the message domain is the same as the package name.
|
||||
DOMAIN = wesnoth-ai
|
||||
|
||||
# These two variables depend on the location of this directory.
|
||||
subdir = po/$(DOMAIN)
|
||||
top_builddir = ../..
|
||||
|
||||
# These options get passed to xgettext.
|
||||
XGETTEXT_OPTIONS = --from-code=UTF-8 --sort-by-file --keyword=sgettext --keyword=vgettext --keyword=_n:1,2 --keyword=sngettext:1,2 --keyword=vngettext:1,2 --add-comments=TRANSLATORS:
|
||||
|
||||
# This is the copyright holder that gets inserted into the header of the
|
||||
# $(DOMAIN).pot file. Set this to the copyright holder of the surrounding
|
||||
# package. (Note that the msgstr strings, extracted from the package's
|
||||
# sources, belong to the copyright holder of the package.) Translators are
|
||||
# expected to transfer the copyright for their translations to this person
|
||||
# or entity, or to disclaim their copyright. The empty string stands for
|
||||
# the public domain; in this case the translators are expected to disclaim
|
||||
# their copyright.
|
||||
COPYRIGHT_HOLDER = Wesnoth development team
|
||||
|
||||
# This is the email address or URL to which the translators shall report
|
||||
# bugs in the untranslated strings:
|
||||
# - Strings which are not entire sentences, see the maintainer guidelines
|
||||
# in the GNU gettext documentation, section 'Preparing Strings'.
|
||||
# - Strings which use unclear terms or require additional context to be
|
||||
# understood.
|
||||
# - Strings which make invalid assumptions about notation of date, time or
|
||||
# money.
|
||||
# - Pluralisation problems.
|
||||
# - Incorrect English spelling.
|
||||
# - Incorrect formatting.
|
||||
# It can be your email address, or a mailing list address where translators
|
||||
# can write to without being subscribed, or the URL of a web page through
|
||||
# which the translators can contact you.
|
||||
MSGID_BUGS_ADDRESS =https://bugs.wesnoth.org/
|
||||
|
||||
# This is the list of locale categories, beyond LC_MESSAGES, for which the
|
||||
# message catalogs shall be used. It is usually empty.
|
||||
EXTRA_LOCALE_CATEGORIES =
|
2612
po/wesnoth-ai/af.po
2612
po/wesnoth-ai/af.po
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
2612
po/wesnoth-ai/ar.po
2612
po/wesnoth-ai/ar.po
File diff suppressed because it is too large
Load diff
2613
po/wesnoth-ai/bg.po
2613
po/wesnoth-ai/bg.po
File diff suppressed because it is too large
Load diff
3282
po/wesnoth-ai/ca.po
3282
po/wesnoth-ai/ca.po
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
3245
po/wesnoth-ai/cs.po
3245
po/wesnoth-ai/cs.po
File diff suppressed because it is too large
Load diff
2616
po/wesnoth-ai/da.po
2616
po/wesnoth-ai/da.po
File diff suppressed because it is too large
Load diff
3440
po/wesnoth-ai/de.po
3440
po/wesnoth-ai/de.po
File diff suppressed because it is too large
Load diff
2616
po/wesnoth-ai/el.po
2616
po/wesnoth-ai/el.po
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
2613
po/wesnoth-ai/eo.po
2613
po/wesnoth-ai/eo.po
File diff suppressed because it is too large
Load diff
3472
po/wesnoth-ai/es.po
3472
po/wesnoth-ai/es.po
File diff suppressed because it is too large
Load diff
2616
po/wesnoth-ai/et.po
2616
po/wesnoth-ai/et.po
File diff suppressed because it is too large
Load diff
2612
po/wesnoth-ai/eu.po
2612
po/wesnoth-ai/eu.po
File diff suppressed because it is too large
Load diff
2616
po/wesnoth-ai/fi.po
2616
po/wesnoth-ai/fi.po
File diff suppressed because it is too large
Load diff
3421
po/wesnoth-ai/fr.po
3421
po/wesnoth-ai/fr.po
File diff suppressed because it is too large
Load diff
2613
po/wesnoth-ai/ga.po
2613
po/wesnoth-ai/ga.po
File diff suppressed because it is too large
Load diff
2638
po/wesnoth-ai/gd.po
2638
po/wesnoth-ai/gd.po
File diff suppressed because it is too large
Load diff
3723
po/wesnoth-ai/gl.po
3723
po/wesnoth-ai/gl.po
File diff suppressed because it is too large
Load diff
2606
po/wesnoth-ai/grc.po
2606
po/wesnoth-ai/grc.po
File diff suppressed because it is too large
Load diff
2613
po/wesnoth-ai/he.po
2613
po/wesnoth-ai/he.po
File diff suppressed because it is too large
Load diff
2614
po/wesnoth-ai/hr.po
2614
po/wesnoth-ai/hr.po
File diff suppressed because it is too large
Load diff
2728
po/wesnoth-ai/hu.po
2728
po/wesnoth-ai/hu.po
File diff suppressed because it is too large
Load diff
2615
po/wesnoth-ai/id.po
2615
po/wesnoth-ai/id.po
File diff suppressed because it is too large
Load diff
2615
po/wesnoth-ai/is.po
2615
po/wesnoth-ai/is.po
File diff suppressed because it is too large
Load diff
3444
po/wesnoth-ai/it.po
3444
po/wesnoth-ai/it.po
File diff suppressed because it is too large
Load diff
2618
po/wesnoth-ai/ja.po
2618
po/wesnoth-ai/ja.po
File diff suppressed because it is too large
Load diff
2613
po/wesnoth-ai/ko.po
2613
po/wesnoth-ai/ko.po
File diff suppressed because it is too large
Load diff
2802
po/wesnoth-ai/la.po
2802
po/wesnoth-ai/la.po
File diff suppressed because it is too large
Load diff
2619
po/wesnoth-ai/lt.po
2619
po/wesnoth-ai/lt.po
File diff suppressed because it is too large
Load diff
2614
po/wesnoth-ai/lv.po
2614
po/wesnoth-ai/lv.po
File diff suppressed because it is too large
Load diff
2612
po/wesnoth-ai/mk.po
2612
po/wesnoth-ai/mk.po
File diff suppressed because it is too large
Load diff
2612
po/wesnoth-ai/mr.po
2612
po/wesnoth-ai/mr.po
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
3303
po/wesnoth-ai/nl.po
3303
po/wesnoth-ai/nl.po
File diff suppressed because it is too large
Load diff
2617
po/wesnoth-ai/pl.po
2617
po/wesnoth-ai/pl.po
File diff suppressed because it is too large
Load diff
3353
po/wesnoth-ai/pt.po
3353
po/wesnoth-ai/pt.po
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
2614
po/wesnoth-ai/ro.po
2614
po/wesnoth-ai/ro.po
File diff suppressed because it is too large
Load diff
2614
po/wesnoth-ai/ru.po
2614
po/wesnoth-ai/ru.po
File diff suppressed because it is too large
Load diff
3392
po/wesnoth-ai/sk.po
3392
po/wesnoth-ai/sk.po
File diff suppressed because it is too large
Load diff
2614
po/wesnoth-ai/sl.po
2614
po/wesnoth-ai/sl.po
File diff suppressed because it is too large
Load diff
2615
po/wesnoth-ai/sr.po
2615
po/wesnoth-ai/sr.po
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
2616
po/wesnoth-ai/sv.po
2616
po/wesnoth-ai/sv.po
File diff suppressed because it is too large
Load diff
2612
po/wesnoth-ai/tl.po
2612
po/wesnoth-ai/tl.po
File diff suppressed because it is too large
Load diff
3253
po/wesnoth-ai/tr.po
3253
po/wesnoth-ai/tr.po
File diff suppressed because it is too large
Load diff
2615
po/wesnoth-ai/uk.po
2615
po/wesnoth-ai/uk.po
File diff suppressed because it is too large
Load diff
3674
po/wesnoth-ai/vi.po
3674
po/wesnoth-ai/vi.po
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue