diff --git a/Build/Scripts/mt-prepare4mt.xsl b/Build/Scripts/mt-prepare4mt.xsl index f303e2108..20962dbf9 100644 --- a/Build/Scripts/mt-prepare4mt.xsl +++ b/Build/Scripts/mt-prepare4mt.xsl @@ -90,6 +90,7 @@ grk zls hu + he is it bat diff --git a/Scripts/ParlaMint-rootTemplate.xml b/Scripts/ParlaMint-rootTemplate.xml index 664d20074..87cd41d84 100644 --- a/Scripts/ParlaMint-rootTemplate.xml +++ b/Scripts/ParlaMint-rootTemplate.xml @@ -108,6 +108,7 @@ + @@ -139,6 +140,7 @@ + @@ -170,6 +172,7 @@ + @@ -183,4 +186,4 @@ - \ No newline at end of file + diff --git a/Scripts/parlamint-factorize-corpora.pl b/Scripts/parlamint-factorize-corpora.pl index 6656b7352..6d2d7b189 100755 --- a/Scripts/parlamint-factorize-corpora.pl +++ b/Scripts/parlamint-factorize-corpora.pl @@ -39,6 +39,7 @@ $country2lang{'GR'} = 'el'; $country2lang{'HR'} = 'hr'; $country2lang{'HU'} = 'hu'; +$country2lang{'IL'} = 'he'; $country2lang{'IS'} = 'is'; $country2lang{'IT'} = 'it'; $country2lang{'LT'} = 'lt'; diff --git a/Scripts/parlamint2conllu.pl b/Scripts/parlamint2conllu.pl index fe02903fe..e4e3eff69 100755 --- a/Scripts/parlamint2conllu.pl +++ b/Scripts/parlamint2conllu.pl @@ -48,6 +48,7 @@ sub usage $country2lang{'GR'} = 'el'; $country2lang{'HR'} = 'hr'; $country2lang{'HU'} = 'hu'; +$country2lang{'IL'} = 'he'; $country2lang{'IS'} = 'is'; $country2lang{'IT'} = 'it'; $country2lang{'LT'} = 'lt'; diff --git a/Scripts/parlamintp2conllu.pl b/Scripts/parlamintp2conllu.pl index 62d6c41de..6acde6f8e 100755 --- a/Scripts/parlamintp2conllu.pl +++ b/Scripts/parlamintp2conllu.pl @@ -55,6 +55,7 @@ sub usage $country2lang{'GR'} = 'el'; $country2lang{'HR'} = 'hr'; $country2lang{'HU'} = 'hu'; +$country2lang{'IL'} = 'he'; $country2lang{'IS'} = 'is'; $country2lang{'IT'} = 'it'; $country2lang{'LT'} = 'lt';