Jump to content

Translation of "Translations of installed modules" sentence


Recommended Posts

Hi, (ps 1.4.8.2)

In BackOffice -> Tools -> Translations -> Modify translations -> (dropdown menu)

there is "Translations of installed modules" sentence.

But when You change Admin language this menu item is not translated.

 

solution:

change \admin\tabs\AdminTranslations.php and \translations\en\admin.php files

then in BackOffice update translation for Your language

 

1.

in \admin\tabs\AdminTranslations.php find (line cca. 726)

'modules' => $this->l('Translations of installed modules'),

 

in \translations\en\admin.php find (line cca. 2914)

$_LANGADM['AdminTranslations1db04255ad87f7fe6d5bc91c74982612'] = 'Module translations';

 

2.

Make both sentences equal. e.g.

\admin\tabs\AdminTranslations.php

'modules' => $this->l('Translations of installed modules'),

 

\translations\en\admin.php

$_LANGADM['AdminTranslations1db04255ad87f7fe6d5bc91c74982612'] = 'Translations of installed modules';

 

3.

in BackOffice -> Tools -> Translations -> Modify translations -> Back Office Translation

in section AdminTranslations

translate "Translations of installed modules" to Your language

 

;)

Bru

Edited by Bru (see edit history)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...