Posted by gaolei on April 25, 2008 at 6:34am
Jump to:
| Project: | Localization client |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (won't fix) |
Issue Summary
Currently it only allows sharing translations in the on-page AJAX way, i.e. only the string being translated can be shared. Is it possible to also share previously translated strings with the remote server?
A problem I can see is the difficulty of figuring out who translated those strings and giving credits.
Any ideas?
Comments
#1
There is no way to give credits there. We can only credit them to the user who imports. You can do this quite easily:
- export your whole site translation on the locale module interface, and import that .po file to l10n_server
- use potx module on the client site and export translations by module/theme, then import them to l10n_server
So there are already ways to export a .po file from the client site, and import a .po file to the server. Do you think we should make this much easier? I'd say this would only be needed on the first transitional period, and then it would not be used (much), so the current solutions look sufficient.
#2
Hmmm, jredding proposed this idea on a discussion we had here earlier and I thought it was reasonable. However, I think your considerations are also valid. :)
#3
I still think that the current solution is sufficient. The server will drop string it does not know about and where it already has the same translation recorded, so you can easily import whatever and assume the server will take new stuff only.