[Feature Request] [Localization] Add %s
to affix localizations to allow more reasonable affixed item names for some languages
#1222
Labels
enhancement
New feature or request
Currently, prefix and suffix are in the form of
adj.
andof noun.
and added to the beginning/end of the item name.This is reasonable for most language like English, however, languages like Chinese don't actually have a proper equivalent for suffix
of noun.
. More specifically, the common grammar for Chinese to express the meaning of suffixof noun.
is usually something equivalent to prefixnoun.'s
. Additionally, Chinese doesn't use blank spaces to separate words.In this case, the current implementation results in affixed item names looking bizarre in Chinese. I believe passing in the original or partial affixed item name as
%s
(eg.Aquatic
->Aquatic %s
,of the Ocean
->%s of the Ocean
) would allow localizations to have the freedom to format the name in their own grammar, thus making a better experience for players.I am willing to make a PR for this feature if needed.
The text was updated successfully, but these errors were encountered: