#3322 closed enhancement (notabug)
Automatically update .po files
Reported by: | ariel | Owned by: | alsroot |
---|---|---|---|
Priority: | Unspecified by Maintainer | Milestone: | |
Component: | sweets | Version: | Unspecified |
Severity: | Unspecified | Keywords: | |
Cc: | Distribution/OS: | Unspecified | |
Bug Status: | Resolved |
Description
When i run sweets genpot, the .pot file is updated but the .po files still the same. I think this command should update .po files too. Is it a bug???
Change History (4)
comment:1 Changed 11 years ago by sascha_silbe
- Component changed from untriaged to sweets
- Owner set to alsroot
comment:2 Changed 11 years ago by ariel
- Bug Status changed from Unconfirmed to Resolved
comment:3 Changed 11 years ago by alsroot
- Resolution set to notabug
- Status changed from new to closed
In fact, this behaviour is inherited from sugar-toolkit. The original idea is that activity authors should not touch .po files at all (pootle will do this work). So, genpot command does not change .po files on intention.
Note: See
TracTickets for help on using
tickets.
I can make this process automatic in bash
sweets genpot
potfile=Calendario.pot
for file in *.po
do
done
rm -Rf *~