🌐
Frontend

Bitrix Localization

by bxmaximum

Bitrix Localization is a Frontend skill for Claude Code, published by bxmaximum in bitrix-framework-skills.

19 stars3 forkson bxmaximum/bitrix-framework-skillsAdded 2026/08/11+12% in starsRepository updated 2026/07/20
1c-bitrixagent-skillsai-skillsbitrixbitrix-frameworkbitrix24bxmaxcursorcursor-agentd7llmnpxphpskills-cli
Install in seconds
Install Bitrix Localization
Copy Bitrix Localization into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/bxmaximum/bitrix-framework-skills/tree/main/skills/bitrix-localization ~/.claude/skills/bitrix-localization

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/bxmaximum/bitrix-framework-skills.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/bitrix-localization/SKILL.md in bxmaximum/bitrix-framework-skills
Installs to
~/.claude/skills/bitrix-localization
Collection
One of 25 skills cataloged from this repository
Category
Frontend567 skills

What Bitrix Localization does

Covers Bitrix localization — language files, getMessage, culture formats, JS localization, and indexing. Used when adding and translating phrases, working with multi-language sites, and managing JS translations in components and templates.

Bitrix Localization is cataloged under Frontend on DirSkills. Bitrix Localization comes from a repository tagged 1c-bitrix, agent-skills, ai-skills, bitrix and bitrix-framework.

Documentation

README

Localization

Baseline: main 23.0+.

Language File

  • Encoding UTF-8 without BOM.
  • Translation file name matches the name of the PHP file it accompanies.
  • Folder: .../lang/<lang>/<...> mirrors the structure of the main code.
/local/modules/vendor.module/lib/Application/Service/PostService.php
/local/modules/vendor.module/lib/Application/Service/lang/ru/PostService.php
/local/modules/vendor.module/lib/Application/Service/lang/en/PostService.php

Content:

<?php
$MESS['VENDOR_MODULE_POST_PUBLISHED'] = 'Post #NAME# published';
$MESS['VENDOR_MODULE_POST_EMPTY_TITLE'] = 'Post title is empty';

Prefix rules: <VENDOR>_<MODULE>_<CONTEXT>_<CODE> — a short unique key. Without a prefix, conflicts with other modules are likely.

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Bitrix Localization

  • What else does bxmaximum publish alongside Bitrix Localization?

    Bitrix Localization is one of 25 skills that DirSkills catalogs from bxmaximum/bitrix-framework-skills, the repository it ships in. Its siblings there include Bitrix Background Jobs, Bitrix Business Processes and Bitrix CMS Basics. Each one is a separate skill with its own page in this directory, installs the same way Bitrix Localization does, and is maintained by bxmaximum in that same repository. The rest of the collection is listed on the bxmaximum/bitrix-framework-skills page.

  • How does Bitrix Localization compare to other Frontend skills?

    Bitrix Localization ranks #561 by stars among the 567 Frontend skills in this catalog. The most-starred ones next to it are Angular Developer, Android Clean Architecture and Accessibility. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Bitrix Localization against them. Open each page to compare what they document and how they install.

More from bxmaximum/bitrix-framework-skills

Bitrix Localization is one of 25 skills cataloged on DirSkills from bxmaximum/bitrix-framework-skills.

See all 25 skills