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

Revision #6 has been created by JQL on Nov 24, 2023, 7:38:28 PM with the memo:

More formatting problems!
« previous (#5) next (#7) »

Changes

Title unchanged

How to add a DropDown Language Picker to the Menu

Category unchanged

How-tos

Yii version unchanged

2.0

Tags unchanged

i18n,AJAX,bootstrap,internationalization,bootstrap menu

Content changed

[...]
```php
./yii message/config-template ./messages/create_i18n.php
```

or for more granularity:

 
```php

./yii message/config --languages=en-US --sourcePath=@app --messagePath=messages ./messages/create_i18n.php
```

In the newly created file, alter (or create) the array of languages to be translated:
[...]
1 0
1 follower
Viewed: 58 272 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