Preparation for missing translations in CRUD tables regarding following models:
Block
and it’s Active Windows (DetailViewActiveWindow and BlockPagesActiveWindow)
BlockGroup
Layout
Log
NavContainer
Theme
Website
Translations for the primary keys id ("ID") are omitted.
Also replaced Yii::t('app', defaultValue) with Module::t(key) to hold all module translations together,
so the AWESOME translators have to deal with only one i18n file.
What are you changing/introducing
DetailViewActiveWindow
andBlockPagesActiveWindow
)Translations for the primary keys
id
("ID") are omitted.Also replaced
Yii::t('app', defaultValue)
withModule::t(key)
to hold all module translations together, so the AWESOME translators have to deal with only one i18n file.What is the reason for changing/introducing
Translations in some CRUD tables and AWS are missing.
QA