2014-09-04, 10:49 AM
2016-12-13, 02:53 PM
Thanks
2017-05-28, 08:17 PM
(2014-09-04, 10:49 AM)spyto Wrote: [ -> ]Hi,
French language pack fr 1.8.0 (full settings.lang.php file including admin) here :
http://upload.mybb.fr/French_language_pack.1.8.0.zip
Thanks
Hi i install french language pack but my main navigation doesn't translate to french , is their a way to translate it? thank you.
2017-06-26, 05:04 AM
Hello.
Probably the theme you use is using custom text in the navigation. Check Templates & Style > Templates > YourTheme > Header Templates > header
Edit: Oops I just noticed the theme is old. I am sorry.
Probably the theme you use is using custom text in the navigation. Check Templates & Style > Templates > YourTheme > Header Templates > header
Edit: Oops I just noticed the theme is old. I am sorry.
2022-05-26, 02:46 PM
Just one simple thing quickly noticed as of late while using the existing lang pack (Version v 1.8.28 (stable) 2021-10-28, 07:56 AM) on 1830 while translating some plugins:
frontend side...
global.lang.php needs such added:
admin side...
admin/config_badwords.lang.php
admin/config_banning.lang.php
etc, etc... as there may or may not be more missing upon further looking at such, but, just noting at least the first few warnings about such noticed in relation to subject matter and current usage.
frontend side...
global.lang.php needs such added:
$l['expcol_collapse'] = '[-]';
$l['expcol_expand'] = '[+]';
admin side...
admin/config_badwords.lang.php
$l['add_bad_word_desc'] = "Ici, vous pouvez ajouter un filtre de mots et son remplacement.";
admin/config_banning.lang.php
$l['ban_an_ip_address'] = "Interdire une adresse IP";
etc, etc... as there may or may not be more missing upon further looking at such, but, just noting at least the first few warnings about such noticed in relation to subject matter and current usage.