I'm making an app based on Telegram source codes and I want to add localization strings to the Telegram localization.
I tried loading my localization file with TGSetLocalizationFromFile() but, after restarting, the app resets locale to a default one.
Is there a correct way to append my localization to the Telegram localization files without getting it rewritten after Telegram downloads a new version of localization?
I'm making an app based on Telegram source codes and I want to add localization strings to the Telegram localization. I tried loading my localization file with
TGSetLocalizationFromFile()
but, after restarting, the app resets locale to a default one. Is there a correct way to append my localization to the Telegram localization files without getting it rewritten after Telegram downloads a new version of localization?