mock-foundation / moc

A (really) native and powerful macOS and iPadOS Telegram client, optimized for moderating large communities and personal use. Currently in alpha
GNU General Public License v3.0
126 stars 7 forks source link

Implement localization #161

Closed voltangle closed 1 year ago

voltangle commented 1 year ago

Moc will mostly use Telegram's translation platform, that will be handled by TDLib, but parts of the app require additional translation, and that will use https://github.com/Decybel07/L10n-swift under the hood.

Both of them will be wrapped by an L10n module, for simplifying localization interactions.

voltangle commented 1 year ago

Done