Skip to content

Commit

Permalink
Even more variants for English
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Scott <[email protected]>
  • Loading branch information
dbs committed Jan 6, 2021
1 parent d1a7877 commit 7bda19f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ris2web_api
Original file line number Diff line number Diff line change
Expand Up @@ -895,7 +895,7 @@ def post_process(config, notes):
SET title2 = 'Socialist Studies / Études socialistes'
WHERE title2 IN ('Socialist Studies/Études socialistes');""",
r"""UPDATE citations SET language = 'English'
WHERE language IN ('eng', 'en', 'en_ca', 'en-GB');""",
WHERE language IN ('eng', 'en', 'en_ca', 'en-GB', 'en-US', 'EN', 'en-CA');""",
r"""UPDATE citations SET language = 'English'
WHERE language IS NULL;""",
r"""UPDATE citations SET language = 'French'
Expand Down

0 comments on commit 7bda19f

Please sign in to comment.