-------- Прослеђена порука --------
Шаље: Goran Rakic <[email protected]>
Reply-to: [email protected]
Прима: Andras Timar <[email protected]>
Копија (Cc): [email protected]
Наслов: Re: [libreoffice-l10n] Updates for LibreOffice 3.4 Serbian
translations
Датум: Fri, 29 Apr 2011 22:17:38 +0200

У пет, 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


-- 
-----------------------------------------------------------------
To unsubscribe send email to [email protected]
For additional commands send email to [email protected]
with Subject: help

Одговори путем е-поште