Re: toolbuttonX, radiotoolbuttonX
Tristan Van Berkom <[email protected]> Tue, 2 Oct 2012 12:08:09 +0900
| Newsgroups | gmane.comp.gnome.glade.devel |
|---|---|
| Message-ID | <CAGUy9WLKz5ZecOViepAK82xnxEh4oXrSDT_veNW33aFkmhEC4A@mail.gmail.com> |
On Tue, Oct 2, 2012 at 2:23 AM, Marek Černocký <[email protected]> wrote: > Hi, > > I translate Glade to Czech language and I don't know, what means labels > > toolbutton1 > toolbutton2 > toolbutton3 > toolbutton5 > toolbutton6 > toolbutton7 > radiotoolbutton1 > radiotoolbutton2 > radiotoolbutton3 > radiotoolbutton4 > > from src/glade.glade. They are some default names for new widgets? Or > they are replaced on the flay by other texts and so they shouldn't be > selected for translating? Actually, its questionable the amount of translation we already put in Glade. The names/ids of widgets are not expected to be utf8 charachters, but however it's quite possible that you can name your widgets in korean hangul text and everything will still work. It's still generally not usual to see extended utf8 chars in source code (which will be calling gtk_builder_get_object (builder, "radiotoolbutton1") ) Furthermore, if the word 'GtkRadioButton' cannot be seen when selecting the class in Glade, regardless of locale, *that's a problem*, because GtkRadioButton is the name of the class in 'C' regardless of what we call it in english or other languages, in 'C' it's called a GtkRadioButton (and that's more important to know for the developer). Cheers, -Tristan _______________________________________________ Glade-devel maillist - [email protected] http://lists.ximian.com/mailman/listinfo/glade-devel