From 5a3970c5d706696d4e072969fb0a5024de1f8624 Mon Sep 17 00:00:00 2001 From: fox Date: Fri, 1 Mar 2019 12:02:30 +0000 Subject: Update page 'MakingPlugins' --- MakingPlugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MakingPlugins.md b/MakingPlugins.md index 99de733..23c13c0 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/`` 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