Update Hebrew translation and related files

* Add Hebrew language flag (the flag of Israel)
* Update the language list (lang.html.full) to include Hebrew
* Use POT as a basis for yet untranslated files, instead of the Russian
  translation files; this should also ensure Transifex doesn't report 100%
  translations for these files, instead of 0%
* Update Hebrew translation of priority.po
This commit is contained in:
bokstafur
2014-02-04 16:59:33 +00:00
parent 4728291807
commit ca12fe3dbf
10 changed files with 2594 additions and 4758 deletions

View File

@@ -11,4 +11,5 @@
<li><a href="{{ change_lang('cs') }}" rel="alternate" hreflang="cs"><div class="menuitem"><img src="{{ get_flag('cs') }}" alt="Czech" /></div></a></li>
<li><a href="{{ change_lang('ar') }}" rel="alternate" hreflang="ar"><div class="menuitem"><img src="{{ get_flag('ar') }}" alt="Arabic" /></div></a></li>
<li><a href="{{ change_lang('el') }}" rel="alternate" hreflang="el"><div class="menuitem"><img src="{{ get_flag('el') }}" alt="Greek" /></div></a></li>
<li><a href="{{ change_lang('he') }}" rel="alternate" hreflang="he"><div class="menuitem"><img src="{{ get_flag('he') }}" alt="Hebrew" /></div></a></li>
</ul>