diff --git a/README.md b/README.md
index 02b5f15..7819f7d 100644
--- a/README.md
+++ b/README.md
@@ -20,6 +20,7 @@ Gem to add cookie consent to rails application
* French
* German
* Greek
+* Hebrew
* Hungarian
* Italian
* Norwegian
diff --git a/app/views/cookies_eu/_consent_banner.html.erb b/app/views/cookies_eu/_consent_banner.html.erb
index 4723077..49af23b 100644
--- a/app/views/cookies_eu/_consent_banner.html.erb
+++ b/app/views/cookies_eu/_consent_banner.html.erb
@@ -1,5 +1,5 @@
<% if cookies && cookies['cookie_eu_consented'] != 'true' %>
-
+
>
<%= t('cookies_eu.cookies_text') %>
diff --git a/config/locales/he.yml b/config/locales/he.yml
new file mode 100644
index 0000000..5a516aa
--- /dev/null
+++ b/config/locales/he.yml
@@ -0,0 +1,6 @@
+he:
+ cookies_eu:
+ cookies_text: "העוגיות עוזרות לנו לספק את שירותינו. על ידי השימוש בשירותים שלנו אתה מסכים לשימוש שלנו בעוגיות."
+ learn_more: "למד/י עוד"
+ ok: "בסדר"
+ direction: "rtl"
diff --git a/lib/cookies_eu/version.rb b/lib/cookies_eu/version.rb
index 3caf1f7..89b6373 100644
--- a/lib/cookies_eu/version.rb
+++ b/lib/cookies_eu/version.rb
@@ -1,3 +1,3 @@
module CookiesEu
- VERSION = "1.7.6"
+ VERSION = "1.7.7"
end