localization
Installation
SKILL.md
Bitrix Localization
When to use
- The user needs to create or place Bitrix language files and asks where they go
(
lang/ru,lang/en) and how the path mirrors the source file for a module or component. - Пользователь подставляет значения в локализованное сообщение (
#PARAM#) или обрабатывает множественные формы в Битрикс и спрашивает, как передать параметры вLoc::getMessage(). - The user needs to output a translatable, user-facing string in Bitrix code and
asks how to use
Loc::getMessage()and a message code instead of a literal.