diff options
author | Ira <seefood@users.noreply.github.com> | 2017-05-02 15:54:35 +0300 |
---|---|---|
committer | Matt Jankowski <mjankowski@thoughtbot.com> | 2017-05-02 08:54:35 -0400 |
commit | 438ce5809f562c49569e26badd0376925f1a5f12 (patch) | |
tree | 714732d30595ad618568b255b104fb1a9b405e3e /app/assets/javascripts/components/containers | |
parent | f485fa31f388ff722a9fb77dbcada4fa3d085d98 (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 ‏ 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/assets/javascripts/components/containers')
-rw-r--r-- | app/assets/javascripts/components/containers/mastodon.jsx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/assets/javascripts/components/containers/mastodon.jsx b/app/assets/javascripts/components/containers/mastodon.jsx index e34cf6c92..3f58b257a 100644 --- a/app/assets/javascripts/components/containers/mastodon.jsx +++ b/app/assets/javascripts/components/containers/mastodon.jsx @@ -50,6 +50,7 @@ import es from 'react-intl/locale-data/es'; import fa from 'react-intl/locale-data/fa'; import fi from 'react-intl/locale-data/fi'; import fr from 'react-intl/locale-data/fr'; +import he from 'react-intl/locale-data/he'; import hu from 'react-intl/locale-data/hu'; import it from 'react-intl/locale-data/it'; import ja from 'react-intl/locale-data/ja'; @@ -85,6 +86,7 @@ addLocaleData([ ...fa, ...fi, ...fr, + ...he, ...hu, ...it, ...ja, |