19.09.2009, 17:23
(Dieser Beitrag wurde zuletzt bearbeitet: 26.08.2014, 09:53 von MyBB.de Bot.)
Eine neue Erweiterung wurde veröffentlicht: Custom Language File Plug-In
Zitat:Basically this plug-in allows for a custom language file that is not overwritten during an upgrade. It supports both admin and non-admin sections and is language specific
This simple plug-in makes use of a 'custom.lang.php' file in your language folders that will be read during global.php initialization so that language variables needed in the global scope (e.g. template group names or javascript variables in the header) are available before a plug-in's language file can called.
The custom.lang.php files use the standard language variable format:
$l['sample_var_name'] = "Same text to be assigned";