-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from CristianCantoro/master
Proposal for support of multiple languages
- Loading branch information
Showing
4 changed files
with
179 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# -*- encoding: utf-8 -*- | ||
|
||
# taken from https://en.wikipedia.org/wiki/Help:Citation_Style_1 | ||
citation_template_names = set([ | ||
'Citation', | ||
'Cite AV media', | ||
'Cite AV media notes', | ||
'Cite book', | ||
'Cite conference', | ||
'Cite DVD notes', | ||
'Cite encyclopedia', | ||
'Cite episode', | ||
'Cite interview', | ||
'Cite journal', | ||
'Cite mailing list', | ||
'Cite map', | ||
'Cite news', | ||
'Cite newsgroup', | ||
'Cite podcast', | ||
'Cite press release', | ||
'Cite report', | ||
'Cite serial', | ||
'Cite sign', | ||
'Cite speech', | ||
'Cite techreport', | ||
'Cite thesis', | ||
'Cite web', | ||
'Cite arXiv', | ||
# TODO more could be added, | ||
# see https://en.wikipedia.org/wiki/ | ||
# Category:Citation_Style_1_specific-source_templates | ||
]) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# -*- encoding: utf-8 -*- | ||
|
||
# taken from https://en.wikipedia.org/wiki/Help:Citation_Style_1 | ||
citation_template_names = set([ | ||
'Cita pubblicazione', | ||
# TODO more could be added, | ||
# see https://en.wikipedia.org/wiki/ | ||
# Category:Citation_Style_1_specific-source_templates | ||
]) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters