]> cat aescling's git repositories - mastodon.git/commit
Add Hebrew interface translation. (#2573)
authorIra <seefood@users.noreply.github.com>
Tue, 2 May 2017 12:54:35 +0000 (15:54 +0300)
committerMatt Jankowski <mjankowski@thoughtbot.com>
Tue, 2 May 2017 12:54:35 +0000 (08:54 -0400)
commit438ce5809f562c49569e26badd0376925f1a5f12
tree714732d30595ad618568b255b104fb1a9b405e3e
parentf485fa31f388ff722a9fb77dbcada4fa3d085d98
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...
16 files changed:
app/assets/javascripts/components/containers/mastodon.jsx
app/assets/javascripts/components/locales/he.jsx [new file with mode: 0644]
app/assets/javascripts/components/locales/index.jsx
app/helpers/settings_helper.rb
app/views/user_mailer/confirmation_instructions.he.html.erb [new file with mode: 0644]
app/views/user_mailer/confirmation_instructions.he.text.erb [new file with mode: 0644]
app/views/user_mailer/password_change.he.html.erb [new file with mode: 0644]
app/views/user_mailer/password_change.he.text.erb [new file with mode: 0644]
app/views/user_mailer/reset_password_instructions.he.html.erb [new file with mode: 0644]
app/views/user_mailer/reset_password_instructions.he.text.erb [new file with mode: 0644]
config/application.rb
config/locales/activerecord.he.yml [new file with mode: 0644]
config/locales/devise.he.yml [new file with mode: 0644]
config/locales/doorkeeper.he.yml [new file with mode: 0644]
config/locales/he.yml [new file with mode: 0644]
config/locales/simple_form.he.yml [new file with mode: 0644]