rust/doc/po/ja
OGINO Masanori 729715779a Update .po and strip down untranslated entries.
This work is done by execute these commands manually:

$ po4a --copyright-holder="The Rust Project Developers" \
    --package-name="Rust" \
    --package-version="0.10-pre" \
    -M UTF-8 -L UTF-8 \
    doc/po4a.conf
$ for f in doc/po/**/*.po; do
>   msgattrib --translated $f -o $f.strip
>   if [ -e $f.strip ]; then
>       mv $f.strip $f
>   else
>       rm $f
>   fi
> done

It should be managed by the build system automatically to use in our
translation workflow, but I've not yet done that.

Signed-off-by: OGINO Masanori <masanori.ogino@gmail.com>
2014-01-14 21:19:16 +09:00
..
complement-cheatsheet.md.po Update .po and strip down untranslated entries. 2014-01-14 21:19:16 +09:00
complement-lang-faq.md.po Update .po and strip down untranslated entries. 2014-01-14 21:19:16 +09:00
complement-project-faq.md.po Update .po and strip down untranslated entries. 2014-01-14 21:19:16 +09:00
guide-conditions.md.po Update .po and strip down untranslated entries. 2014-01-14 21:19:16 +09:00
guide-container.md.po Update .po and strip down untranslated entries. 2014-01-14 21:19:16 +09:00
guide-ffi.md.po Update .po and strip down untranslated entries. 2014-01-14 21:19:16 +09:00
guide-lifetimes.md.po Update .po and strip down untranslated entries. 2014-01-14 21:19:16 +09:00
guide-macros.md.po Update .po and strip down untranslated entries. 2014-01-14 21:19:16 +09:00
guide-pointers.md.po Update .po and strip down untranslated entries. 2014-01-14 21:19:16 +09:00
guide-rustpkg.md.po Update .po and strip down untranslated entries. 2014-01-14 21:19:16 +09:00
guide-tasks.md.po Update .po and strip down untranslated entries. 2014-01-14 21:19:16 +09:00
guide-testing.md.po Update .po and strip down untranslated entries. 2014-01-14 21:19:16 +09:00
index.md.po Update .po and strip down untranslated entries. 2014-01-14 21:19:16 +09:00
rust.md.po Update .po and strip down untranslated entries. 2014-01-14 21:19:16 +09:00
rustdoc.md.po Update .po and strip down untranslated entries. 2014-01-14 21:19:16 +09:00
rustpkg.md.po Update .po and strip down untranslated entries. 2014-01-14 21:19:16 +09:00
tutorial.md.po Update .po and strip down untranslated entries. 2014-01-14 21:19:16 +09:00