Zotero bibliography Locale Switcher
I suggest to include a link to this plugin: Zotero bibliography Locale Switcher
https://addons.mozilla.org/firefox/addon/zotero-bibliography-locale-swi/
in the website (https://www.zotero.org/support/plugins)
Thanks
https://addons.mozilla.org/firefox/addon/zotero-bibliography-locale-swi/
in the website (https://www.zotero.org/support/plugins)
Thanks
(by the way, http://www.zotero.org/support/supported_languages )
Dan, what are your thoughts on implementing something similar in Zotero itself? Should there be a ticket (I couldn't find one)? Should control lie in the Zotero action menu, the preferences, or the word processor plugin settings? (to cover Quick Copy, the preferences might make most sense)
We have https://github.com/citation-style-language/locales/blob/master/locales.json, so it should be relatively straight-forward to offer a list of language names to users instead of locale codes (although we might want to localize the language names).
https://www.zotero.org/trac/ticket/800
https://www.zotero.org/trac/ticket/1169
Probably Cite preferences for global.
For localizing, English versions of the locales won't do. We'd either need localized versions of all language names or just have each language name be rendered in that language (e.g., Wikipedia's front page). I'm fine with the latter. Would you ever be using a locale where you didn't at least know how to say the language name in the language itself?
https://forums.zotero.org/discussion/1515/change-language-in-zotero-ubuntu-gutsy/
https://forums.zotero.org/discussion/2041/changing-language-settings-of-citation/
https://forums.zotero.org/discussion/3043/selection-of-locale-for-bibliography-in-plugins/
https://forums.zotero.org/discussion/16112/perdocument-locale-setting-choosing-language/
https://forums.zotero.org/discussion/29544/have-an-editable-list-of-languages/ (this is about making it easier to assign a locale to individual items)
I could just do
"nl-NL": ["Dutch", "Nederlands"]
or the more complex
"nl-NL": [{"en":"Dutch"}, {"nl-NL":"Nederlands"}]