Closed (works as designed)
Project:
Internationalization
Version:
6.x-1.x-dev
Component:
Blocks
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Jun 2010 at 08:12 UTC
Updated:
26 Oct 2016 at 16:08 UTC
Jump to comment: Most recent
Comments
Comment #1
gábor hojtsyIf you look into the Translate interface admin item in Site building, does these strings appear untranslated when searched in the menu textgroup?
Comment #2
jippie1948 commentedIn the Translate interface admin in Site building, the strings I tried to translate do not appear when searched in the menu textgroup.
Some other observations in the Translate interface admin in Site building,
= I entered here several strings that I tried to translate in loc-client. Some but not all of them did work
= after refresh still some menu items were missing.
Thanks,
JanPieter
Comment #3
gábor hojtsy@jippie1948: if the strings did not appear in the menu textgroup, then its not a problem with the l10n_client module but rather a submodule of i18n.
Comment #4
jippie1948 commentedDear Gabor,
do I understand correctly from your response that a submodule of i18n is blocking l10n_client module to write to the translation database?
JanPieter.
Comment #5
gábor hojtsy@jippie1948:
You wrote this:
This means that the strings do not even end up in the right textgroup for translation, which is outside of l10n_client's realm. Its not that anything prevents l10n_client to write to the table, its that the source data is not there, and that's not at all l10n_client's job to put it there.
Comment #6
jpstokes commentedIt would've been nice just to answer the question.
Anyway, I also had this problem and fixed it by first changing the original menu item from 'language neutral' to 'english'. Once I did this, I was able to click on the translate tab and add the translated version of the menu item and it saved properly.
Comment #7
gábor hojtsyYes, language neutral menu items don't have language, so they assume you don't want to translate them. That is by design.
Comment #8
joseph.olstad