User Tools

Site Tools


plugins:creation

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
plugins:creation [2017/01/18 17:41]
lokothodida [Data & Settings]
plugins:creation [2017/01/19 22:08]
lokothodida [Internationalization (I18N)]
Line 178: Line 178:
 </​code>​ </​code>​
  
-To register your i18n array, call ''​i18n_merge''​ with the ID of your plugin (**before ​the plugin is registered**):+To register your i18n array, call ''​i18n_merge''​ with the ID of your plugin (**before** ​''​register_plugin''​ is called):
  
 <code php> <code php>
Line 203: Line 203:
 i18n($plugin_id . '/​PLUGIN_TITLE'​);​ i18n($plugin_id . '/​PLUGIN_TITLE'​);​
 </​code>​ </​code>​
 +
 +For more information,​ go to [[plugins:​i18n|Plugins & Languages (I18N)]].
  
 ==== Data & Settings ==== ==== Data & Settings ====
plugins/creation.txt ยท Last modified: 2017/01/19 22:08 by lokothodida