mirror of
https://github.com/elyby/accounts.git
synced 2025-05-31 14:11:46 +05:30
Добавлена поддержка запоминания языка для аккаунта
Обновлена минимальная версия Yii2 Удалено немного хлама от Yii2 Advanced Исправлены некоторые тесты
This commit is contained in:
3
tests/codeception/common/unit/fixtures/data/i18n/en.json
Normal file
3
tests/codeception/common/unit/fixtures/data/i18n/en.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"testString": "testValue"
|
||||
}
|
3
tests/codeception/common/unit/fixtures/data/i18n/ru.json
Normal file
3
tests/codeception/common/unit/fixtures/data/i18n/ru.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"testString": "тестовоеЗначение"
|
||||
}
|
Reference in New Issue
Block a user