Ticket #359 (closed enhancement: invalid)

Opened 15 years ago

Last modified 15 years ago

Enable disabling translations

Reported by: bilbo Owned by:
Priority: major Milestone: 4.7
Component: mc-core Version: 4.6.2
Keywords: FAQ Cc:
Blocked By: Blocking:
Branch state: Votes for changeset:

Description

It would be nice for some switch to ./configure to disable building and installing all translations (something like --disable-translations). I don't use them, so the switch would save me some compiling time and disk space.

Change History

comment:1 Changed 15 years ago by andrew_b

You can use the LINGUAS variable to set translations that you need. Look to ABOUT-NLS file:

Internationalized packages usually have many po/LL.po' files, where LL gives an ISO 639 two-letter code identifying the language. Unless translations have been forbidden at configure' time by using the --disable-nls' switch, all available translations are installed together with the package. However, the environment variable LINGUAS' may be set, prior to configuration, to limit the installed set. `LINGUAS' should then contain a space separated list of two-letter codes, stating which languages are allowed.

comment:2 Changed 15 years ago by angel_il

+1, i vote for this. its actually for embedded.

comment:3 Changed 15 years ago by slavazanko

  • Status changed from new to closed
  • Resolution set to invalid

Thanks to Andrew Borodin for good answer.

Ticket closed because this not mc-stuff.

comment:4 Changed 15 years ago by slavazanko

  • Keywords FAQ added
Note: See TracTickets for help on using tickets.