Skip to content

Commit c55d63d

Browse files
committed
Language: Added comments in data.sql for the addition of Estionian and Mongolian languages in a future major version. The languages are there, but internal policy prevent us from adding them in a minor version (because if would make the database records different from the default of 1.11.0)
1 parent 92d370c commit c55d63d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

main/install/data.sql

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -702,6 +702,9 @@ INSERT INTO language (original_name, english_name, isocode, dokeos_folder, avail
702702
('Tiếng Việt','vietnamese','vi','vietnamese',0),
703703
('isiXhosa', 'xhosa', 'xh', 'xhosa', 0),
704704
('Yorùbá','yoruba','yo','yoruba',0);
705+
-- Languages added after 1.11.0. Will be enabled in the next major version
706+
-- ('Eesti keel','estonian','et','estonian',0),
707+
-- ('Ќонгол хэл','mongolian','mn','mongolian',1);
705708

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

0 commit comments

Comments
 (0)