Hi I translated UI and help strings to Japanese and tried to build with them. With translated registry files, I got general error during the start up of the office and could not be started.
It seems, the problem was caused by translated boolean value in the configuration file. The followoing values should keep original "true" string (or false?): - Common.xcu#..Common.View.Localisation.AutoMnemonic.value.text - Writer.xcu#..Writer.Insert.Caption.CaptionOrderNumberingFirst.value.text You can find them using search function with position option enabled on the pootle. These values are defined in the following configuration. /org.openoffice.Office.Common/View/Localisation/AutoMnemonic has oor:localized="true" flag. http://svn.apache.org/viewvc/openoffice/trunk/main/officecfg/registry/schema/org/openoffice/Office/Common.xcs?revision=1479829&view=markup#l2755 /org.openoffice.Office.Writer/Insert/Caption/CaptionOrderNumberingFirst (because of the value has xml:lang attribute?) http://svn.apache.org/viewvc/openoffice/trunk/main/officecfg/registry/schema/org/openoffice/Office/Writer.xcs?revision=1432664&view=markup#l2808 http://svn.apache.org/viewvc/openoffice/trunk/main/officecfg/registry/data/org/openoffice/Office/Writer.xcu?revision=1465678&view=markup#l53 Maybe DialogScale property should be keep numerical value, its sibling of AutoMnemonic property. Regards --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
