Tamás Molnár
Tamás Molnár
Maybe related: Codeception/Codeception#3390 and Codeception/Codeception#3155
This extension provides an interface for translation. The Yii 2 handles the message displaying, the way you configure it. So I think that Yii 2 still handles the fallback language...
I think the language and country property is not needed, they are just part of the database schema but not used. They can be made optional.
Do you mean the `language/translate` page? Do you want to extend the source or translation column, or both? With many active languages I don't see how a tab group will...
The module can import js and xml files, but no php message files. You can configure the i18n component of Yii to use the yii2-user message files, for example: ```php...
There is no solution for this at the moment. You could write a simple importer, which scans the message directory of Yii framework, and inserts the translation into the db.
Well it depends. I think the reason behind it is that this minimizes the possibility of serving an out of date language file. The language file is updated each time...
Another solution is to use a fictional language for the source code as seen in the examples: ```php 'sourceLanguage' => 'xx-XX', // Developer language ```
Hello, I don't have any problem with menus. Maybe on of your packages causing the problem.
You don't need this extension in your console application. Configure the extension in the frontend, or backend config. But this could be fixed in the extension too. I will look...