-
Notifications
You must be signed in to change notification settings - Fork 9
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
Autogenerated cards put the card translation into the explanation field #30
Comments
@deleuzei hi again! The config should look something like this (there is no option for header since autogenerated TSVs are assumed to have a header. {
"type": "autogenerate",
"file": "en_fr_autogenerated.tsv",
"card_color": "#33AA33",
"show_tags": true,
"card_properties": {
"tags": [
"french",
"vocabulary",
"autogenerated"
]
},
"pronunciation_in_reverse": false,
"lang": {
"original": "en",
"translation": "fr"
},
"one_translation": false,
"audio": true
} |
You're completely right, I've missed the part that you're still supposed to use the autogenerate type, even though you're importing from a .tsv. |
@deleuzei nope, configs for |
As you can see in the screenshot, on Google Translate the box under the translated word features words in both languages.
Autogenerating fetchs the entire box, resulting in both translations appearing in the explanatory field.
YourLanguageExplanation field should be purged of all references to the foreign language, else it is liable that the word you are supposed to translate will appear there.
The text was updated successfully, but these errors were encountered: