Confluence 2.8 : Translations for the Rich Text Editor
This page last changed on Jul 19, 2007 by smaddox.
The Rich Text Editor provided by Confluence is TinyMCE. In Confluence version 2.2.10 and above it is possible to provide translations for the tooltips and labels in the Rich Text Editor. Most of the editor's internationalised text consists of its tooltips. There are also a few labels such as those in the Image Properties dialog. If you are using Confluence in a language other than English, you will want to translate these messages as well as the standard Confluence text. Confluence fully supports internationalisation of the rich text editor:
Creating a new translationThe core editing strings for the Rich Text Editor translations are found in the tinymce.properties file. Copy the properties from the above file and append them to the ConfluenceActionSupport<KEY>.properties file, which is described here. Now you can create or add the language pack plugin. ExampleBelow is a partial listing of the core TinyMCE properties. The properties consist of 'key=value' pairs. To translate from English to another language, you would replace the text to the right of the '=' sign with the translation. # English ## TinyMCE core tinymce.bold_desc=Bold (Ctrl+B) tinymce.italic_desc=Italic (Ctrl+I) tinymce.underline_desc=Underline (Ctrl+U) tinymce.striketrough_desc=Strikethrough . . . ## paste plugin tinymce.paste.paste_text_desc=Paste as Plain Text tinymce.paste.paste_text_title=Use CTRL+V on your keyboard to paste the text into the window. tinymce.paste.paste_text_linebreaks=Keep linebreaks . . . |
![]() |
Document generated by Confluence on Jun 24, 2008 18:05 |