Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUGFIX: Repair language label handling #2687

Merged
merged 6 commits into from Sep 6, 2019

Conversation

markusguenther
Copy link
Member

While the adjusting the emberjs codebase the XliffCacheVersion view helper and the xliffUrl has been removed. So the value was missing in the configuration in the initialisation of the l18n handling never worked out.

To get it running again the check for the initialisation has been removed. This patch now adds the view helper again. So that we can render the configuration in the template and the l18n initialisation works like expected.

Thanks to @Sebobo for helping out and finding the issue.

Copy link
Member

@Sebobo Sebobo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works as expected

@Sebobo Sebobo added this to Reviewer approved in Neos 5.0 & Flow 6.0 Release Board Sep 4, 2019
Change return type of the function getCacheVersion from
integer to string. Also enable strict_types in the xliff service.
@markusguenther
Copy link
Member Author

markusguenther commented Sep 6, 2019 via email

Copy link
Member

@kdambekalns kdambekalns left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good…

@kdambekalns kdambekalns merged commit 570d79d into master Sep 6, 2019
Neos 5.0 & Flow 6.0 Release Board automation moved this from Reviewer approved to Done Sep 6, 2019
@kdambekalns kdambekalns deleted the bugfix-language-label-handling branch September 6, 2019 14:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

None yet

5 participants