Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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