|
|
|
This issue persists in 1.19.0.84432 RC.
I produced an updated patch file to fix this issue. It is against 1.19.0.84432 RC. Thanks for posting these! Obviously, we did not manage to integrate them into Viewer 1.19.1. However I have just committed them to the branch for Viewer 1.20, and they should appear in the next RC.
With the following exceptions:
Thank you for the quick reaction, Ramzi. Can you please removed those unused XUI files both from binary distribution and from the source repository if not yet?
Cofirmed fix in 1.20.0.84760 (RC1). Thank you for the quick fix!
panel_region_debug.xml in 1.21.3 has a couple of <text /> that don't have a name. Reopening issue.
Thanks for catching those omissions, Geneko. We'll track this again and fix it.
This should now appear fixed in RC5. Note, the additional translations are not yet in place; but the name= parameters now exist in the primary EN-US files, which make translation possible.
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
missingnames.txt lists all elements whose necessary name attributes are missing. It lists an elemet per a line in three fields. Each line has the following format:
file:line:element
where
file is the name of the XUI (.xml) file that contains the element,
line is the line number in the file at which the element's start tag presents, and
element is the name (GI) of the element.
Note that an element's start tag can span multiple lines. The line number above is of the last line in the case.
missingnames.patch is the patch (diff from the original) to fix this issue, adding names to the elements. The names are chosen arbitrarily.