"Obsolete Strings" are the ones at the end of each file, starting with #~"
Also transform wesnoth-help/de.po to unix style, thus this commit counts
7000 additions & deletions too
The tool that generates .po files splits lines in order to limit line
length, and pofix can't track split strings. Thus, pofix search rules need
to be shorter so that pofix finds the affected strings.
I also moved the replacements to the right text domains, placed wesnoth-l
to the right spot, and removed the "Asheviere is the Queen of Wesnoth"
replacement because it isn't pofixable. (The second part of the string
becomes just "Queen of Wesnoth." and "queen of Wesnoth." with lowercase Q
is used legitimately elsewhere.)
[ci skip]
* new TSG translation
* dropped German campaign abbreviations - stick with English ones
As of 1.14 the English campaign names are as well shown in brackets
in the load game dialogue
* removed cases of double whitespaces
* replaced — by – (If you read this commit message with a monospace
font you won't see the difference)
[ci skip]
We don't want to risk translations falling below the minimum string
count because of the additions in 1.14.1, since it's supposed to be an
emergency release.
work around the symptom of issue #1741https://github.com/wesnoth/wesnoth/issues/1741
This is only a workaround and needs to be handled by the one doing the
next pot-update somehow. Maybe something needs to be changed in the
scons recipe if this was used for the last pot-update?