Oscar Scholten pushed to branch feature/chinese-translation at cms-community / 
hippo-cms


Commits:
feb84c73 by Oscar Scholten at 2016-05-30T14:24:36+02:00
CMS-10138 Adding dummy translations for Chinese

- - - - -
2c0e700d by Oscar Scholten at 2016-05-30T14:25:35+02:00
CMS-10138 Removing obsolete Italian translation

- - - - -


2 changed files:

- 
richtext/ckeditor/plugins/src/main/resources/ckeditor/plugins/hippopicker/lang/it.js
 → 
richtext/ckeditor/plugins/src/main/resources/ckeditor/plugins/hippopicker/lang/zh.js
- 
richtext/ckeditor/plugins/src/main/resources/ckeditor/plugins/hippopicker/plugin.js


Changes:

=====================================
richtext/ckeditor/plugins/src/main/resources/ckeditor/plugins/hippopicker/lang/it.js
 → 
richtext/ckeditor/plugins/src/main/resources/ckeditor/plugins/hippopicker/lang/zh.js
=====================================
--- 
a/richtext/ckeditor/plugins/src/main/resources/ckeditor/plugins/hippopicker/lang/it.js
+++ 
b/richtext/ckeditor/plugins/src/main/resources/ckeditor/plugins/hippopicker/lang/zh.js
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Hippo B.V. (http://www.onehippo.com)
+ * Copyright 2016 Hippo B.V. (http://www.onehippo.com)
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-CKEDITOR.plugins.setLang( 'hippopicker', 'it', {
-    imageTooltip: 'Immagine',
-    internalLinkTooltip: 'Collegamento interno'
+CKEDITOR.plugins.setLang( 'hippopicker', 'zh', {
+    imageTooltip: 'ZH',
+    internalLinkTooltip: 'ZH'
 });


=====================================
richtext/ckeditor/plugins/src/main/resources/ckeditor/plugins/hippopicker/plugin.js
=====================================
--- 
a/richtext/ckeditor/plugins/src/main/resources/ckeditor/plugins/hippopicker/plugin.js
+++ 
b/richtext/ckeditor/plugins/src/main/resources/ckeditor/plugins/hippopicker/plugin.js
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013-2015 Hippo B.V. (http://www.onehippo.com)
+ * Copyright 2013-2016 Hippo B.V. (http://www.onehippo.com)
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -331,7 +331,7 @@
 
         icons: 'pickinternallink,pickimage',
         hidpi: true,
-        lang: 'de,en,fr,it,nl',
+        lang: 'de,en,fr,nl,zh',
 
         init: function(editor) {
             var config = editor.config.hippopicker;



View it on GitLab: 
https://code.onehippo.org/cms-community/hippo-cms/compare/afc288cd4d07717a843558476f615e5f4fd133f9...2c0e700dc0b0464c5a35123b5be7b02c83fd0413
_______________________________________________
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn

Reply via email to