Td: Translation Platform and custom languages

Created on 14 Dec 2018  路  3Comments  路  Source: tdlib/td

Telegram now supports custom languages from Translation Platform. TDLib for now doesn't support it.

feature request

Most helpful comment

@RadRussianRus Support for unofficial language packs, available on Translation Platform, will be added to next TDLib version along with other new features.

All 3 comments

It does actually.

You just need to set "localization_target" option (with setOption) and then request strings of any available language pack, using getLanguagePackStrings, for example:

{"@type": "getLanguagePackStrings", "language_pack_id": "ru", "keys": []}

@RadRussianRus Support for unofficial language packs, available on Translation Platform, will be added to next TDLib version along with other new features.

Support for custom language packs downloaded from the server was added in TDLib 1.4.0. See Change Log for the full list of changes.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

mbj2007 picture mbj2007  路  4Comments

Invision70 picture Invision70  路  3Comments

IRGC picture IRGC  路  4Comments

isopen picture isopen  路  5Comments

pishnok picture pishnok  路  3Comments