Closed LAfricain closed 5 years ago
I put books_table[0] as empty to catch errors in the code. It is important to my design and should NOT be changed. A7 would be a larger number, like 106. But we don't support USFM 3.0 yet. So that is a bridge that we will cross in the future, but not now.
"gtk-open" is a keyword for the GTK library, so _("gtk-open") is an error. It should just say "gtk-open"
Similar with gtk-cancel. It should not be translatable.
OK then just unlocalised the tree lines. Or for EMPTY ID=0 maybe a blank place will be better.
I would be happy to integrate a pull request that fixes just these bugs.
Ok let me do it.
Gtk-cancel in templates/gtkbuilder.progressdialog.xml need I to remove the translatable entry or Change for Cancel? Because it is a xml file?
Now that you say that...I think since it is a label, it should be translatable, and it should say "Cancel" and not gtk-cancel.
Is it true that the cancel button has a label that shows the text gtk-cancel on it? I have never seen this that I remember.
Corrected by #118
In the list of the books, the book number 0 is called ;
**EMPTY ID=0**
:What the corresponding book? Probably the "A7 | INT | Introduction Matter" of the usfm3 book identification. And during the checks it displays
gtk-cancel
, instead ofCancel
:Idem for gtk-open, should be only "Open":
If you agree, I do this corrections.