-
Notifications
You must be signed in to change notification settings - Fork 56
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
fix german language issue #81
base: 20.02
Are you sure you want to change the base?
Conversation
Hey gador, I wanted to make sure you were aware of https://translate.mycroft.ai/ This is where we manage translations of Skills and other strings. The translations from there are then synced back to each of the repo's. So even if we merge this it will get overwritten by the next Translate PR. Are you able to jump in there and update the relevant entry? |
Hi Kris, |
Yeah this is one of the limitations of the Pootle interface, it's a direct translation per line of a file, so there's not really capacity to add extra lines. You could try using a newline character in one of the strings for that file? Perhaps we should try this on the "00__skill_template" first. Then we can see what is output when the PR gets generated against that repo. |
@krisgesling ,sounds reasonably. Do you mean a PR with a new empty line in the english vocab file for example here ? |
No I was wondering if there was a way we could add new lines in Translate, without having to create PR's in the original Skill. So I'm curious whether for an input phrase like "count", can we provide a multi-line translation - like so: It throws an error in the Translation interface, but it may export to the Skill correctly. |
hi @krisgesling ,
translates to:
meaning, you could either say "aktuelle uhrzeit", "aktuelle zeit", or what everyone else says: "wie spät ist es" Two maybe unrelated questions:
Otherwise we could try with a newline character in translate.mycroft.ai but I don't know how to include the new translation in the repo, even for testing.. |
Fixes #80
Also adds two lines to what.time.is.it intent which are very commonly used in German.
(As of now, mycroft will redirect the question of what time it is in German to wolfram alpha, which answers, but doesn't involve this skill)