sort by Alphabet benefit:
- a simple way to find out similar structure, can help to be consistent in using words
- we can easily to copy same structure translation, save time to do same translation again and again, improve workflow and efficiency
also it do not cause performance issue (on my local test).
| Comment | File | Size | Author |
|---|---|---|---|
| #30 | sorting_in_more_way-598898-30.patch | 2.77 KB | SebCorbin |
| #3 | translate-sql-order.patch | 722 bytes | toemaz |
Comments
Comment #1
toemaz commented@KayL Could you provide a patch? Otherwise, copy your changes into a comment and I'll make the patch. Thanks in advance.
Comment #2
gábor hojtsyAgreed, that the current "in the order of being added" ordering is counterproductive.
Comment #3
toemaz commentedFind attached a patch. Tested but it needs review.
Comment #4
droplet commentedAdd sort filiter
Comment #6
droplet commentedinclude_once(Archive/Tar.php): failed to open stream: No such file or directory
l10n_community.test bug ??
Comment #7
droplet commented#4: sorting.patch queued for re-testing.
Comment #9
gábor hojtsyWell, the testing server should have a copy of Tar.php, and it does seem to have a PEAR reference in its include path:
include_once(): Failed opening 'Archive/Tar.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear')Comment #10
gábor hojtsyI've opened #712516: No PEAR installation on testing for the testing issue.
Comment #11
tobiasbupdated
Comment #12
droplet commentedlast patch only failed at Tar.php. let me review this again.
Comment #13
droplet commentedComment #15
gábor hojtsyCommitted #3. I don't think having a sort order of ascending and descending or no order as options is of usefulness. Thanks.
Comment #16
Nenad commentedCan we have sort 'by module' like an option?
So far we have organized translation community to translate strings by page and we did a lot of work in this way,
since the sorting order has changed, we lost string's organization and would have to go from the beginning...
The whole Serbian translation team agrees that sorting option 'by module' is better solution for us.
Comment #17
gábor hojtsy@Nenad: by module *filtering* was always an option, and it is safer to use filters compared to paging due to bugs with how the paging could behave (see #787068: Translate form re-building should not rely on pagination).
Comment #18
droplet commentedcan we add sort by suggestions ??
Admin & User able to understand which suggestion last submitted. we can improve it or approve it. If it mixed, we usually miss new suggestion has been added. (suggestions lists growing everyday, we can not approve & decline each strings because sometimes we are waiting better suggestions)
also add last approved stings, admin can check each others work, double check, etc...
Comment #19
Nenad commentedWe didn't understand each other...
We do NOT want "filtering" per module, we want to "sort" by module, to be able to see the strings ordered "by module" as before.
Currently there is no option for sorting "by module".
Is there a way to return to the old sort(by module) to be optional, that people can choose how they want to sort?
I already asked you about this subject:
http://drupal.org/node/598898#comment-3031924
http://drupal.org/node/810020
Tnx.
Comment #20
pivica commentedLoosing of sorting order by module and organization problem that we have now with new sorting is one problem that we have.
Second problem is that for this new sorting by first letter in translation string, translation is more difficult for us - old sorting by module is better because we know in which context we are and that helps us a lot with translation - because some word we can translate differently in different context.
Comment #21
droplet commentedI patched for my own server and now share to community.
added Sort by:
No Sort - some strings like Mo,Tu,Web...., if sort by Alphabetically, it goes to everywhere ..
Alphabetically - read #0
Suggestion - read #18
Approved time - read #18, a way give admin to understand other admin's recent work
String Length - I always translation short STRING first & gain user point :)
If you think it worth to add into l10n_server, please turn the status to "needs review" and improve my patch.
:)
Comment #22
droplet commentedmy group members told me they hope it on L.D.O.
I switch it to reviews patch on QA first, no matter it add or not.
Thanks.
Comment #23
gábor hojtsyHum, to not interfere with the live service that much, I rolled back the commit so we can take our time to think this through properly. I'm not sure for example that a sort widget belongs in the filtering fieldset.
Comment #24
droplet commentedput it on right top of list
---
share my 2 cents,
I think the most important stuff on LDO is not how to make it easier for translator. while they can download .po, there are thousand way to do translation. But admin MUST working on LDO UI. so how to reduce admin's work is priority.
1. more sorting way.
2. mark it as Need Work & can be hide it from admin side
Comment #25
Thomas_Zahreddin commentedanother nice way of sorting would be the sting length: the shorter the string, the easier to translate
and
as short strings often have only few words, this way the words are translated first and can therefore consistent translated also in longer strings.
Comment #26
droplet commented@Thomas_Zahreddin ,
look at #21, I patched multiple way to sort.
Now wating for UI change ?? or ..... ? I'm not sure. Look forward to see Gábor's advice
Comment #27
droplet commentedreroll patch
Comment #28
droplet commentedComment #29
gábor hojtsyAdded #1118430: Set up the filtering/display setting UI for future growth to set us up for filter extensions like this.
Comment #30
SebCorbin commentedRe-rolled against D7