http://bugs.winehq.org/show_bug.cgi?id=34447
Bug #: 34447 Summary: Make the list of embedded translations configurable Product: Wine Version: 1.7.1 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: build-env AssignedTo: wine-bugs@winehq.org ReportedBy: t.artem@mailcity.com Classification: Unclassified
Currently, Wine configure script builds in all the translation languages by default - for many of us it's wasted space and translations we don't want to see (I have to run some applications with the ru_RU.UTF-8 locale to get correct filenames).
Please, make it possible, e.g. via
--languages=en,en_US,lang1,lang2,lang3 ...
configure option to specify the list of translations to be built in.