Quellcode |
|
1 2 3 4 |
[ebuild R ] gnome-extra/evolution-data-server-2.32.3-r3 USE="gnome-keyring ipv6 kerberos ldap weather {-test}" 4,245 kB [ebuild R ] mail-client/evolution-2.32.3-r1:2.0 USE="crypt gstreamer kerberos ldap networkmanager python ssl (-clutter) -connman" 31,229 kB [ebuild R ] gnome-extra/evolution-webcal-2.32.0 160 kB [ebuild R ] gnome-extra/evolution-exchange-2.32.3:2.0 USE="-debug -static" 1,279 kB |
Quellcode |
|
1 2 3 |
LC_ALL="de_DE.UTF-8" LANG="de_DE.UTF-8" LANGUAGE="de_DE.UTF-8" |
Quellcode |
|
1 2 3 |
... LINGUAS="de" ... |
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »pimyjotakappa« (15.07.2013, 12:42)
Quellcode |
|
1 2 |
ls /usr/share/locale/de/LC_MESSAGES/evo* /usr/share/locale/de/LC_MESSAGES/evolution-webcal.mo |
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »_Dirk_« (14.07.2013, 14:49)
Quellcode |
|
1 2 |
/usr/share/locale/de/LC_MESSAGES/evolution-exchange-2.32.mo /usr/share/locale/de/LC_MESSAGES/evolution-webcal.mo |
Muss Evo denn *.mo files haben ??? Wofür sind die den gut ???
Quellcode |
|
1 2 |
/usr/locale/de/LC_MESSAGES/evolution-2.32.mo /usr/locale/de/LC_MESSAGES/evolution-data-server-2.32.mo |
Quellcode |
|
1 2 |
localedir='$(prefix)/$(DATADIRNAME)/locale' AC_SUBST(localedir) |
Quellcode |
|
1 2 |
ln -s /usr/share/locale/de/LC_MESSAGES/evolution-data-server-2.32.mo /usr/locale/de/LC_MESSAGES/evolution-data-server-2.32.mo ln -s /usr/share/locale/de/LC_MESSAGES/evolution-2.32.mo /usr/locale/de/LC_MESSAGES/evolution-2.32.mo |
Schön wäre noch wenn ihr es nicht nur für euch fixt, sondern auch einen Bugreport auf https://bugs.gentoo.org aufsetzt, so das alle von der Lösung profitieren können
Zitat
mail-client/evolution-2.32.3-r1 ignores language settings
mail-client/evolution-2.32.3-r1 installs language files into wrong location. This causes the application to appear in English and not in the local language intended.
Reason is that the configure.ac does
localedir='$(prefix)/$(DATADIRNAME)/locale'
AC_SUBST(localedir)
where there is no DATADIRNAME.
This throws evolution-2.32.mo and evolution-data-server-2.32.mo at wrong location. Please fix this. Thank you.
Full discussion of bug at (german!) http://www.gentooforum.de/artikel/21290/evolution-pl-tzlich-in-englisch-wie-bekomme-es-wieder-in-deutsch.html