How to add a DropDown Language Picker (i18n) to the Menu

Comparing #5 with #6

Revision #6 was created by JQL JQL on Nov 24, 2023, 7:38:28 PM.

More formatting problems!

Content

[...]
```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:
[...]