[initial-setup][master/f22-branch][PATCH] Switch to Zanata for translations

Martin Kolman mkolman at redhat.com
Tue Mar 31 09:03:50 UTC 2015


On Mon, 2015-03-30 at 16:39 -0700, Brian C. Lane wrote:
> On Mon, Mar 30, 2015 at 07:27:09PM +0200, Martin Kolman wrote:
> >  
> > +ZANATA_PULL_ARGS = --transdir po/
> > +
> >  default: all
> >  
> >  all: po-files
> > @@ -77,7 +79,8 @@ potfile:
> >  	$(MAKE) -C po potfile
> >  
> >  po-pull:
> > -	tx pull -a
> > +	rpm -q zanata-python-client &>/dev/null || ( echo "need to run: dnf install zanata-python-client"; exit 1 )
> > +	zanata pull $(ZANATA_PULL_ARGS)
> 
> Why no push? without the latest strings you won't get updates.
> 
Because the Initial Setup Makefile is really simple and a lot of things
are still done manually (even version bumps!). 
Extending it based on how python-meh does things is in my TODO list. :)



More information about the anaconda-patches mailing list