Lang.php file for azure theme

Hello

I’ve just found out that in Oxid CE 4.8.x there is a new folder \application\views\mobile with lang,php file that also includes translations for Azure theme that were in previous versions included in \application\views\azure lang.php file.

The file lang,php in \application\views\azure folder is practically empty now.

I wonder where should I put translations for modified azure theme azure1 that previously I had in \application\views\azure1 ?

Thanks in advance

Hi @tmikla,

nothing changed in the structure but cleared tpl specific and map files: eberything went to the general translation file. Mobile and admin still untouched.

Cheers

checked again and still:

4.8.x lang.php in \application\views\azure

contains only comments and:

    $sLangName  = "English";
    // -------------------------------
    // RESOURCE IDENTIFIER = STRING
    // -------------------------------
    $aLang = array(
    'charset'            => "ISO-8859-15",

while 4.8.x lang.php in \application\views\mobile

contains all translations that were in 4.7.x azure lang.php in \application\views\azure
plus cca. 20 new translations (for mobile theme I suppose)

Yes, that’s what I said: storefront language files are streamlined as admin and mobile lang files are untouched.

Regards

Ok, thanks, got it now I think.
In 4.8.x there’s no frontend text in lang file exclusive to Azure theme anymore - previously specific frontend text in lang file for Azure is now part of shop’s main text.
And the “empty” lang.php file in \application\views\azure\en is still there to allow themes extension.

Thanks again and bye

Exactly :slight_smile:
All features (theme specific language file, map file etc.) are still there and will work but cleared for the standard delivery of the shop.

Cheers!