Is your feature request related to a problem? Please describe.
We want localisation support for games
Describe the solution you'd like
There should be a script to extract all strings from a game. This is a bit tricky because the script will need to use the narrat parser in some way to extract only text strings, but not the ones that are technical (like an object key string).
Maybe a good solution would be to specifically only extract strings that match certain commands (like the base command, or the talk command, etc.
We also need to support having config keys refer to localisation strings in some way since a lot of strings exist in the config
Is your feature request related to a problem? Please describe.
We want localisation support for games
Describe the solution you'd like
There should be a script to extract all strings from a game. This is a bit tricky because the script will need to use the narrat parser in some way to extract only text strings, but not the ones that are technical (like an object key string).
Maybe a good solution would be to specifically only extract strings that match certain commands (like the base command, or the talk command, etc.
We also need to support having config keys refer to localisation strings in some way since a lot of strings exist in the config