We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It is useful to separate the origin language from the name of the origin language field.
wiktionaryCopy/config.json
Line 1 in da6c71f
{"origin language": "Serbo-Croatian", "origin language field": "TL Word Lemma", "destination language": "en", "destination language field":"NL Definition"}
wiktionaryCopy/wiktionaryCopy.py
Lines 27 to 30 in da6c71f
config = mw.addonManager.getConfig(__name__) origin_lang = config['origin language'] origin_lang_field = config['origin language field'] dest_lang = config['destination language'] dest_lang_field = config['destination language field']
Line 65 in da6c71f
entry = self.note[origin_lang_field]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It is useful to separate the origin language from the name of the origin language field.
wiktionaryCopy/config.json
Line 1 in da6c71f
{"origin language": "Serbo-Croatian", "origin language field": "TL Word Lemma", "destination language": "en", "destination language field":"NL Definition"}
wiktionaryCopy/wiktionaryCopy.py
Lines 27 to 30 in da6c71f
wiktionaryCopy/wiktionaryCopy.py
Line 65 in da6c71f
entry = self.note[origin_lang_field]
The text was updated successfully, but these errors were encountered: