Interesting bug on a machine with LANG=en-US.UTF-8.
I start with bash gameshell.sh -L fr, play for a bit, exit. Then, if I do bash gameshell-save.sh the game is in a hybrid of French and English. Directories are sometimes in French, sometimes in English, and goals are in English while some messages are in French.
To properly resume the game in French, I have to do bash gameshell.sh -L fr again and choose 2 to use the existing save. Only then the game will start fully in French.
Interesting bug on a machine with LANG=en-US.UTF-8.
I start with
bash gameshell.sh -L fr, play for a bit, exit. Then, if I dobash gameshell-save.shthe game is in a hybrid of French and English. Directories are sometimes in French, sometimes in English, and goals are in English while some messages are in French.To properly resume the game in French, I have to do
bash gameshell.sh -L fragain and choose 2 to use the existing save. Only then the game will start fully in French.