User Details
- User Since
- Jul 8 2018, 9:26 PM (330 w, 1 d)
- Availability
- Available
- IRC Nick
- evs
- LDAP User
- Unknown
- MediaWiki User
- Evs [ Global Accounts ]
May 26 2023
Is there any progress on the task? Have the performance problems been resolved?
Feb 4 2023
Dec 5 2022
Nov 22 2022
As i see in the scripts/poimport.php, the importing of fuzzy translations strings is doing with such code:
// Fuzzy messages if ( preg_match( '/^#, fuzzy$/m', $section ) ) { $translation = TRANSLATE_FUZZY . $translation; }
This is categorically wrong, because this kind of "dirty hack" does not recognize the fact that existing translations can be already marked as fuzzy, which causes duplicate !!FUZZY!! tags. Marking should not be done by the import script in this way, but with src/Synchronization/MessageWebImporter.php, where it should be done with the translate-manage-action-conflict as default action for fuzzy strings.
Nov 21 2022
Nov 19 2022
Nov 13 2022
Oct 30 2022
Was fixed in Qt 5.15.6, but the ARM build is still needed
Oct 29 2022
Mar 31 2020
Aug 5 2018
Aug 4 2018
Jul 29 2018
Jul 15 2018
ok, then let's exclude the use of warn users functions and if in Huggle there will be exactly the functionality that I described above, then we connect it to read-write. I think Huggle can be used in that cases and functionality is not much needed to be coded
Jul 14 2018
What features would I like to get using Huggle on TranslateWiki:
- Ability to track new and edited translations in languages that will be set by me (with diff view)
- Ability to edit translations from queue as with Special:Translate page as action=edit
- Ability to rollback incorrect translations in cases of vandalism or machine translation
- Ability of placing pages on speedy deletion with {{Delete}} template
- Ability to review translations (like patroling)
- Desirable: ability to mark translations as fuzzy (by adding !!FUZZY!! at the beginning of the article text)
- Optionally: ability to warn users, who make vandal or machine translations
Jul 13 2018
Yes, there is no need fol a lot of special or warning templates, https://translatewiki.net/wiki/Template:Delete is enough.
Great, so you just need to get consent :) And implement filters in Huggle, that can use translations=only and trailer=/$language in filters options
Let ask them. As I know there were a lot of vandalism/machine translating edits on TranslateWiki, especially in the Russian language section, so Huggle monitoring may be extremely useful for this project. @Nikerabbit, can you implement this?