The current setup of jurism-abbreviations allows quite flexibly handling multiple languages. However, it’s possibly a bit too flexible.
The settings
Different situations are met in the wild:
- multilingual jurisdiction with monolingual subjurisdictions: Belgium, Switzerland
- multilingual jurisdiction with multilingual subjurisdictions: Canada, Belgium, Switzerland
- monolingual jurisdiction with multilingual subjurisdictions (possibly with a preferred regional language): Spain, Italy
Citation requirements
- Usually the authority is cited by its official abbreviation in (one of) the official language(s).
- In case of multilingual jurisdiction the citing author might prefer a certain language, e.g. an author from France might prefer citing the Canadian Supreme Court by its French terms.
- In some cases, unofficial language/script versions might be required.
The issues
- Currently, there’s no policy how to designate a language version. In the case of juris-be-desc.json, the unmarked (primary) language is Dutch and the co-official French version is marked as
francais. A French citation style now would have to include francais in jurisdiction-preferences. At the same time, juris-ca-desc.json marks French as fr which is inconsistent with Belgium and will require a second entry in jurisdiction-preferences.
- Having an unmarked variant leads to language versions that might not be detected. E.g. if an Austrian author prefers French over Dutch in Belgian, he will use an appropriate option in
jurisdiction-preferences. However, he may prefer English over French in Canadian citations and German over French in Swiss (here, German currently is the primary/unmarked language for national courts) citations. The citation style could inlude this list in the jurisdiction-preferences: de en fr, however this would lead to always reading only the French versions in all three cases, as the English and the German versions are not marked accordingly.
- Inofficial variants should not interfere. They should only be called if explicitly needed, like e.g. a style requiring Japanese court names to be translitterated according to English translitteration rules. They should not, however be called merely because
en is listed among the preferred languages in the style.
A possible solution
- Add a property in the file to declare the content’s primary language.
- Generate a localised file for the primary language as well.
- Prescribe ISO two-letter languate codes for official languages.
- Prohibit ISO two-letter codes for inofficial variants.
The current setup of jurism-abbreviations allows quite flexibly handling multiple languages. However, it’s possibly a bit too flexible.
The settings
Different situations are met in the wild:
Citation requirements
The issues
francais. A French citation style now would have to includefrancaisinjurisdiction-preferences. At the same time,juris-ca-desc.jsonmarks French asfrwhich is inconsistent with Belgium and will require a second entry injurisdiction-preferences.jurisdiction-preferences. However, he may prefer English over French in Canadian citations and German over French in Swiss (here, German currently is the primary/unmarked language for national courts) citations. The citation style could inlude this list in thejurisdiction-preferences:de en fr, however this would lead to always reading only the French versions in all three cases, as the English and the German versions are not marked accordingly.enis listed among the preferred languages in the style.A possible solution