Ticket #39 (closed enhancement: fixed)

Opened 5 years ago

Last modified 4 years ago

msgfmt

Reported by: luis Owned by: gpolo
Priority: medium Milestone: Umit 1.0beta2
Component: Umit 0.9.5 Version: current svn
Keywords: Cc:

Description

Actually Umit use msgfmt.py to generate mo files.

With Guilherme conversation we think that we can use msgfmt from gnu to compile *.mo files.

gettext shouldn't necessary a dependency. it's needed to verify if msgfmt exists and if it does not exist so don't compile *.mo files.

Change History

Changed 4 years ago by getxsick

  • owner changed from luis to gpolo

Because Luis is out of time, and Guilherme should know what is going on, I reassinged it to gpolo.

Changed 4 years ago by gpolo

Also related to this ticket, .mo files shouldn't be on the svn repo. The problem is that only the unix installer is compiling the .po files, so before removing them from there the other installers need to be adapted.

After this is fixed we can decide on removing the msgfmt.py, msgmerge.py and pygettext.py Just remember that someone having gettext installed on windows is rare, so if it is desired to let .po files be compiled under windows without external tools then those .py files need to stay.

Changed 4 years ago by gpolo

  • priority changed from major to minor

Changed 4 years ago by gpolo

  • milestone changed from Umit 1.0beta1 to Umit 1.0

Changed 4 years ago by gpolo

  • status changed from new to closed
  • resolution set to fixed
  • milestone changed from Umit 1.0 to Umit 1.0beta2

I'm considering this as fixed with the addition of potmanager and the current use (r4353) in setup.py now.

Note: See TracTickets for help on using tickets.