Hi, can I have some help with building betas with multiple languages?
I already have one language (Simplified Chinese) fully implemented with its own font. Now, I'm working on implementing a new language which is using a different font too. (I should pick a better font for my next project lol...)
When I export a beta for the translator to check, a crash is found in a section where it forced the font to be Simplified Chinese regardless of the selected language:
AttributeError: 'StoreModule' object has no attribute 'simplified_chineseGeneralFont'
I figure it's because brunoais_tl_automenu_lang_setup.rpy in the Simplified Chinese folder is automatically excluded, so now the line to define the font for Simplified Chinese is gone, and the string complains.
Is it possible to have the option to include languages other than the defined one when exporting beta for translators who will check it?
Thank you in advance for your time!