Has anyone any idea how to remove the flags en and the language link in the index.php page ?
I just want to keep 2 translation options. Not all 9 of them.
When I removed the extra flags images in phpopenchat/include/templates/openchat/images/flags I still get to see the links on my index.php.
So who can help me with this?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I don't know if this will help or not, but I found it in the German FAQ. It says,
$supported_languages = array('en','br','cn','de','fr','it','nl','pl','se','tw');
Die von dir gewnschten Sprachen welche Du im Ordner includes/languages findest. Du kannst sprachen wegnehmen und/oder neue hinzufgen.
My German isn't great, but I think this means you can delete the languages you don't want from the array and/or order them differently.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Has anyone any idea how to remove the flags en and the language link in the index.php page ?
I just want to keep 2 translation options. Not all 9 of them.
When I removed the extra flags images in phpopenchat/include/templates/openchat/images/flags I still get to see the links on my index.php.
So who can help me with this?
anyone ?
I don't know if this will help or not, but I found it in the German FAQ. It says,
$supported_languages = array('en','br','cn','de','fr','it','nl','pl','se','tw');
Die von dir gewnschten Sprachen welche Du im Ordner includes/languages findest. Du kannst sprachen wegnehmen und/oder neue hinzufgen.
My German isn't great, but I think this means you can delete the languages you don't want from the array and/or order them differently.