Ticket #3322 (closed enhancement: notabug)

Opened 16 months ago

Last modified 16 months ago

Automatically update .po files

Reported by: ariel Owned by: alsroot
Priority: Unspecified by Maintainer Milestone: 0.94
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

Changed 16 months ago by sascha_silbe

  • owner set to alsroot
  • component changed from untriaged to sweets

Changed 16 months ago by ariel

  • status_field changed from Unconfirmed to Resolved

I can make this process automatic in bash

sweets genpot

potfile=Calendario.pot

for file in *.po
do

msgmerge -vU $file $potfile

done

rm -Rf *~

Changed 16 months ago by alsroot

  • status changed from new to closed
  • resolution set to notabug

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.