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/assets/javascripts/components/locales/index.jsx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/assets/javascripts/components/locales/index.jsx') diff --git a/app/assets/javascripts/components/locales/index.jsx b/app/assets/javascripts/components/locales/index.jsx index 9d187774a..0c8472401 100644 --- a/app/assets/javascripts/components/locales/index.jsx +++ b/app/assets/javascripts/components/locales/index.jsx @@ -3,6 +3,7 @@ import en from './en'; import de from './de'; import es from './es'; import fa from './fa'; +import he from './he'; import hr from './hr'; import hu from './hu'; import io from './io'; @@ -29,6 +30,7 @@ const locales = { de, es, fa, + he, hr, hu, io, -- cgit