У пет, 29. 04 2011. у 21:25 +0200, Andras Timar пише:
The best would be the tarballs of sr and sh po files. I will commit and push them.
Hi Andras, sr http://ooo.matf.bg.ac.rs/sdf/libo/2011-04-11_sr_po.tar.gz sh http://ooo.matf.bg.ac.rs/sdf/libo/2011-04-11_sh_po.tar.gz From a checkout, these are made with a simple shell script: #!/bin/bash git clone http://git.gitorious.org/ooo-sr/ui.git libo-ui-sr; cd libo-ui-sr; git checkout libo; mkdir ../sr ../sh; for i in `find . -name '*.po'`; do dir=`dirname $i`; mkdir -p ../sr/$dir ../sh/$dir; cp $i ../sr/$i; recode-sr-latin < $i > ../sh/$i; done cd ..; prefix=`date '+%Y-%m-%d'`; tar -czf ${prefix}_sr_po.tar.gz sr; tar -czf ${prefix}_sh_po.tar.gz sh; rm -fr sr sh libo-ui-s; Thanks, Goran Rakic -- Unsubscribe instructions: E-mail to l10n+help@libreoffice.org Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette List archive: http://listarchives.libreoffice.org/www/l10n/ All messages sent to this list will be publicly archived and cannot be deleted