summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfox <[email protected]>2019-03-01 12:02:39 +0000
committerfox <[email protected]>2019-03-01 12:02:39 +0000
commit3f816ceb31a4799d74b2ea7f03d238f9680826cc (patch)
tree5f925d6419b25ad57ee8ff22917a2f93878c20ff
parent5a3970c5d706696d4e072969fb0a5024de1f8624 (diff)
Update page 'MakingPlugins'
-rw-r--r--MakingPlugins.md2
1 files changed, 1 insertions, 1 deletions
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