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 local storage of localization strings #168

Closed voltangle closed 1 year ago

voltangle commented 1 year ago

TDLib has a language_pack_database_path option, which allows giving it a path to a place on the filesystem for a database. This thing will optimize the language pack string retrieval, and will possibly greatly simplify localization of the UI because strings will be fetched directly from the database on disk instead of the web, and will (maybe) not require await

voltangle commented 1 year ago

Done