UB-Mannheim / zotkat

Erweiterung von Zotero für die Katalogisierung
GNU Affero General Public License v3.0
45 stars 22 forks source link

Adding monolingual title fails #47

Closed pigsonthewing closed 7 years ago

pigsonthewing commented 7 years ago

The script fails adding P1476 because the language is mandatory. Instead of:

LAST P1476 "Twenty Five Albums that Rocked the World"

please use:

LAST P1476 en:"Twenty Five Albums that Rocked the World"

Replacing "en" with the appropriate ISO code if necessary. Country-specific codes can be used, e.g.:

LAST P1476 en-gb:"Twenty Five Albums that Rocked the World"

zuphilip commented 7 years ago

Okay, I see. Is lower case and uppercase in these language code important? In Zotero most of the times we save them as en-GB for example.

pigsonthewing commented 7 years ago

It seems to require all-lowercase.