Remove Hebrew file, it fails to import to Transifex and barely contains translations anyway

This commit is contained in:
Berke Viktor 2012-10-20 16:42:38 +02:00
parent 5374d7cd1f
commit 4ee52cb4fa
4 changed files with 28 additions and 6262 deletions

View File

@ -27,7 +27,7 @@ GETTEXT_PACKAGE=hexchat
AC_SUBST(GETTEXT_PACKAGE) AC_SUBST(GETTEXT_PACKAGE)
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE",[Gettext package name]) AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE",[Gettext package name])
ALL_LINGUAS="af am ast az be bg ca cs da de el en_GB es et fi fr gl gu he hi hu id it ja kn ko lt lv mk ms nb nl no pa pl pt pt_BR ru rw sk sl sq sr sv th uk vi wa zh_CN zh_TW" ALL_LINGUAS="af am ast az be bg ca cs da de el en_GB es et fi fr gl gu hi hu id it ja kn ko lt lv mk ms nb nl no pa pl pt pt_BR ru rw sk sl sq sr sv th uk vi wa zh_CN zh_TW"
AM_GNU_GETTEXT AM_GNU_GETTEXT
dnl displaced from acconfig.h dnl displaced from acconfig.h

6230
po/he.po

File diff suppressed because it is too large Load Diff

View File

@ -1036,90 +1036,87 @@ main (int argc, char *argv[])
strcat (hexchat_lang, "gu"); strcat (hexchat_lang, "gu");
break; break;
case 23: case 23:
strcat (hexchat_lang, "he");
break;
case 24:
strcat (hexchat_lang, "hi"); strcat (hexchat_lang, "hi");
break; break;
case 25: case 24:
strcat (hexchat_lang, "hu"); strcat (hexchat_lang, "hu");
break; break;
case 26: case 25:
strcat (hexchat_lang, "id"); strcat (hexchat_lang, "id");
break; break;
case 27: case 26:
strcat (hexchat_lang, "it"); strcat (hexchat_lang, "it");
break; break;
case 28: case 27:
strcat (hexchat_lang, "ja"); strcat (hexchat_lang, "ja");
break; break;
case 29: case 28:
strcat (hexchat_lang, "kn"); strcat (hexchat_lang, "kn");
break; break;
case 30: case 29:
strcat (hexchat_lang, "rw"); strcat (hexchat_lang, "rw");
break; break;
case 31: case 30:
strcat (hexchat_lang, "ko"); strcat (hexchat_lang, "ko");
break; break;
case 32: case 31:
strcat (hexchat_lang, "lv"); strcat (hexchat_lang, "lv");
break; break;
case 33: case 32:
strcat (hexchat_lang, "lt"); strcat (hexchat_lang, "lt");
break; break;
case 34: case 33:
strcat (hexchat_lang, "mk"); strcat (hexchat_lang, "mk");
break; break;
case 35: case 34:
strcat (hexchat_lang, "ms"); strcat (hexchat_lang, "ms");
break; break;
case 36: case 35:
strcat (hexchat_lang, "nb"); strcat (hexchat_lang, "nb");
break; break;
case 37: case 36:
strcat (hexchat_lang, "no"); strcat (hexchat_lang, "no");
break; break;
case 38: case 37:
strcat (hexchat_lang, "pl"); strcat (hexchat_lang, "pl");
break; break;
case 39: case 38:
strcat (hexchat_lang, "pt"); strcat (hexchat_lang, "pt");
break; break;
case 40: case 39:
strcat (hexchat_lang, "pt_BR"); strcat (hexchat_lang, "pt_BR");
break; break;
case 41: case 40:
strcat (hexchat_lang, "pa"); strcat (hexchat_lang, "pa");
break; break;
case 42: case 41:
strcat (hexchat_lang, "ru"); strcat (hexchat_lang, "ru");
break; break;
case 43: case 42:
strcat (hexchat_lang, "sr"); strcat (hexchat_lang, "sr");
break; break;
case 44: case 43:
strcat (hexchat_lang, "sk"); strcat (hexchat_lang, "sk");
break; break;
case 45: case 44:
strcat (hexchat_lang, "sl"); strcat (hexchat_lang, "sl");
break; break;
case 46: case 45:
strcat (hexchat_lang, "es"); strcat (hexchat_lang, "es");
break; break;
case 47: case 46:
strcat (hexchat_lang, "sv"); strcat (hexchat_lang, "sv");
break; break;
case 48: case 47:
strcat (hexchat_lang, "th"); strcat (hexchat_lang, "th");
break; break;
case 49: case 48:
strcat (hexchat_lang, "uk"); strcat (hexchat_lang, "uk");
break; break;
case 50: case 49:
strcat (hexchat_lang, "vi"); strcat (hexchat_lang, "vi");
break; break;
case 51: case 50:
strcat (hexchat_lang, "wa"); strcat (hexchat_lang, "wa");
break; break;
default: default:

View File

@ -125,7 +125,6 @@ static const char *const langsmenu[] =
N_("German"), N_("German"),
N_("Greek"), N_("Greek"),
N_("Gujarati"), N_("Gujarati"),
N_("Hebrew"),
N_("Hindi"), N_("Hindi"),
N_("Hungarian"), N_("Hungarian"),
N_("Indonesian"), N_("Indonesian"),