OmgDef / yii2-multilingual-behavior

Yii2 port of the yii-multilingual-behavior.
146 stars 60 forks source link

Need mode documentations #27

Closed wartur closed 9 years ago

wartur commented 9 years ago

Hello.

Good extention.

But need more readme information. Like this.

Remember! In model need add rules for correct validation, for each language

    /**
     * @inheritdoc
     */
    public function rules()
    {
        return array_merge(parent::rules(), [
            [['title', 'content', 'title_en', 'content_en'], 'required'],
        ]);
    }

=)

wartur commented 9 years ago

Hmm... requireTranslations =) goot thinks... Close this issue.