RecipeIntltoolCheck

Differences between revisions 1 and 2
Revision 1 as of 2010-01-27 09:06:08
Size: 770
Editor: 168
Comment: Moved to subpage, from dholbach's recipe
Revision 2 as of 2010-01-27 09:06:56
Size: 778
Editor: 168
Comment:
Deletions are marked like this. Additions are marked like this.
Line 20: Line 20:
Sometimes empty `.po` files caused packages to build from source. Sometimes empty `.po` files caused packages to fail to build from source.

Ubuntu Development > Internationalization Guide > Recipe

Checking out the translations of intltool-based packages

If you want to make sure that your packages translations are set up correctly, try running:

  • For GNOME packages:

cd po; intltool-update -m

and be sure to either fix the issues or report them upstream.

Note: this is only worth trying if the package uses intltool for i18n (i.e. look for intltool.m4 in the top-level source directory)

  • For GNU packages:
  • For KDE packages:

Sometimes empty .po files caused packages to fail to build from source.


CategoryUbuntuDevelopment CategoryTranslations

UbuntuDevelopment/Internationalisation/RecipeIntltoolCheck (last edited 2010-01-27 09:06:56 by 168)