Skip to content

Commit

Permalink
L10N:he: new, still empty (עִברִית)
Browse files Browse the repository at this point in the history
on request of Avi Markovitz via Weblate
  • Loading branch information
fellen committed Dec 31, 2020
1 parent 8783666 commit d6fa921
Show file tree
Hide file tree
Showing 5 changed files with 2,247 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
@@ -1,5 +1,5 @@
iso_languages = de es fr
languages = ${iso_languages} ca hr hu it ja nb nl pl pt zh_CN zh_TW
languages = ${iso_languages} ca he hr hu it ja nb nl pl pt zh_CN zh_TW
# keep the languages synchron with <span id="language"> in external/header.phtml

.SECONDEXPANSION:
Expand Down
1 change: 1 addition & 0 deletions externals/header.phtml
Expand Up @@ -142,6 +142,7 @@
<!--| <a class="nav" href="<?= make_lang_href($current_page, $get_parms, "es_ES"); ?>">Espa&ntilde;ol</a>-->
| <a class="nav" href="<?= make_lang_href($current_page, $get_parms, "fr_FR"); ?>">Fran&ccedil;ais</a>
| <a class="nav" href="<?= make_lang_href($current_page, $get_parms, "hr_HR"); ?>">Hrvatski</a>
| <a class="nav" href="<?= make_lang_href($current_page, $get_parms, "he"); ?>">עִברִית</a>
| <a class="nav" href="<?= make_lang_href($current_page, $get_parms, "it_IT"); ?>">Italiano</a>
| <a class="nav" href="<?= make_lang_href($current_page, $get_parms, "ja_JP"); ?>">日本語</a>
| <a class="nav" href="<?= make_lang_href($current_page, $get_parms, "hu_HU"); ?>">Magyar</a>
Expand Down
1 change: 1 addition & 0 deletions lang.php
Expand Up @@ -34,6 +34,7 @@
'de_DE' => 'de',
// 'es_ES' => 'es',
'fr_FR' => 'fr',
'he_IL' => 'he',
'hr_HR' => 'hr',
'hu_HU' => 'hu',
'it_IT' => 'it',
Expand Down
12 changes: 12 additions & 0 deletions news/he/index.html
@@ -0,0 +1,12 @@
<!DOCTYPE HTML>
<html>
<head>
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>GnuCash - empty directory</title>
</head>
<body>
<div><a href="../../">Home</a></div>
</body>
</html>

0 comments on commit d6fa921

Please sign in to comment.