Closed (won't fix)
Project:
Localization server
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
1 Nov 2008 at 23:41 UTC
Updated:
18 Jan 2010 at 12:42 UTC
I think we need advanced help module support for help translation in l10n_server.
Comments
Comment #1
hass commentedLet's try to write a little bit more what we need here...
[mymodule]/help/*.inifiles. The structure of this files need to be parsed or not - I don't know, but they looks like:[mymodule]/help/*.htmlfiles in all subdirectory's.[mymodule]/help/[all image types]in all subdirectory's. We also need are able to upload translated screenshots.[mymodule]/translations/help/[langcode]and need to keep the full directory structure of[mymodule]/helpintact.I'm also not sure if a simple letter change in the English version needs to completely invalidate the translated file. As this files are really big we need something like a diff integration to see the diff's between the English versions or the translation job will become nightmare only.
Comment #2
hass commentedIf someone needs a test environment for this... CCK 2.0 have the German help translation included + a mix of translated and untranslated images.
Comment #3
pasquallesubscribe
Comment #4
gábor hojtsyRe: big help files - this is where advanced_help goes in a bad way as far as translations are concerned. The interface strings in Drupal are purposely kept small and short to allow for quick fixes and avoiding looking through longer text when translating. Given that advanced_help files are of a completely other breed (standalone HTML files, no need to extract them from other code, no possible parsing problems with them, etc) I am not sure how do they fit with l10n_server. Just look at our database schema and try to map advanced_help (or propose a better schema which would fit both better).
One other point though is that modules "start" to ship with buttons and other images which are already shown on their end user or admin UI and might need translation. l10n_server might need to be ready to handle "translated interface" in the form of images as well.
Comment #5
hass commentedOh, well... I haven't yet seen any module with images that needs translation, but we should have this... nevertheless I'm not sure how translators should ever handle this. Mostly the modules do not provide raw images with layers or so - by this way translators may need to become designers. :-(
I heard some rumours that advanced_help module should go into D7 core...
Comment #6
gábor hojtsyModule with images translated to German: http://cvs.drupal.org/viewvc.py/drupal/contributions/modules/advanced_fo...
Comment #7
gábor hojtsyAdvanced help did not get to Drupal 7 core. The focus of l10n_server is to work with the Drupal core APIs, so I'm not going to work on a connector module to help translate and export stuff for Advanced help. It would need a specific parser / import mechanism as well as a specific export mechanism. This is out of scope for this project, but you can open an independent module / project to implement this connector since l10n_server provides ways to attach your own connectors.