After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 334319 - translations don't get built
translations don't get built
Status: RESOLVED FIXED
Product: atomix
Classification: Other
Component: atomix
2.14.x
Other Linux
: Normal normal
: ---
Assigned To: Atomix Maintainer(s)
Atomix Maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2006-03-12 14:14 UTC by Daniel Holbach
Modified: 2007-01-03 12:25 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
port to po/LINGUAS and fix a few nits in configure (4.32 KB, patch)
2006-12-01 18:05 UTC, Christian Persch
accepted-commit_now Details | Review

Description Daniel Holbach 2006-03-12 14:14:38 UTC
With version 2.14.0 translations don't get built anymore.
Comment 1 Thorsten Leemhuis 2006-09-03 11:27:19 UTC
Confirmed -- happens also on Fedora Core 5

Seems po/Makefile doesn't know which catalogs to install. CATALOGS is porperly set by configure in the generated po/Makefile.in but removed in the generated po/Makefile later.
Comment 2 Christian Persch 2006-12-01 18:05:46 UTC
Created attachment 77499 [details] [review]
port to po/LINGUAS and fix a few nits in configure

This fixes the translations build for me.

Uses po/LINGUAS as per gnome goals, http://live.gnome.org/GnomeGoals/PoLinguas

Ok to commit this patch?
Comment 3 Lucas Rocha 2006-12-19 22:35:16 UTC
IMHO, this patch is ok the be commited. Maintainers, what do you think?
Comment 4 Guilherme de Siqueira Pastore 2007-01-03 12:23:24 UTC
Looks good to me too. Thanks!
Comment 5 Christian Persch 2007-01-03 12:25:28 UTC
        * autogen.sh:
        * configure.in:
        * po/LINGUAS:
        * src/Makefile.am: Fix the translations build by updating to
        po/LINGUAS as per GnomeGoal. Bug #334319.