From 3f816ceb31a4799d74b2ea7f03d238f9680826cc Mon Sep 17 00:00:00 2001 From: fox Date: Fri, 1 Mar 2019 12:02:39 +0000 Subject: Update page 'MakingPlugins' --- MakingPlugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MakingPlugins.md b/MakingPlugins.md index 23c13c0..c0ff3e5 100644 --- a/MakingPlugins.md +++ b/MakingPlugins.md @@ -19,7 +19,7 @@ See ``time_to_read`` plugin for a complete example here: https://git.tt-rss.org/ ### Implementation - Plugin translations are placed in a separate Gettext domain (name equals lowercase plugin class). -- Translation (.po) file in ``(plugin dir)/locale/LANG/LC_MESSAGES/`` name should correspond to Gettext domain name. +- Translation (.po) file in ``(plugin dir)/locale/(LANG)/LC_MESSAGES/`` name should correspond to Gettext domain name. ### Using gettext -- cgit v1.2.3