Closed (fixed)
Project:
Localization client
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
25 Jul 2008 at 16:46 UTC
Updated:
2 Jan 2009 at 16:00 UTC
Jump to comment: Most recent file
Comments
Comment #1
gábor hojtsyI've looked into this patch, and submitted a slightly modified version.
- Added more phpdoc comments.
- Renamed a few variables for easier recognition.
- Added real headers to the translation tables, so people see what is visible there.
- Introduced l10_client_add_string_to_page() instead the global variable for nicer code.
I'd like to add that the translation page provided by this module now is very similar to the built-in locale module interface to some degree. That allows to look for translated/untranslated stuff and also look in different textgroups. That however also includes a search feature. It would be great to have a complete replacement for this page, and eventually, get Drupal 7 to have a much more powerful search feature so we don't need to replicate it.
In this implementation for example, the translation page uses a pager, so the live search is only effective on the same page. If we do an autocomplete search on the webpage itself which would look into all strings, that would speed up looking for actual strings a lot. I think it would be great to do quick prototyping of these features here, and get them quick into Drupal 7.
Let me know if any of my improvements in this patch are unacceptable for your use cases. Thanks for the suggestions!
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #3
jose reyero commentedHey Gabbor, thanks, I had missed this commit.
This should work fine but for one detail, I need to add strings to groups different than 'default', I'll follow up with another patch in a new thread.