Choice of languange for renaming rules - ZotFile
Hi.
When running ZotFile in different Zotero profiles, respectively set to different languages (i.e. English, German) - the {%T~} wildcard for renaming goes in that language e.g. "journal article" / "zeitschriftenartikel". Would like to force ZotFile to use ONE language when substituting wildcards, irrespective of the language running in Zotero.
Probably not possible, because its an exotic use-case...
Cheers!
When running ZotFile in different Zotero profiles, respectively set to different languages (i.e. English, German) - the {%T~} wildcard for renaming goes in that language e.g. "journal article" / "zeitschriftenartikel". Would like to force ZotFile to use ONE language when substituting wildcards, irrespective of the language running in Zotero.
Probably not possible, because its an exotic use-case...
Cheers!
Set the preference
extensions.zotfile.wildcards.user
in the Config Editor to this value:{"1": {"field": "itemType", "operations":[{"function": "replace", "regex": "Journal Article", "replacement":"Zeitschriftenartikel"}]}}
You can add more operations for other item types. Here are some related examples:
https://forums.zotero.org/discussion/82979/manage-zotfiles-user-wildcards
For a list of the localized item types, see here:
https://www.zotero.org/support/dev/web_api/v3/types_and_fields
https://api.zotero.org/itemTypes?locale=en-US
https://api.zotero.org/itemTypes?locale=de-DE
To check that your wildcard settings are valid JSON, you could use https://jsoncompare.com. Paste your custom wildcard code and click "Lint". For a readable or compact form, select "Beautify" or "Minify", respectively.
@qqbb -> that's a fine workaround for those that really need a solution, thanks!
Cheers