diff --git a/CodeEditor.i18n.php b/CodeEditor.i18n.php index 7e71dbb7..65611b40 100644 --- a/CodeEditor.i18n.php +++ b/CodeEditor.i18n.php @@ -15,3 +15,10 @@ $messages['en'] = array( 'codeeditor-desc' => 'Syntax-highlighted editing for JavaScript and CSS pages using [http://ace.ajax.org/ Ace editor]' ); +/** German (Deutsch) + * @author Kghbln + */ +$messages['de'] = array( + 'codeeditor-desc' => 'Ermöglicht auf Wikiseiten das Bearbeiten von JavaScript und CSS mit Syntaxhervorhebung mithilfe des [http://ace.ajax.org/ Ace-Editors]', +); +