From b7901ec8dc3a413b6cf4bd4fa22d06285ad380e2 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Sun, 23 Feb 2020 21:34:56 -0500 Subject: [PATCH] Add "English (Canada)" to locales menu en-CA is now a valid locale after zotero-standalone-build@46f3da068 (though the use of ISO date strings is the only difference). --- chrome/content/zotero/xpcom/locale.js | 1 + 1 file changed, 1 insertion(+) diff --git a/chrome/content/zotero/xpcom/locale.js b/chrome/content/zotero/xpcom/locale.js index 4bb4c1f373..65773493d8 100644 --- a/chrome/content/zotero/xpcom/locale.js +++ b/chrome/content/zotero/xpcom/locale.js @@ -10,6 +10,7 @@ Zotero.Locale = { 'cs-CZ': 'Čeština', 'da-DK': 'Dansk', 'de': 'Deutsch', + 'en-CA': 'English (Canada)', 'en-US': 'English', 'en-GB': 'English (UK)', 'es-ES': 'Español',