Add en-AU and en-NZ as available locales

Addresses #2268, but better support for other en-* locales will require
other changes, including `timeStyle` support in `Intl.DateTimeFormat` in
a newer Firefox version, which will let us use a custom `DateTimeFormat`
for dates instead of relying on `toLocaleString()`.
This commit is contained in:
Dan Stillman 2021-12-20 01:19:07 -05:00
parent 14402125f8
commit fa95de396d

View file

@ -1,6 +1,7 @@
Zotero.Locale = {
/**
* Keep this up to date with chrome.manifest and zotero-build/dictionaries/build-dictionaries
* Keep this up to date with zotero-standalone-build:assets/multilocale.txt,
* zotero-build/dictionaries/build-dictionaries, and possibly chrome.manifest
*
* Names from https://addons.mozilla.org/en-US/firefox/language-tools/
*/
@ -12,9 +13,11 @@ Zotero.Locale = {
'cs-CZ': 'Čeština',
'da-DK': 'Dansk',
'de': 'Deutsch',
'en-AU': 'English (Australian)',
'en-CA': 'English (Canada)',
'en-US': 'English',
'en-GB': 'English (UK)',
'en-NZ': 'English (New Zealand)',
'es-ES': 'Español',
'et-EE': 'Eesti keel',
'eu-ES': 'Euskara',