project-navigation
Personal tools

Author Topic: Strange messages when doing 'make lang'  (Read 3605 times)

Offline Schmorgluck

  • Cannon Fodder
  • **
  • Posts: 8
    • View Profile
Strange messages when doing 'make lang'
« on: February 06, 2008, 06:42:11 pm »
When I type "make lang" after having followed all the directives given on the wiki, I get this :
Code: [Select]
Making lang
cs.po
/bin/sh: msgfmt: not found
da.po
/bin/sh: msgfmt: not found
de.po
/bin/sh: msgfmt: not found
en.po
/bin/sh: msgfmt: not found
es_ES.po
/bin/sh: msgfmt: not found
es.po
/bin/sh: msgfmt: not found
est.po
/bin/sh: msgfmt: not found
fi.po
/bin/sh: msgfmt: not found
fr.po
/bin/sh: msgfmt: not found
gr.po
/bin/sh: msgfmt: not found
it.po
/bin/sh: msgfmt: not found
ja.po
/bin/sh: msgfmt: not found
pl.po
/bin/sh: msgfmt: not found
pt_BR.po
/bin/sh: msgfmt: not found
ru.po
/bin/sh: msgfmt: not found
slo.po
/bin/sh: msgfmt: not found
sv.po
/bin/sh: msgfmt: not found
th.po
/bin/sh: msgfmt: not found

The "/bin/sh: msgfmt: not found" are on STDERR, all the rest is on STDOUT.

My questions are : is the operation successful? If not, why?

EDIT: it seems that the answer to my first question is "no". I'd appreciate some insight about my second one.
« Last Edit: February 06, 2008, 06:56:00 pm by Schmorgluck »

Offline geever

  • Project Coder
  • PHALANX Commander
  • ***
  • Posts: 2561
    • View Profile
Re: Strange messages when doing 'make lang'
« Reply #1 on: February 06, 2008, 07:27:14 pm »
msgfmt is a program. Part of gettext. Make sure you have it installed. If not , Install it ("apt-get install gettext" or elsehow).

sam0t

  • Guest
Re: Strange messages when doing 'make lang'
« Reply #2 on: May 05, 2008, 07:41:19 am »
I get this kinda message when making lang files:

871 translated messages, 618 fuzzy translations, 550 untranslated messages.
es.po

^ That seems like high number of untranslated messages :/ . I have Ubuntu 7.10 and atleast accordingly Synaptics Package Manager I have Gettext installed.

Offline kracken

  • Squad Leader
  • ****
  • Posts: 159
    • View Profile
Re: Strange messages when doing 'make lang'
« Reply #3 on: May 05, 2008, 08:40:53 am »
871 translated messages, 618 fuzzy translations, 550 untranslated messages.
es.po
That means there are 871 messages translated (and 1168 untranslated). You can help translating spanish by editing this file with poedit, and then sending us the updated file.
See also http://ufoai.ninex.info/wiki/index.php/Translating

Even better would be to translate the file from the trunk (http://ufo.svn.sourceforge.net/viewvc/ufoai/ufoai/trunk/src/po/), which should be the most up-to-date version of the translation files.

sam0t

  • Guest
Re: Strange messages when doing 'make lang'
« Reply #4 on: May 05, 2008, 09:33:17 am »
Ah ok, this is one of those "work in progress" things  ;D