|base\_lang\_code|[string](../types/string.md) | Optional|Identifier of a base language pack; may be empty. If a string is missed in the language pack, then it should be fetched from base language pack. Unsupported in custom language packs|
|plural\_code|[string](../types/string.md) | Yes|A language code to be used to apply plural forms. See [https://www.unicode.org/cldr/charts/latest/supplemental/language\_plural\_rules.html](https://www.unicode.org/cldr/charts/latest/supplemental/language_plural_rules.html) for more info|
|strings\_count|[int](../types/int.md) | Yes|Total number of non-deleted strings from the language pack|
|translated\_count|[int](../types/int.md) | Yes|Total number of translated strings from the language pack|
|translations\_url|[string](../types/string.md) | Yes|Link to language translation interface; empty for custom local language packs|