Explorar o código

Merge branch 'master' into t/ckeditor5/914

Piotrek Koszuliński %!s(int64=7) %!d(string=hai) anos
pai
achega
6b74d9f21c
Modificáronse 1 ficheiros con 4 adicións e 4 borrados
  1. 4 4
      packages/ckeditor5-utils/src/translation-service.js

+ 4 - 4
packages/ckeditor5-utils/src/translation-service.js

@@ -10,14 +10,14 @@
  *
  *
  * Translation service provides {module:utils/translation-service.translate translate} method which can be used
  * Translation service provides {module:utils/translation-service.translate translate} method which can be used
  * to translate phrase to the given language. Translation should be previously added directly to
  * to translate phrase to the given language. Translation should be previously added directly to
- * the window.CKEDITOR_TRANSLATIONS variable, safely extending current ones.
+ * the `window.CKEDITOR_TRANSLATIONS` variable, safely extending current ones.
  *
  *
- * 		<script src="./path/to/ckeditor.js"></script>
- * 		<script src="./path/to/translations/de.js"></script>
+ *		<script src="./path/to/ckeditor.js"></script>
+ *		<script src="./path/to/translations/de.js"></script>
  *
  *
  * Example of the function that can add translations to the given language.
  * Example of the function that can add translations to the given language.
  *
  *
- * 		function addTranslations( lang, translations ) {
+ *		function addTranslations( lang, translations ) {
  *			if ( !window.CKEDITOR_TRANSLATIONS ) {
  *			if ( !window.CKEDITOR_TRANSLATIONS ) {
  *				window.CKEDITOR_TRANSLATIONS = {};
  *				window.CKEDITOR_TRANSLATIONS = {};
  *			}
  *			}