15.05.2015, 07:40
I agree that custom replacements are good, but only for constant words. For example, you have a text:
HELLO_MSG = Welcome back, [player_name] - where [player_name] obviously is a name of player. And to output this message with specific name you should replace the [player_name] with the name of player each time you want to get a specific string depending on language. And it will take some time.
Can you give me an example of string which will cause some problems and how to fix them?
HELLO_MSG = Welcome back, [player_name] - where [player_name] obviously is a name of player. And to output this message with specific name you should replace the [player_name] with the name of player each time you want to get a specific string depending on language. And it will take some time.
Can you give me an example of string which will cause some problems and how to fix them?