2017 © Pedro Peláez
 

bitrix-module bitrix-i18n

i18n in Bitrix CMS

image

notamedia/bitrix-i18n

i18n in Bitrix CMS

  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 7 Forks
  • 1 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

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., (*1)

See the screenshots of the interface of internationalization in the wiki., (*2)

Installation

Download the library using Composer:, (*3)

composer require notamedia/bitrix-i18n

Create migration file with contents:, (*4)

<?php

use Bitrix\Main\Loader;
use Notamedia\i18n\Iblock\Converter\IblockManager;

// 1. Installation module notamedia.i18n

// 2. Convertion info block
if (Loader::includeModule('notamedia.i18n')) {
    $iblockId = 1; // ID of your info block

    $manager = new IblockManager($iblockId);
    $manager->convert('PUBLIC_ID', 'LANG', 'ru');
}

Requirements

  • PHP >= 5.4
  • Bitrix CMS >= 15.5.10

The Versions

22/12 2017

dev-master

9999999-dev http://nota.media

i18n in Bitrix CMS

  Sources   Download

MIT

The Requires

 

bitrix module i18n

22/12 2017

dev-revert-4-issue-3-fix-iblock-3-version-update

dev-revert-4-issue-3-fix-iblock-3-version-update http://nota.media

i18n in Bitrix CMS

  Sources   Download

MIT

The Requires

 

bitrix module i18n

27/12 2016

1.0.1

1.0.1.0 http://nota.media

i18n in Bitrix CMS

  Sources   Download

MIT

The Requires

 

bitrix module i18n

23/06 2016

1.0.0

1.0.0.0 http://nota.media

i18n in Bitrix CMS

  Sources   Download

MIT

The Requires

 

bitrix module i18n

16/06 2016

1.0.0-beta

1.0.0.0-beta http://nota.media

i18n in Bitrix CMS

  Sources   Download

MIT

The Requires

 

bitrix module i18n