diff --git a/dev/plugin-guide/en/release.md b/dev/plugin-guide/en/release.md
index 7804985b1812..1dc760d98770 100644
--- a/dev/plugin-guide/en/release.md
+++ b/dev/plugin-guide/en/release.md
@@ -50,7 +50,7 @@ pkp-plugin release pluginName --newversion 1.0.0.0
When you have prepared your release package and made it publicly available, open a pull request on our [plugin gallery repository](https://github.com/pkp/plugin-gallery/) that adds your plugin to the XML file.
-Your plugin's XML must provide a title, description, contact details, and information on each release package.
+Your plugin's XML must provide a title, description, contact details, and information, including available languages, on each release package.
```xml
@@ -100,6 +100,14 @@ Your plugin's XML must provide a title, description, contact details, and inform
Initial release.
+
+
+
+ en
+ fr
+ es
+
+
```