TeamSurvivalXtreme / SXCollection

SXC (SurvivalXtreme map Collection) add-on for Wesnoth
GNU General Public License v2.0
5 stars 2 forks source link

I18N and textdomain declarations #50

Open stevecotton opened 6 years ago

stevecotton commented 6 years ago

The WML files have inconsistent textdomain declarations. Most of the maps are "wesnoth-SXC", some files are "wesnoth-sxc", and some files don't declare a textdomain at all.

For the melee-or-ranged i18n in v0.2.123, I noticed that strings in the "wesnoth" text domain were available in WML, and assumed this was a feature. It's not, it's simply that SXCmacros.cfg doesn't declare a textdomain; when that is fixed, the _ ("melee") and _ ("ranged") declarations will break.

stevecotton commented 6 months ago

Also, most of the maps (even the ones with a textdomain) aren't using the _ to mark the strings as translatable.