summaryrefslogtreecommitdiff
path: root/MakingPlugins.md
diff options
context:
space:
mode:
authorfox <[email protected]>2019-03-01 12:02:30 +0000
committerfox <[email protected]>2019-03-01 12:02:30 +0000
commit5a3970c5d706696d4e072969fb0a5024de1f8624 (patch)
tree2458bb9f72a3b9f735653d9b34f6106efa24303d /MakingPlugins.md
parenta571a53175c3a975f9ed3b37dde929f1a72be0a4 (diff)
Update page 'MakingPlugins'
Diffstat (limited to 'MakingPlugins.md')
-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