diff options
Diffstat (limited to 'Master/texmf-dist/source/generic/hyph-utf8/languages.rb')
-rw-r--r-- | Master/texmf-dist/source/generic/hyph-utf8/languages.rb | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/Master/texmf-dist/source/generic/hyph-utf8/languages.rb b/Master/texmf-dist/source/generic/hyph-utf8/languages.rb index 97f32a7eaad..a1d580af064 100644 --- a/Master/texmf-dist/source/generic/hyph-utf8/languages.rb +++ b/Master/texmf-dist/source/generic/hyph-utf8/languages.rb @@ -413,8 +413,8 @@ class Languages < Hash "exceptions" => false, "message" => "German hyphenation patterns (traditional orthography)", - "version" => nil, - "last_modified" => "2012-05-30", # For the active project + "version" => "0.3", + "last_modified" => "2013-05-26", # For the active project "type" => "dictionary", "authors" => ["werner_lemberg"], "licence" => "LPPL", @@ -452,8 +452,8 @@ class Languages < Hash "exceptions" => false, "message" => "German hyphenation patterns (reformed orthography)", - "version" => nil, - "last_modified" => "2012-05-30", # For the active project + "version" => "0.3", + "last_modified" => "2013-05-26", # For the active project "type" => "dictionary", "authors" => ["werner_lemberg"], "licence" => "LPPL", @@ -474,8 +474,8 @@ class Languages < Hash "exceptions" => false, "message" => "Swiss-German hyphenation patterns (traditional orthography)", - "version" => nil, - "last_modified" => "2012-05-30", # For the active project + "version" => "0.3", + "last_modified" => "2013-05-26", # For the active project "type" => "dictionary", "authors" => ["werner_lemberg"], "licence" => "LPPL", @@ -1967,27 +1967,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" => [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.", +# ], +#}, # dumylang -> dumyhyph.tex # nohyphenation -> zerohyph.tex # arabic -> zerohyph.tex |