From 2ba403edc7ebcd60e42df677ab9af5dbbcac32ee Mon Sep 17 00:00:00 2001 From: fox Date: Tue, 5 Mar 2019 07:31:43 +0000 Subject: Update page 'MakingPlugins' --- MakingPlugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MakingPlugins.md b/MakingPlugins.md index 3cc7cce..f8052c7 100644 --- a/MakingPlugins.md +++ b/MakingPlugins.md @@ -24,5 +24,5 @@ See ``time_to_read`` plugin for a complete example here: https://git.tt-rss.org/ ### Using gettext - On the PHP side, either use helper methods defined in ``classes/plugin.php`` (base class for all plugins) or call ``_dgettext`` group of functions directly. -- On the Javascript side, translations are combined together, so you can use the usual ``__()`` shortcut function. +- On the Javascript side, all translations are merged so you can use the usual ``__()`` shortcut function. -- cgit v1.2.3