Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

German translation #22

Open
hede5562 opened this issue May 20, 2024 · 1 comment
Open

German translation #22

hede5562 opened this issue May 20, 2024 · 1 comment

Comments

@hede5562
Copy link

I would like to help translating the game to German.

First off I simply forked the project and added some po-file with translated text. Yet I'm not experienced in translation tasks so I do not know what else is needed here. For example there are two glyphs missing, the "ä" and "Ü" in the png-files which seem to define the font. But I do not know how the png and fnt files work. Are there special tools to edit them?

Then, afterwards, how complicated is it to compile a test build?

@agateau
Copy link
Owner

agateau commented May 22, 2024

Hi! Thanks for volunteering to translate Burger Party!

First off I simply forked the project and added some po-file with translated text. Yet I'm not experienced in translation tasks so I do not know what else is needed here.

That's a good start 👍.

For example there are two glyphs missing, the "ä" and "Ü" in the png-files which seem to define the font. But I do not know how the png and fnt files work. Are there special tools to edit them?

This is a bit tricky: there is a Makefile target to regenerate these files, but it requires my own version of Hiero. This is documented in doc/assets-workflow.md.

If it does not work, I can take care of it: open a PR with your new .po file.

Then, afterwards, how complicated is it to compile a test build?

You can run Burger Party in your own language using make run LANG=de. This assumes you have the Android SDK installed. It won't crash if some glyphs are missing, they just won't be there.

Let me know if you need more help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants