From 0c27513279cc760d424a287a079fe5dc7c37af96 Mon Sep 17 00:00:00 2001
From: Bozana Bokan
Date: Thu, 19 Mar 2026 09:42:17 +0100
Subject: [PATCH 1/2] pkp/pkp-lib#12466 add locales element to release schema
to declare supported locales
---
plugins.xsd | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/plugins.xsd b/plugins.xsd
index 805803b6..23210116 100644
--- a/plugins.xsd
+++ b/plugins.xsd
@@ -50,6 +50,13 @@
+
+
+
+
+
+
+
@@ -106,7 +113,7 @@
-
+
From c60539b79e30194b6bcd6768b51f69ad97cfaf51 Mon Sep 17 00:00:00 2001
From: Bozana Bokan
Date: Thu, 19 Mar 2026 10:13:56 +0100
Subject: [PATCH 2/2] pkp/pkp-lib#12466 add available locales for 3.5 medra
plugin
---
plugins.xml | 40 ++++++++++++++++++++++++++++++++++++++++
1 file changed, 40 insertions(+)
diff --git a/plugins.xml b/plugins.xml
index 2e67ac75..184ec243 100644
--- a/plugins.xml
+++ b/plugins.xml
@@ -12241,6 +12241,46 @@ the registration of DOIs with mEDRA.
]]>
~3.5.0.0
+
+ ar
+ az
+ bg
+ ca
+ cs
+ da
+ de
+ en
+ es
+ fa
+ fi
+ fr
+ fr_CA
+ gl
+ hu
+ hy
+ id
+ it
+ ka
+ ku
+ mk
+ ms
+ nb_NO
+ nl
+ pl
+ pt
+ pt_BR
+ ru
+ sk
+ sl
+ sr_Latn
+ sv
+ tr
+ uk
+ uz
+ uz_Latn
+ vi
+ zh_Hans
+
Bugfix release for OJS 3.5.0