View previous topic :: View next topic |
Author |
Message |
takooakes n00b


Joined: 08 Mar 2003 Posts: 51 Location: NM
|
Posted: Sat Jan 10, 2004 8:08 pm Post subject: openoffice in Japanese |
|
|
Is there any way to get the UI in openoffice into Japanese. I don't want to download the whole Japanese version of OOo as I already have the english version installed. Can anyone point me to a solution? |
|
Back to top |
|
 |
steveb Advocate


Joined: 18 Sep 2002 Posts: 4564
|
Posted: Sat Jan 10, 2004 8:50 pm Post subject: |
|
|
look inside the ebuild of openoffice.
the language code for japanese: Code: | 81 | JAPN ) LANGNO=81; LANGNAME=JAPN; LFULLNAME="Japanese"
86 | CHINSIM ) LANGNO=86; LANGNAME=CHINSIM; LFULLNAME="Simplified Chinese (PRC)"
88 | CHINTRAD ) LANGNO=88; LANGNAME=CHINTRAD; LFULLNAME="Traditional Chinese (taiwan)" |
the emerge would be then: Code: | LANGUAGE="81" emerge openoffice | or Code: | env LANGUAGE="81" emerge openoffice |
cheers
SteveB |
|
Back to top |
|
 |
takooakes n00b


Joined: 08 Mar 2003 Posts: 51 Location: NM
|
Posted: Sat Jan 10, 2004 11:49 pm Post subject: |
|
|
Thanks, I didn't even think of reading the ebuild. |
|
Back to top |
|
 |
steveb Advocate


Joined: 18 Sep 2002 Posts: 4564
|
Posted: Sun Jan 11, 2004 1:13 am Post subject: |
|
|
i think in the changelog it is mentioned as well.
cheers
SteveB |
|
Back to top |
|
 |
takooakes n00b


Joined: 08 Mar 2003 Posts: 51 Location: NM
|
Posted: Tue Jan 13, 2004 6:42 am Post subject: |
|
|
OK, I just finished installing openoffice with Japanese support. However when I run it I get the error
I18N: Operating system doesn't support locale ""
Anybody have an idea of what it means, and what I should do? |
|
Back to top |
|
 |
takooakes n00b


Joined: 08 Mar 2003 Posts: 51 Location: NM
|
Posted: Tue Jan 13, 2004 6:58 am Post subject: |
|
|
Ignore the previous post. I had missed typed my local. But I still am not having luck getting the UI into Japanese. It is still in english. |
|
Back to top |
|
 |
|