trying to save a translation for views like here: admin/structure/views/view/frontpage/translate/edit/de does only work for "Administrative description" and "Human readable name" but not for a Display Setting like the Title of a Display.
There is no error thrown, it's just not saved. Does not work for all Views, not only the Frontpage
Comments
Comment #1
vijaycs85Ok, it looks like we are loosing the structure of data in language specific file. in base file(views.view.frontpage.yml) it is display.page_1.display_title where as in language specific file (locale.config.fr.views.view.frontpage.yml) it is saved as page_1.display_title.
Comment #2
schnitzel commentedthis should be covered by tests
Comment #3
schnitzel commentedfound the issue, also added some tests
Comment #5
schnitzel commentedso this had a small issue, fixed now
Comment #7
schnitzel commented#5: 1999192-config-translastion-views-5.patch queued for re-testing.
Comment #8
schnitzel commented#5: 1999192-config-translastion-views-5.patch queued for re-testing.
Comment #9
schnitzel commented#5: 1999192-config-translastion-views-5-testonly.patch queued for re-testing.
Comment #11
gábor hojtsyExcept the indentation, it looks great.
Comment #12
schnitzel commentednew full patch with correct white space
Comment #13
gábor hojtsyGreat, thanks, committed! Also fixed the remaining minor whitespace problem on the way! :)