Skip to content

Commit f9726b4

Browse files
committed
Documentation: Add info about Mongolian language to changelog & estimated release date for 1.11.30
1 parent c55d63d commit f9726b4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

documentation/changelog.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ <h1>Chamilo&nbsp;Changelog</h1>
112112

113113
<div class="version" aria-label="1.11.30">
114114
<a id="1.11.30"></a>
115-
<h1>Chamilo 1.11.30 - ?, /02/2025</h1>
115+
<h1>Chamilo 1.11.30 - Caral, 22/06/2025</h1>
116116
<h3>Release notes - summary</h3>
117117
<p>Chamilo 1.11.30 is a patch release on top of 1.11.28.</p>
118118
<h3>Release name</h3>
@@ -126,6 +126,7 @@ <h3>Notable new Features</h3>
126126
<h4>For end-users, teachers and Chamilo admins</h4>
127127
These features are immediately available to users through the web interface.<br />
128128
<ul aria-live="off">
129+
<li>Language: Mongolian language added. Requires following query to manually enable in 1.11.30: "INSERT INTO language (original_name, english_name, isocode, dokeos_folder, available) VALUES ('&#1052;&#1086;&#1085;&#1075;&#1086;&#1083; &#1093;&#1101;&#1083;','mongolian','mn','mongolian',1);"</li>
129130
</ul>
130131
<h4>For developers and sysadmins</h4>
131132
Although most features here will be used by teachers or Chamilo admins, they require sysadmin privileges to enable them on the server.

main/install/data.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -704,7 +704,7 @@ INSERT INTO language (original_name, english_name, isocode, dokeos_folder, avail
704704
('Yor&ugrave;b&aacute;','yoruba','yo','yoruba',0);
705705
-- Languages added after 1.11.0. Will be enabled in the next major version
706706
-- ('Eesti keel','estonian','et','estonian',0),
707-
-- ('&#1036;&#1086;&#1085;&#1075;&#1086;&#1083; &#1093;&#1101;&#1083;','mongolian','mn','mongolian',1);
707+
-- ('&#1052;&#1086;&#1085;&#1075;&#1086;&#1083; &#1093;&#1101;&#1083;','mongolian','mn','mongolian',1);
708708

709709
-- Set parent language to Spanish for all close-by languages, same for Italian, French, Portuguese and Chinese
710710
UPDATE language SET parent_id = 49 WHERE english_name = 'quechua_cusco';

0 commit comments

Comments
 (0)