diff options
author | Chris White <chriswhite@gentoo.org> | 2005-11-19 11:08:01 +0000 |
---|---|---|
committer | Chris White <chriswhite@gentoo.org> | 2005-11-19 11:08:01 +0000 |
commit | 809533fa41d819a7bbb676194686c0bf633458ee (patch) | |
tree | 9316806ae3811720ebbe0a67fbb164737f8f0645 /dev-python/ply/metadata.xml | |
parent | remove avahi mask (diff) | |
download | historical-809533fa41d819a7bbb676194686c0bf633458ee.tar.gz historical-809533fa41d819a7bbb676194686c0bf633458ee.tar.bz2 historical-809533fa41d819a7bbb676194686c0bf633458ee.zip |
Added japanese metadata.xml translation thanks to Yoshino-san.
(cpw was here version: 2.0.53_rc7)
Diffstat (limited to 'dev-python/ply/metadata.xml')
-rw-r--r-- | dev-python/ply/metadata.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dev-python/ply/metadata.xml b/dev-python/ply/metadata.xml index 1b7d0e07991a..db613d2ec0a2 100644 --- a/dev-python/ply/metadata.xml +++ b/dev-python/ply/metadata.xml @@ -11,4 +11,8 @@ the C version of lex and yacc. The other significant feature of PLY is that it provides extensive input validation and error reporting--much more so than other Python parsing tools. </longdescription> +<longdescription lang="ja"> +PLYはLexとYaccの有名なコンパイラ・コンストラクション・ツールのPython言語実装です +。この実装は以前の試みから幾つものアイディアを借りています。そのほとんどがJohn AycockのSPARKツールキットからです。しかしながら、実装の全体像はC言語によるLexとYaccにより近いモデルです。PLYの他の重要点は幅広い入力バリデーションとエラー報告を>提供する点です。 -- その二点は他のPython言語パーサーより優れています。 +</longdescription> </pkgmetadata> |