[SOLVED]Modifying Massively-2.1 - translation problem

Post Reply
lesmegeres
Sr. Bludit
Posts: 30
Joined: Wed Jul 19, 2023 6:51 pm
Location: Paris - France
Has thanked: 3 times
Been thanked: 2 times
Contact:

Hi,

I run the theme in french. The default homepage name was translated as 'Page d'accueil'.

I would prefer 'La compagnie' as it will be used to present ourselves.

From what I can see in index.php, the line displaying this data is

Code: Select all

<li class="<?php echo ($WHERE_AM_I=='home')?'active':'' ?>"><a href="<?php echo Theme::siteUrl() ?>"><?php $language->p('Homepage') ?></a></li>
Where is the translation of 'Homepage' saved in the theme so I could replace 'Page d'accueil' with my own wording ?

Thanks for your tips and advices.
Last edited by lesmegeres on Sat Sep 09, 2023 8:45 am, edited 1 time in total.
lesmegeres
Sr. Bludit
Posts: 30
Joined: Wed Jul 19, 2023 6:51 pm
Location: Paris - France
Has thanked: 3 times
Been thanked: 2 times
Contact:

Hi,

I found the field 'homepage' in bl-languages > fr_FR.json. Problem solved.
Post Reply