--- a/doc/reference/libpurple/plugin_i18n.xml Sat Dec 08 22:01:50 2018 -0600 +++ b/doc/reference/libpurple/plugin_i18n.xml Sat Dec 08 22:02:38 2018 -0600 @@ -135,10 +135,8 @@ <listitem><para> Now add the following within your 'plugin_load' function: <programlisting> -#ifdef ENABLE_NLS bindtextdomain(GETTEXT_PACKAGE, PURPLE_LOCALEDIR); bind_textdomain_codeset(GETTEXT_PACKAGE, "UTF-8"); -#endif /* ENABLE_NLS */ info.name = _("<YOUR PLUGIN NAME>"); info.summary = _("<YOUR PLUGIN SUMMARY>");