1) How do I "force" the language translation? I changed ($default_lang = 'en')
in translations.inc.php, with no result. I would prefer it not automatically
default to the browser language.
2) Is there an easy way to delete individual entries? I can't seem to find it.
Great project, sorry if these are newbie questions.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
You're welcome. Sorry, "$default_languages" is a deprecated variable from a
more sophisticated language choice (not necessary), removed during the last
simplification round.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
1) How do I "force" the language translation? I changed ($default_lang = 'en')
in translations.inc.php, with no result. I would prefer it not automatically
default to the browser language.
2) Is there an easy way to delete individual entries? I can't seem to find it.
Great project, sorry if these are newbie questions.
Hi Brucio,
1) Set in the config.php $lang = 'it' (or whatever you wish)
2) Just use "Edit" and then "Delete", there is no quicker way for security
reasons.
Regards
Olivier
Thank you so much! I missed both of those details :-D
You're welcome. Sorry, "$default_languages" is a deprecated variable from a
more sophisticated language choice (not necessary), removed during the last
simplification round.