agroxy/yii2-multilingual

Yii2 Multilingual Module

Installs: 97

Dependents: 0

Suggesters: 1

Security: 0

Stars: 0

Watchers: 2

Forks: 19

Type:yii2-extension

1.0.2 2017-06-28 11:53 UTC

This package is not auto-updated.

Last update: 2024-03-17 17:30:58 UTC


README

This module helps you to turn your site into multilingual. Here you can find tools and classes to extend models, forms, URL manager, etc.

Latest Stable Version Total Downloads Build Status

Multilingual behavior allows you to create multilingual models and use them as regular models. Translations are stored in a separate table in the database for each model, so you can add or remove a language easily. This part of the module is a fork of the omgdef/yii2-multilingual-behavior module.

Multilingual form allows you to create forms with multilingual fields. You can either display fields for each language of your site or use language switcher to display buttons for switching between languages.

Multilingual URL Manager helps you to achieve user friendly and search engine friendly URLs for your multilingual site. You can use language switcher to switch between languages.

Documentation is at docs/guide/readme.md.