Begin port of the l10n_community module. The first objectives are the import (translate/languages/%l10n_community_language/import) and export (translate/languages/%l10n_community_language/export) tabs.
One of the motivations is because some code in modules like l10n_server depends on l10n_community. This of course needs to be fixed (avoidable cross dependencies).
Issue fork l10n_server-3282696
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
- 3282696-port-of-l10ncommunity
changes, plain diff MR !8
Comments
Comment #2
sanduhrsComment #3
sanduhrsComment #4
sanduhrsLots of the things in
pages.inccan now probably be done with views.Comment #5
gábor hojtsyAssuming that could be made performant enough, it would be really nice :)
Comment #13
fmb commentedComment #43
fmb commentedI've just pushed my work with the translation form. I need help: I can't set a #default_value on text areas (line 610 in TranslateForm). For the record, '#disabled' => TRUE doesn't work either. Funny things also happen with the radio box (l.579): for both elements, I get complains in logs that #value is not set... but of course I am not supposed to set this, or else that would override user input. I just don't get it, there's nothing special, no #ajax or exotic settings.
Comment #46
fmb commented(Problem solved BTW.)
Comment #56
artusamakWhat is remaining on this issue? Import & export ports have dedicated issues and a comment says the problem has been solved.
Can this issue be closed @FMB?
Comment #57
fmb commentedI think so.