This is a small and efficent module that allows change l10n source strings.
If you have typed incorrect localization source strings wrapped in a function "Drupal.t" or "t()", but all translations are already done. Now you can change l10n source strings in code and then on the page admin/build/translate/search and all translations are still binded. Module just adds one "l10n source" field, if it will be changed, then original source will be replaced.
Here is link
Here is git link git.drupal.org:sandbox/cainrus/1435284.git
Drupal 6 module
Comments
Comment #1
eugene.ilyin commentedHello. I spent a Review of your module.
ventral.org/pareview is not work now and I did it manualy.
Comment #2
eugene.ilyin commentedSorry. I forgot set status to need work.
Comment #3
cainrus commentedThank you for review, Eugene.
Your notes are extremely important to me. I fixed module.
Comment #4
Robertas commentedIt appears you are working in the "master" branch in git. You should really be working in a version specific branch. The most direct documentation on this is Moving from a master branch to a version branch. For additional resources please see the documentation about release naming conventions and creating a branch in git.
Review of the master branch:
This automated report was generated with PAReview.sh, your friendly project application review script. You can also use the online version to check your project. Get a review bonus and we will come back to your application sooner.
Source: http://ventral.org/pareview - PAReview.sh online service
Manual review:
l10n_source_changer.module:4
* Allows administrators to change l10n source strignsYou may want to fix spelling of "strigns".
Comment #5
cainrus commentedHello, Robertas.
Thank you for your review. I've just completed the task.
Comment #6
chertzogOn line 49 of you module file, you have:
You are passing variables directly into your query, you should be using placeholders, something like:
for more info check db_query()
Also I'm afraid that this project is too short to approve you as git vetted user. We are currently discussing how much code we need, but everything with less than 120 lines of code or less than 5 functions cannot be seriously reviewed. However, we can promote this single project manually to a full project. (adding tag)
Consider trying it again with another *little* more complex module, or - if possible - try to add more functionality to this module, so there's more to review.
Comment #7
klausiSorry for the delay, but you have not listed any reviews of other project applications in your issue summary as strongly recommended here: http://drupal.org/node/1011698
manual review:
Comment #8
cainrus commentedHello, chertzog.
I have been fixed placeholders issue #1435294-6: l10n source changer
I understand that there are limitations with module size.
This module really helped me when i got wide multilanguage drupal multisite network where custom themes and custom modules contained few different languages hardcoded and already fully translated(about 15 languages). I have changed all translation sources to english language with l10n source changer module. I belive, these module can help someone else too.
Hello, klausi.
I fixed the following issue #1435294-7: l10n source changer items: 1, 2, 3, 4 and 6.
I can't do anything with list item number five, there is no db_update() in Drupal 6.
Thank you for manual review!
Do you have any ideas which i can use for that module?
Comment #9
klausiClosing due to lack of activity. Feel free to reopen if you are still working on this application.