Comments

vijaycs85’s picture

Status: Active » Needs review
StatusFileSize
new744 bytes
sandipmkhairnar’s picture

StatusFileSize
new719 bytes

Thanks @vijaycs85. As discussed on IRC updated directory variable.

vijaycs85’s picture

#2: 1942148-locale-config-fix-2.patch queued for re-testing.

vijaycs85’s picture

Status: Needs review » Reviewed & tested by the community

Looks good to me.

alexpott’s picture

Status: Reviewed & tested by the community » Needs review
+++ b/core/modules/locale/config/locale.settings.ymlundefined
@@ -2,11 +2,11 @@ cache_strings: '1'
   directory: 'languages'

I don't get why the quotes are back?

+++ b/core/modules/locale/config/locale.settings.ymlundefined
@@ -2,11 +2,11 @@ cache_strings: '1'
-  path: ''
+  path: null

Also as we convert everything (atm) to strings... are you sure about this?

swaps’s picture

StatusFileSize
new567 bytes
new625 bytes

Thanks for Review @alexpott.
Here is the patch.

linl’s picture

Status: Needs review » Closed (duplicate)

These changes have been done in #2106459: Core config has everything as string so closing this as a duplicate.