Explorar o código

Improved comment.

Maciej Bukowski %!s(int64=8) %!d(string=hai) anos
pai
achega
99b91ccd52
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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 ) {
 		// 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 ];
 	}