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:
parent
14402125f8
commit
fa95de396d
1 changed files with 4 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Reference in a new issue