How to change the menu language to german?

Asked by kardan

how can I switch from english to german menus in planner?
i found no option in ubuntu 12.04 and 12.10 with 0.14.5.

> The application picks the language of your system, so if your Ubuntu is in German, Planner should be too. If i
> If your system is not in German on purpose and you just want to run Planner (or any other application) in German, you may launch it with: LANG=de_DE planner on the command line.
My system is set to german.

$ echo $LANG
de_DE.UTF-8

$ LANG=de_DE planner'

(process:25893): Gtk-WARNING **: Locale not supported by C library.
 Using the fallback 'C' locale.

$ LANG=de_DE.UTF-8 planner

no error, but english menus in both above cases.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu planner Edit question
Assignee:
No assignee Edit question
Solved by:
kardan
Solved:
Last query:
Last reply:
Revision history for this message
samuel (samuel-h) said :
#1

Looks like planner doens't support German, I suggest you ask the developers.

Revision history for this message
kardan (kardan+) said :
#2

This is what i found:

commit 68efb90fb1fc21432873ec73995b470c013badb7
https://mail.gnome.org/archives/commits-list/2012-March/msg07323.html
Author: Mario BlÃttermann <mario blaettermann gmail com>
Date: Sun Mar 18 00:32:26 2012 +0100

    [l10n] Updated German translation

Revision history for this message
kardan (kardan+) said :
#3

i made it using the mentioned commit
apt-get install libglade2-dev libglib2.0-dev libgtk2.0-dev libgnomecanvas2-dev libgnomeui-dev libglade2-dev libgconf2-dev libxslt1-dev
git clone git://git.gnome.org/planner
git checkout 68efb90fb1fc21432873ec73995b470c013badb7
./autogen.sh
./configure --enable-compile-warnings=no --prefix=/usr
make && sudo make install
planner