diff options
author | Chris White <chriswhite@gentoo.org> | 2005-11-19 10:50:55 +0000 |
---|---|---|
committer | Chris White <chriswhite@gentoo.org> | 2005-11-19 10:50:55 +0000 |
commit | 36181c6d9df88167124052202e362ef6eba2698f (patch) | |
tree | 022e3370505c38b33d789fbdd51cb03e99562c81 /dev-python/ply/metadata.xml | |
parent | Added japanese metadata.xml translation thanks to Yoshino-san. (diff) | |
download | gentoo-2-36181c6d9df88167124052202e362ef6eba2698f.tar.gz gentoo-2-36181c6d9df88167124052202e362ef6eba2698f.tar.bz2 gentoo-2-36181c6d9df88167124052202e362ef6eba2698f.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> |