Revision #2 has been created by JQL on Nov 24, 2023, 6:28:58 PM with the memo:
Formatting the code
« previous (#1) next (#3) »
Changes
Title
unchanged
How to add a DropDown Language Picker to the Menu
Category
unchanged
How-tos
Yii version
unchanged
2.0
Tags
changed
i18n,AJAX,bootstrap,internationalization,bootstrap menu
Content
changed
[...]
// Message categories to ignore
'ignoreCategories' => [
'yii',
],
*/
/*
// 'db' output format is for saving messages to database.
'format' => 'db',[...]
// 'messageTable' => '{{%message}}',
*/
/*
// 'po' output format is for saving messages to gettext po files.
'format' => 'po',
// Root directory containing message translations.
'messagePath' => __DIR__ . DIRECTORY_SEPARATOR . 'messages',
// Name of the file that will be used for translations.[...]