Re: [bidi] 2 bidi bugs



Kaixo!

On Thu, Feb 21, 2002 at 07:34:58PM +0100, Hicham Amaoui wrote:

> - when using RTL mode, I still must click on the left of the screen
> to get the Application menu displayed.
 
> http://amaoui.free.fr/gnome2/images/rtl_gnome.jpeg

You are probably not using RTL mode.

For that you need to have the string "LTR" translated as "RTL" in the gtk2
catalog.
I looked at Gnome CVS and there isn't any ar.po file yet...

Create a file like this:

=========
msgid ""
msgstr ""
"Project-Id-Version: gtk2+ VERSION\n"
"POT-Creation-Date: 2002-02-21 21:51+0200\n"
"PO-Revision-Date: 2002-02-21 21:51+0200\n"
"Last-Translator: your name\n"
"Language-Team: Arabic\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

msgid "default:LTR"
msgstr "default:RTL"
=========

and compile it: msgfmt -o /usr/share/locale/ar/LC_MESSAGES/gtk20.mo yourfile

then the default layout of widgets should be in RTL ("file" menu at right
and "help" menu at left, "previous" button at right, with an arrow to the
right, "next" button at left with an arrow to the left, etc)

-- 
Ki ça vos våye bén,
Pablo Saratxaga

http://www.srtxg.easynet.be/		PGP Key available, key ID: 0x8F0E4975




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]