From e8bf2cf7a0721664be92c880491ed91958c0ad71 Mon Sep 17 00:00:00 2001
From: Thomas Rientjes <synzvato@protonmail.com>
Date: Sun, 24 Sep 2017 17:07:42 -0400
Subject: [PATCH] Add support for Hebrew

---
 _locales/he/messages.json | 70 +++++++++++++++++++++++++++++++++++++++
 pages/options/options.js  |  2 +-
 2 files changed, 71 insertions(+), 1 deletion(-)
 create mode 100644 _locales/he/messages.json

diff --git a/_locales/he/messages.json b/_locales/he/messages.json
new file mode 100644
index 0000000..82218bf
--- /dev/null
+++ b/_locales/he/messages.json
@@ -0,0 +1,70 @@
+{
+  "extensionDescription":{
+    "message":"מגן עליך מפני מעקב המבוצע דרך רשתות אספקת תוכן ריכוזיות ו\"חינמיות\".",
+    "description":"Extension description."
+  },
+  "disableProtectionTitle":{
+    "message":"נטרול ההגנה עבור אתר זה",
+    "description":"Disable protection title."
+  },
+  "enableProtectionTitle":{
+    "message":"הפעלת הגנה",
+    "description":"Enable protection title."
+  },
+  "amountInjectedTitle":{
+    "message":"מונה משאבים מקומיים שהוזרקו",
+    "description":"Amount injected title."
+  },
+  "amountInjectedDescription":{
+    "message":"כמות תוכן מקומי שהוזרק במקום רשתות אספקת תוכן מאז התקנת התוכנה.",
+    "description":"Amount injected description."
+  },
+  "optionsTitle":{
+    "message":"אפשרויות",
+    "description":"Options title."
+  },
+  "showIconBadgeTitle":{
+    "message":"הצג מונה הזרקות תוכן על סמל התכנה",
+    "description":"Show icon badge title."
+  },
+  "showIconBadgeDescription":{
+    "message":"הצג את מספר התכנים המוזרקים על סמלון התוספת.",
+    "description":"Show icon badge description."
+  },
+  "blockMissingTitle":{
+    "message":"חסום בקשות למשאבים חסרים",
+    "description":"Block requests for missing resources title."
+  },
+  "blockMissingDescription":{
+    "message":"בטל בקשה מיורטת, אם המשאב הדרוש אינו זמין באופן מקומי.",
+    "description":"Block requests for missing resources description."
+  },
+  "disablePrefetchTitle":{
+    "message":"בטל הורדה-מוקדמת של לינקים",
+    "description":"Disable prefetch title."
+  },
+  "disablePrefetchDescription":{
+    "message":"מנע הדלפה של בקשות לא-מאושרות לתוך רשתות אספקת תכנים.",
+    "description":"Disable prefetch description."
+  },
+  "stripMetadataTitle":{
+    "message":"מחק מטא-דאטה מבקשות שאושרו",
+    "description":"Strip metadata title."
+  },
+  "stripMetadataDescription":{
+    "message":"להגברת הפרטיות, מחק מידע רגיש מבקשות מאושרות לרשתות אספקת תוכן.",
+    "description":"Strip metadata description."
+  },
+  "whitelistedDomainsTitle":{
+    "message":"אל תכלול דומיינים כחלק מהבדיקה",
+    "description":"Whitelisted domains title."
+  },
+  "whitelistedDomainsDescription":{
+    "message":"הזן דומיינים שברצונך להוסיף לרשימת התרים. הפרד ערכים מרובים באמצעות נקודה-פסיק (;).",
+    "description":"Whitelisted domains description."
+  },
+  "advancedLabel":{
+    "message":"מתקדם",
+    "description":"Advanced label."
+  }
+}
\ No newline at end of file
diff --git a/pages/options/options.js b/pages/options/options.js
index 97159a4..0bbc8b9 100644
--- a/pages/options/options.js
+++ b/pages/options/options.js
@@ -53,7 +53,7 @@ options._languageIsFullySupported = function (language) {
     languageSupported = false;
 
     supportedLanguages = ['ar', 'bg', 'zh-CN', 'zh-TW', 'nl', 'en', 'fi', 'fr',
-        'de', 'is', 'id', 'pl', 'pt-PT', 'ro', 'es', 'tr'];
+        'de', 'he', 'is', 'id', 'pl', 'pt-PT', 'ro', 'es', 'tr'];
 
     for (let supportedLanguage of supportedLanguages) {
 
-- 
GitLab