Skip to content
This repository has been archived by the owner on Jul 6, 2021. It is now read-only.

Commit

Permalink
Corrected display direction for the hebrew (he-IL) locale. (#61)
Browse files Browse the repository at this point in the history
* Add hebrew locale

Added hebrew json file (he-IL) to the locales.

* Corrected the direction on the hebrew locales

Corrected display direction from LTR to RTL on the Hebrew(he-IL) locale.
  • Loading branch information
GabMic authored and egoist committed Dec 14, 2017
1 parent 15ef377 commit 293f793
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions locales/he-IL.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[
"ממש עכשיו",
["לפני שנייה", "שניות %s לפני"],
["לפני דקה", "דקות %s לפני "],
["לפני שעה", "שעות %s לפני"],
["אתמול", " ימים %s לפני"],
["לפני שבוע", "שבועות %s לפני"],
["לפני חודש", "חודשים %s לפני"],
["לפני שנה", "שנים %s לפני"]
["לפני שנייה", "לפני %s שניות"],
["לפני דקה", "לפני %s דקות "],
["לפני שעה", "לפני %s שעות"],
["אתמול", " לפני %s שעות"],
["לפני שבוע", "לפני %s שבועות"],
["לפני חודש", "לפני %s חודשים"],
["לפני שנה", "לפני %s שנים"]
]

0 comments on commit 293f793

Please sign in to comment.