Problem description: With Google docs extension 2a64b8e6f185a7f6c19d00fb8bb4cf64-gdocs_3.0.1_modified.oxt, and with English localization, one of the option isn't translated. Steps to reproduce: 1. Open Writer 2. Select Menu File/Google Docs and Zoho Current behavior: One of the option is "Exportar a Zoho" Expected behavior: It should be "Export to Zoho"
In fact, the problem is just here on Addon.xcu: 88 <prop oor:name="Title" oor:type="xs:string"> 89 <value xml:lang="en">Export to Zoho</value> 90 <value xml:lang="pl">Eksport do Zoho</value> 91 <value xml:lang="de">Export zu Zoho</value> 92 <value xml:lang="en">Exportar a Zoho</value> 93 <value xml:lang="it">Esporta in Zoho</value> 94 <value xml:lang="cs">Exportovat do Zoho</value> Obviously, there's just a typo : "en" instead of "es" line 92. the oxt is 2a64b8e6f185a7f6c19d00fb8bb4cf64-gdocs_3.0.1_modified.oxt I found a contact on description.xml but since it's a modified version, I don't know how to "ping". David: any idea about this?
Julien: On an English install (US), I see Export To Zoho correctly. Am I missing something?
Hi Julien, Can you provide us the link to download the extension? I found this http://extensions.libreoffice.org/extension-center/openoffice.org2googledocs-export-import-to-google-docs-zoho-webdav But when I compare the file name (.oxt), it's "ooo2gd_3.0.0.oxt", and not something like 'gdocs_' etc. Until response -> status to NEEDINFO Thanks!
There's still the problem on master sources updated today. In fact, I build the master sources and these use this link: http://dev-www.libreoffice.org/src/2a64b8e6f185a7f6c19d00fb8bb4cf64-gdocs_3.0.1_modified.oxt I unzipped the oxt and just noticed this inside description.xml <version value="3.0.1"/><!-- version number bumped to 3.0.1 because of passive registration -->
I can reproduce using LibreOffice 3.6.4.3; Ubuntu 12.10;
my autogen.lastrun contains "--enable-ext-google-docs"
looking back over history (git log --follow -Sgdocs configure.ac) , it seems that Andras and Kami are who typically update the gdoc extension when there's a new version and upload modified versions if additional fixes are required. e.g. http://cgit.freedesktop.org/libreoffice/core/commit/?id=f2d97ff3bae3993d6c1cae911fe53710fba19d0f so lets assign to Andras to poke ooo2gd upstream with a fix, and if he thinks we need to, upload a new modified version.
Andras Timar committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=9f813d9f692d10f6d151c27617c2c5a36fac8c19 fdo#58026 typo fix in Addons.xcu of Google Docs extension The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Andras Timar committed a patch related to this issue. It has been pushed to "libreoffice-4-0": http://cgit.freedesktop.org/libreoffice/core/commit/?id=371983fb8252356b36f8d424dbceba318c14609d&h=libreoffice-4-0 fdo#58026 typo fix in Addons.xcu of Google Docs extension It will be available in LibreOffice 4.0. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.