cannot used clock face emoji 1:30, 2:30, 3:30, 4:30, 5:30, 6:30, 7:30, 8:30, 9:30, 10:30, 11:30, 12:30 Steps to Reproduce: (e.g, clock face five-thirty (U+1F560)) 1. type ":5:30:" Actual Results: 🕔30: Expected Results: 🕠
in the :5:30: pattern there's a clear collision with the :5: pattern which is reserved for 5 o'clock that why you get a 5 o'clock emoji followed by 30: you have to use different patterns not using the middle : something like :5.30: should work and not collide with :5: as far as I see in some languages like Hungarian it was achieved this way but I see other languages (i.e. Dutch) where the collision patterns are present. so we should check all the default autocorrect list to unify them to a :X.30: pattern
*** Bug 93143 has been marked as a duplicate of this bug. ***
(In reply to tommy27 from comment #1) > > ... > > as far as I see in some languages like Hungarian it was achieved this way > but I see other languages (i.e. Dutch) where the collision patterns are > present. > > so we should check all the default autocorrect list to unify them to a > :X.30: pattern collision :X:30: pattern present in the italian autocorrect list as well. @Valter Mura would you please fix it for 5.0.1 release?
will check and ask to developers :)
Christian, Sophie, is it possible to work on it? BRDGS, Valter
well - only thing I can do is try to educate translators about it.. But also affects english
it seems that only Hungarian uses the right :X.30: pattern
Christian, as per your last email in l10n list, I suppose this bug should be automatically solved from master, isn't it?
no - no automatic fix for translations. Translators need to fix the strings themselves. What will be done automatically is the copying of the translations of the current English string (e.g 5:50) to the corrected one (e.g. 0530). Translators won't have to retranslate/the strings won't be flagged as unknown. But no change in master was done yet, this is still to be done. In any case translators have to fix the strings when they are using using ":" as part of an emoji entry.
I think it would be better to decide which is the correct pattern to use and apply the same pattern to all languages... :X:30: is not good :X.30: works and is already used in the Hungarian list :X30: would be good too but I think it would be better not to see some languages using :X.30: and other :X30: considering that numbers do not need translation I also think it could be a clever idea to move all those clock faces emojis to the [All] autocorrect database (acor_und.dat) so we have a sigle list to edit instead of editing the same entries in any language LibO supports...
*** Bug 93465 has been marked as a duplicate of this bug. ***
Corrected for Italian X:30 > X.30 But I noticed Spanish, French and Catalan have same pattern as Italian, so maybe they could experience the same problems... adding them to the thread :)
probably all languages except hungarian use the wrong :X:30: pattern
Corrected for Catalan, X:30 > X.30 is the used workaround
Applied the same workaround to the Spanish translation =)
I think, It is not a translation problem. English words(msgid) are not good.
(In reply to baffclan from comment #16) > I think, It is not a translation problem. > English words(msgid) are not good. I think you refer to Bug 93233
Christian Lohmaier committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=b14680fbdde35ed60a2bde21fcfc839cb7c1ffd3 tdf#93233 fix clockface emoji entries It will be available in 5.1.0. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Christian Lohmaier committed a patch related to this issue. It has been pushed to "libreoffice-5-0": http://cgit.freedesktop.org/libreoffice/core/commit/?id=d3693250e4d436fc553f58a86d171e67ef1bc5c6&h=libreoffice-5-0 tdf#93233 fix clockface emoji entries It will be available in 5.0.2. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Cloph has also updated Pootle, so it should be fine now. Thanks!