Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/notamedia/bitrix-i18n
The internationalization module for Bitrix CMS
https://github.com/notamedia/bitrix-i18n
bitrix i18n
Last synced: 14 days ago
JSON representation
The internationalization module for Bitrix CMS
- Host: GitHub
- URL: https://github.com/notamedia/bitrix-i18n
- Owner: notamedia
- Created: 2016-06-15T16:04:57.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-22T13:45:08.000Z (almost 7 years ago)
- Last Synced: 2024-07-31T19:41:52.004Z (3 months ago)
- Topics: bitrix, i18n
- Language: PHP
- Homepage:
- Size: 464 KB
- Stars: 19
- Watchers: 8
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
- awesome-bitrix - i18n in Bitrix CMS
README
# i18n in Bitrix CMS
Module of internationalization of content in info blocks for Bitrix CMS. Allows you to create multiple language
versions of the item with a public ID.See the screenshots of the interface of internationalization in the [wiki](https://github.com/notamedia/bitrix-i18n/wiki).
## Installation
Download the library using Composer:
```bash
composer require notamedia/bitrix-i18n
```Create migration file with contents:
```php
convert('PUBLIC_ID', 'LANG', 'ru');
}
```## Requirements
* PHP >= 5.4
* Bitrix CMS >= 15.5.10