diff options
author | Karl Berry <karl@freefriends.org> | 2014-05-06 22:09:48 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-05-06 22:09:48 +0000 |
commit | e8523f576179c86fca79057b5bef8aa992a01136 (patch) | |
tree | 562571c7af7d0c81d9e2e4f0cec03f47a094cfde /Master/texmf-dist/source/generic/hyph-utf8/languages.rb | |
parent | a57033f61d5ca6fd13f148f347bbaba014bc944a (diff) |
hyph-utf8 (6may14)
git-svn-id: svn://tug.org/texlive/trunk@33887 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/generic/hyph-utf8/languages.rb')
-rw-r--r-- | Master/texmf-dist/source/generic/hyph-utf8/languages.rb | 53 |
1 files changed, 27 insertions, 26 deletions
diff --git a/Master/texmf-dist/source/generic/hyph-utf8/languages.rb b/Master/texmf-dist/source/generic/hyph-utf8/languages.rb index a1d580af064..5207c6e8aa2 100644 --- a/Master/texmf-dist/source/generic/hyph-utf8/languages.rb +++ b/Master/texmf-dist/source/generic/hyph-utf8/languages.rb @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- class Author def intialize(name,surname,email,contacted1,contacted2) @@ -560,8 +561,8 @@ class Languages < Hash "exceptions" => true, "message" => "Afrikaans hyphenation patterns", - "version" => "0.9", - "last_modified" => "2010-10-18", + "version" => "1.0", + "last_modified" => "2013-10-08", "type" => "dictionary", "authors" => [ "tilla_fick", "chris_swanepoel" ], "email" => [ "hyphen{at}rekenaar{dot}net" ], @@ -1065,8 +1066,8 @@ class Languages < Hash "exceptions" => false, "message" => "Italian hyphenation patterns", - "version" => "4.8i", - "last_modified" => "2010-05-24", + "version" => "4.9", + "last_modified" => "2014-04-22", "type" => "rules", # TODO: we might want to check that, but it seems unlikely that patgen was used "authors" => ["claudio_beccari"], "licence" => "LPPL", # Status: maintained! @@ -1910,7 +1911,7 @@ class Languages < Hash "message" => "Thai hyphenation patterns", "version" => nil, - "last_modified" => "2013-01-28", + "last_modified" => "2013-10-28", "type" => "dictionary", "authors" => [ "theppitak_karoonboonyanan" ], "licence" => "LPPL", @@ -1967,27 +1968,27 @@ class Languages < Hash ], }, # georgian -#{ -# "code" => "ka", -# "name" => "georgian", -# "use_new_loader" => true, -# "use_old_patterns" => false, -# "hyphenmin" => [2,3], # TODO -# "encoding" => "t8m", -# "exceptions" => false, -# "message" => "Georgian hyphenation patterns", -# -# "version" => nil, -# "last_modified" => "2013-02-25", # TODO -# "type" => "dictionary", -# "authors" => [ "levan_shoshiashvili" ], -# "licence" => "other-free", -# "description_s" => "Georgian hyphenation patterns", -# "description_l" => [ -# #......................................................................# -# "Hyphenation patterns for Georgian in T8M, T8K and UTF-8 encodings.", -# ], -#}, +{ + "code" => "ka", + "name" => "georgian", + "use_new_loader" => true, + "use_old_patterns" => false, + "hyphenmin" => [1,2], + "encoding" => "t8m", + "exceptions" => false, + "message" => "Georgian hyphenation patterns", + + "version" => "0.3", + "last_modified" => "2013-04-15", + "type" => "dictionary", + "authors" => [ "levan_shoshiashvili" ], + "licence" => "LPPL", + "description_s" => "Georgian hyphenation patterns", + "description_l" => [ + #......................................................................# + "Hyphenation patterns for Georgian in T8M, T8K and UTF-8 encodings.", + ], +}, # dumylang -> dumyhyph.tex # nohyphenation -> zerohyph.tex # arabic -> zerohyph.tex |