Link Search Menu Expand Document

Constructor: langPackDifference

Back to constructors index

Changes to the app’s localization pack

Attributes:

NameTypeRequiredDescription
lang_codestringYesLanguage code
from_versionintYesPrevious version number
versionintYesNew version number
stringsArray of LangPackStringYesLocalized strings

Type: LangPackDifference

Example:

$langPackDifference = ['_' => 'langPackDifference', 'lang_code' => 'string', 'from_version' => int, 'version' => int, 'strings' => [LangPackString, LangPackString]];