8
0
Maciej Bukowski 8 лет назад
Родитель
Сommit
99b91ccd52
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      packages/ckeditor5-utils/src/translation-service.js

+ 2 - 1
packages/ckeditor5-utils/src/translation-service.js

@@ -50,7 +50,8 @@ export function translate( lang, translationKey ) {
 
 
 	if ( numberOfLanguages === 1 ) {
 	if ( numberOfLanguages === 1 ) {
 		// Override the language to the only supported one.
 		// Override the language to the only supported one.
-		// This can't be done in the `Locale` class, because the translations comes after the `Locale` class initializes.
+		// This can't be done in the `Locale` class,
+		// because the translations comes after the `Locale` class initializes.
 		lang = Object.keys( dictionaries )[ 0 ];
 		lang = Object.keys( dictionaries )[ 0 ];
 	}
 	}