bug-gnubg
[Top][All Lists]
Advanced

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

Re: [Bug-gnubg] Translation issues


From: Nardy Pillards
Subject: Re: [Bug-gnubg] Translation issues
Date: Sat, 22 Nov 2003 16:38:55 +0100

On 20 Nov 2003 at 19:33, Mormegil wrote:

> At 21:19 19.11.2003 +0100, you wrote:
> >Or use a gnubg.gtkrc.cz?
> >Same way as for Japanese?
> 
> Oh, where can I learn something more about that? I mean, I never
> worked with GTK (more than as a plain user), what should go to the
> gtkrc file?
> 
> Thanks,
> Petr Kadlec

Attached gnubg.gtkrc.ja (included in Japanese language package for 
windows)


Yours should look like:

style "gtk-default-cz" {
  fontset = "-*-times-normal-r-normal-*-*-110-*-*-p-*-ISO-8859-2,\
            -*-*-normal-r-normal-*-*-110-*-*-p-*-ISO-8859-2"
}
class "GtkWidget" style "gtk-default-cz"

The resource file gnubg.gtkrc.cz will be added to gnubg.gtkrc when 
you run gnubg and language is set to cz.
It will have no influence when other language is chosen.

The resource files gnubg.gtkrc are the main files of a GTK theme.

About GTK Resource files:
http://developer.gnome.org/doc/API/gtk/gtk-resource-files.html

There sure must be detailed gtkrc tutorials on the web,
anyone out there to help Petr?


-- 
Louis Nardy Pillards

"It's better to light a candle, than to curse the darkness"


style "gtk-default-ja" {
        fontset = "-*-MS UI 
Gothic-normal-r-normal-*-*-110-*-*-p-*-windows-shiftjis,\
                   -*-*-normal-r-normal-*-*-110-*-*-p-*-windows-shiftjis"
}
class "GtkWidget" style "gtk-default-ja"


style "gtk-default-cz" {
        fontset = "-*-times-normal-r-normal-*-*-110-*-*-p-*-ISO-8859-2,\
                   -*-*-normal-r-normal-*-*-110-*-*-p-*-ISO-8859-2"
}
class "GtkWidget" style "gtk-default-cz"


reply via email to

[Prev in Thread] Current Thread [Next in Thread]