about summary refs log tree commit diff
path: root/src/rustllvm/RustWrapper.cpp
diff options
context:
space:
mode:
authorOGINO Masanori <masanori.ogino@gmail.com>2014-01-13 12:18:17 +0900
committerOGINO Masanori <masanori.ogino@gmail.com>2014-01-14 21:19:16 +0900
commit729715779a904860fb75898b0f6df89d0c675ab1 (patch)
tree78d7de969cb0098d7b30cb225738337af1e8d711 /src/rustllvm/RustWrapper.cpp
parent77eeddaa481fa083dfa857e5d7dd7f5ab784a9f1 (diff)
downloadrust-729715779a904860fb75898b0f6df89d0c675ab1.tar.gz
rust-729715779a904860fb75898b0f6df89d0c675ab1.zip
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>
Diffstat (limited to 'src/rustllvm/RustWrapper.cpp')
0 files changed, 0 insertions, 0 deletions