761 B
761 B
title | description | image |
---|---|---|
langPackString | Translated localization string | 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'];
Or, if you're into Lua:
langPackString={_='langPackString', key='string', value='string'}