$kirby->coreI18nStrings()
Returns the translation strings that Kirby itself defines for the given code. Every shipped translation is generated from the English one, so that is always the complete set, plus whatever plugins register for English and for the code itself.
$kirby->coreI18nStrings(string $code): array
Parameters
| Name | Type | Default |
|---|---|---|
| $coderequired | string |
no default value |
Return type
array
This method modifies the existing $app object it is applied to and returns it again.