mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-04 21:47:53 +00:00
14 lines
469 B
INI
14 lines
469 B
INI
#textdomain wesnoth
|
|
# These are clutter, scheduled to be removed.
|
|
|
|
# ! in comments is used for generating HTML documentation, ignore it otherwise.
|
|
|
|
#define DEPRECATE NAME VERSION
|
|
# Tag macros for removal, the VERSION argument is the
|
|
# release where the message is shown the first time.
|
|
# The removal will be 2 versions later.
|
|
[deprecated_message]
|
|
message="Macro '" + {NAME} + "' is scheduled for removal in Wesnoth " + {VERSION} + "."
|
|
[/deprecated_message]
|
|
#enddef
|