summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MakingPlugins.md2
1 files changed, 1 insertions, 1 deletions
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