MyBB.de Forum

Normale Version: Custom Language File Plug-In
Du siehst gerade eine vereinfachte Darstellung unserer Inhalte. Normale Ansicht mit richtiger Formatierung.
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";