CodeCafeOpenShiftGame / PodEscape

Endless runner of a pod trying to escape from a project being deleted.
https://podescape.io
Apache License 2.0
29 stars 16 forks source link

Adding translation support #74

Closed rluders closed 3 years ago

rluders commented 3 years ago

This PR adds translation support to the game. It is pretty easy and very straightforward, I'm not doing anything fancy here. The translations are stored inside a .csv file (utf-8) and loaded using the Godot Locale support.

This PR will add also the Brazilian Portuguese translation to the game, so... yeah, later other translations can be added by other contributors.

cybtachyon commented 3 years ago

Excited to see this land, thanks!

rluders commented 3 years ago

@RoddieKieley @ernesgonzalez33 what do you think?

ernesgonzalez33 commented 3 years ago

@rluders great idea! I will test it when I have the time and maybe add Spanish too!! You can merge it if you see it works. Or we can wait for @RoddieKieley's approval

rluders commented 3 years ago

@ernesgonzalez33 actually I was testing it right now, and I think that I found a bug related to the OptionButton. But, yeah, go for it... Add the Spanish too! :+1:

rluders commented 3 years ago

Now it is working as it should be. 100% sure. I'll merge it.