2011/4/22 Franklin Weng <[email protected]>:
> Hi,
> Following Oliver's suggestion in the meeting several hours ago, I tried to
> check out the po files from http://svnweb.mageia.org/soft/ .
> Here I wrote a shell script to check out automatically.
> However, as shown in the file, some projects listed on Tx was not in
> svnweb.mageia.org,
> including Epoll, Identity/CatDap, mageia-gfxboot-theme, drakx_install,
> drakx_share, and drakx_standalone.
> Please tell us how to check them out.
>
> Thanks,
> Franklin

A simple way to find the po files if you imported the SVN repository
on your disk or if you have SSH access to it, is to use the command
find, e.g.:

[remi@localhost Mageia SVN]$ find soft/ -name "fr.po"
soft/draklive-install/trunk/po/fr.po
soft/drakx/trunk/perl-install/install/help/po/fr.po
soft/drakx/trunk/perl-install/install/share/po/fr.po
soft/drakx/trunk/perl-install/standalone/po/fr.po
soft/drakx/trunk/perl-install/share/po/fr.po
soft/userdrake2/tags/1.13.3/po/fr.po
soft/userdrake2/trunk/po/fr.po
soft/drakx-kbd-mouse-x11/trunk/po/fr.po
soft/identity/CatDap/branches/live/lib/CatDap/I18N/fr.po
soft/identity/CatDap/trunk/lib/CatDap/I18N/fr.po
soft/transfugdrake/trunk/po/fr.po
soft/system-config-printer/po/fr.po
soft/theme/mageia-gfxboot-theme/trunk/po/fr.po
soft/drakpxelinux/trunk/po/fr.po
soft/mageia-kde-translation/trunk/po/fr.po
soft/drakmenustyle/trunk/po/fr.po
soft/control-center/trunk/po/fr.po
soft/drakwizard/trunk/po/fr.po
soft/drak3d/trunk/po/fr.po
soft/kde4-splash-mga/trunk/po/fr.po
soft/rpmdrake/trunk/po/fr.po
soft/drakguard/trunk/po/fr.po
soft/drakx-net/trunk/po/fr.po

Note that the command ack may also be really useful when searching for
an untranslated string if you don't know which soft it is attached to.

Cheers,
Rémi / Akien

Reply via email to