mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
725 B
725 B
title | description | nav_exclude | image |
---|---|---|---|
langPackString | Translated localization string | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: langPackString
Translated localization string
Attributes:
Name | Type | Required | Description |
---|---|---|---|
key | string | Yes | Language key |
value | string | Yes | Value |
Type: LangPackString
Example:
$langPackString = ['_' => 'langPackString', 'key' => 'string', 'value' => 'string'];