From 438ce5809f562c49569e26badd0376925f1a5f12 Mon Sep 17 00:00:00 2001 From: Ira Date: Tue, 2 May 2017 15:54:35 +0300 Subject: 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 ‏ 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... --- app/views/user_mailer/confirmation_instructions.he.text.erb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 app/views/user_mailer/confirmation_instructions.he.text.erb (limited to 'app/views/user_mailer/confirmation_instructions.he.text.erb') diff --git a/app/views/user_mailer/confirmation_instructions.he.text.erb b/app/views/user_mailer/confirmation_instructions.he.text.erb new file mode 100644 index 000000000..5e4b526bf --- /dev/null +++ b/app/views/user_mailer/confirmation_instructions.he.text.erb @@ -0,0 +1,12 @@ +שלום <%= @resource.email %> ! + +הרגע יצרת חשבון בקהילה <%= @instance %>. + +כדי לוודא את הרשמתך, יש ללחוץ על הקישורית הבאה : +<%= confirmation_url(@resource, confirmation_token: @token) %> + +יש לעבור גם על תנאי השימוש <%= terms_url %> + +בתודה מראש, + +צות ניהול <%= @instance %> \ No newline at end of file -- cgit