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

Allow template string symbols for vue files #172

Merged
merged 1 commit into from
Oct 14, 2019

Conversation

juliusknorr
Copy link
Member

Properly extract translations from vue files that use ES6 template strings like:

return t(
	'accessibility',
	`Universal access is very important to us. We follow web standards
	and check to make everything usable also without mouse,
	and assistive software such as screenreaders.
	We aim to be compliant with the {guidelines} 2.1 on AA level,
	with the high contrast theme even on AAA level.`
)

Fixes nextcloud/server#14607

Signed-off-by: Julius Härtl <jus@bitgrid.net>
@rullzer rullzer merged commit 8daabc1 into master Oct 14, 2019
@delete-merged-branch delete-merged-branch bot deleted the translations/vue-template-strings branch October 14, 2019 22:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Addition of multi languages in "Accessibility "
3 participants