Opened 12 years ago

Closed 12 years ago

Last modified 11 years ago

#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 12 years ago by sascha_silbe

  • Component changed from untriaged to sweets
  • Owner set to alsroot

comment:2 Changed 12 years ago by ariel

  • Bug Status 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 *~

comment:3 Changed 12 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.

comment:4 Changed 11 years ago by dnarvaez

  • Milestone 0.94 deleted

Milestone 0.94 deleted

Note: See TracTickets for help on using tickets.