Difference between #1 and #2 of
How to add a DropDown Language Picker (i18n) to the Menu

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.
[...]
1 0
1 follower
Viewed: 58 262 times
Version: 2.0
Category: How-tos
Written by: JQL
Last updated by: JQL
Created on: Nov 24, 2023
Last updated: 5 months ago
Update Article

Revisions

View all history