pluginsGLPI / genericobject

Genericobject object plugin
http://glpi-plugins.rtfd.io/en/latest/genericobject/index.html
GNU General Public License v3.0
53 stars 58 forks source link

Fix(Local): fix local override by adding missing global scope #382

Closed stonebuzz closed 3 months ago

stonebuzz commented 4 months ago

Even if, before including the locale file, the plugin calls global $LANG,

translations are not added to $LANG (array)

You also need to add the global $LANG to the locale file

This PR adapt the template used to create locale file