about summary refs log tree commit diff
path: root/app/views/user_mailer/confirmation_instructions.he.html.erb
diff options
context:
space:
mode:
authorIra <seefood@users.noreply.github.com>2017-05-02 15:54:35 +0300
committerMatt Jankowski <mjankowski@thoughtbot.com>2017-05-02 08:54:35 -0400
commit438ce5809f562c49569e26badd0376925f1a5f12 (patch)
tree714732d30595ad618568b255b104fb1a9b405e3e /app/views/user_mailer/confirmation_instructions.he.html.erb
parentf485fa31f388ff722a9fb77dbcada4fa3d085d98 (diff)
Add Hebrew interface translation. (#2573)
* follow the instructions for registering the language as stated on the Tootsuite's docs.

* Added translation strings from latest master

Adding &rlm; characters to many strings that are misdirected in the interface.

A tiny grammar fix

Updates of Hebrew strings to v1.3.1

Hebrew translation of the mailer templates.

Fix strings and a missing comma.

Just discovered two string keys were updated. this should lay Travis' mind to rest at last.

Remove mentions before counting characters to decide RTL ratio

Fixes for PR #2573

updated strings for latest master

Undo RTL counting, moved out to another branch for future consideration...
Diffstat (limited to 'app/views/user_mailer/confirmation_instructions.he.html.erb')
-rw-r--r--app/views/user_mailer/confirmation_instructions.he.html.erb14
1 files changed, 14 insertions, 0 deletions
diff --git a/app/views/user_mailer/confirmation_instructions.he.html.erb b/app/views/user_mailer/confirmation_instructions.he.html.erb
new file mode 100644
index 000000000..4dcc912a3
--- /dev/null
+++ b/app/views/user_mailer/confirmation_instructions.he.html.erb
@@ -0,0 +1,14 @@
+<div lang="he" dir="rtl">
+<p>שלום <%= @resource.email %> !</p>
+
+<p>הרגע יצרת חשבון בקהילה <%= @instance %>.</p>
+
+<p>כדי לוודא את הרשמתך, יש ללחוץ על הקישורית הבאה : <br>
+<%= link_to 'Confirm my account', confirmation_url(@resource, confirmation_token: @token) %>
+
+<p>יש לעבור גם על תנאי השימוש <%= link_to 'terms and conditions', terms_url %>.</p>
+
+<p>בתודה מראש,<p>
+
+<p>צות ניהול <%= @instance %></p>
+</div>
\ No newline at end of file