[LON-CAPA-cvs] cvs: loncom /html/adm/ckeditor build-config.js

raeburn raeburn at source.lon-capa.org
Mon Sep 23 16:21:12 EDT 2024


raeburn		Mon Sep 23 20:21:12 2024 EDT

  Modified files:              
    /loncom/html/adm/ckeditor	build-config.js 
  Log:
  - Add simplified chinese to languages included in ckeditor 4.22.1 tarball.
  
  
Index: loncom/html/adm/ckeditor/build-config.js
diff -u loncom/html/adm/ckeditor/build-config.js:1.1 loncom/html/adm/ckeditor/build-config.js:1.2
--- loncom/html/adm/ckeditor/build-config.js:1.1	Wed May 22 18:43:52 2024
+++ loncom/html/adm/ckeditor/build-config.js	Mon Sep 23 20:21:11 2024
@@ -13,10 +13,10 @@
  * (1) https://ckeditor.com/cke4/builder
  *     Visit online builder to build CKEditor from scratch.
  *
- * (2) https://ckeditor.com/cke4/builder/56077422f2408db1cc42bffc767cd7ee
+ * (2) https://ckeditor.com/cke4/builder/16e5b5263f49678ff222955a00d94c05
  *     Visit online builder to build CKEditor, starting with the same setup as before.
  *
- * (3) https://ckeditor.com/cke4/builder/download/56077422f2408db1cc42bffc767cd7ee
+ * (3) https://ckeditor.com/cke4/builder/download/16e5b5263f49678ff222955a00d94c05
  *     Straight download link to the latest version of CKEditor (Optimized) with the same setup as before.
  *
  * NOTE:
@@ -41,7 +41,6 @@
 		'.npm',
 		'.nvmrc',
 		'.travis.yml',
-		'README.md',
 		'bender-err.log',
 		'bender-out.log',
 		'bender-runner.config.json',
@@ -114,6 +113,7 @@
 		'pt-br' : 1,
 		'ru' : 1,
 		'tr' : 1,
-		'zh' : 1
+		'zh' : 1,
+		'zh-cn' : 1
 	}
 };
\ No newline at end of file




More information about the LON-CAPA-cvs mailing list