peter-iakovlev / Telegram

Telegram Messenger for iOS
3.21k stars 855 forks source link

Correct way to add localization for my own screens #226

Open pkazantsev opened 6 years ago

pkazantsev commented 6 years ago

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?

orange475 commented 5 years ago

Have you solve this problem?