https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36171

Victor Grousset/tuxayo <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #16 from Victor Grousset/tuxayo <[email protected]> ---
> 1. Does this only affect ru-RU, or all languages?

It should affect all languages where the problematic strings have been
translated.

Here is what I've been able to find
https://translate.koha-community.org/translate/koha/23-11/opac-bootstrap/fa_ARAB/?checksum=28bf1f208fcb60c4&q=+source%3ASET+&sort_by=-priority%2Cposition
https://translate.koha-community.org/translate/koha/23-11/opac-bootstrap/te/?checksum=28bf1f208fcb60c4&q=+source%3ASET+&sort_by=-priority%2Cposition
https://translate.koha-community.org/translate/koha/main/opac-bootstrap/fa_ARAB/?checksum=28bf1f208fcb60c4&q=+source%3ASET+&sort_by=-priority%2Cposition
https://translate.koha-community.org/translate/koha/main/opac-bootstrap/te/?checksum=28bf1f208fcb60c4&q=+source%3ASET+&sort_by=-priority%2Cposition
https://translate.koha-community.org/translate/koha/main/staff-prog/te/?checksum=28bf1f208fcb60c4&q=+source%3ASET+&sort_by=-priority%2Cposition
https://translate.koha-community.org/translate/koha/24-05/opac-bootstrap/fa_ARAB/?checksum=28bf1f208fcb60c4&q=+source%3A%25+SET+&sort_by=-priority%2Cposition
https://translate.koha-community.org/translate/koha/23-05/opac-bootstrap/fa_ARAB/?checksum=28bf1f208fcb60c4&q=+source%3A%25+SET+&sort_by=-priority%2Cposition
https://translate.koha-community.org/translate/koha/23-05/opac-bootstrap/te/?checksum=28bf1f208fcb60c4&q=+source%3A%25+SET+&sort_by=-priority%2Cposition
https://translate.koha-community.org/translate/koha/22-11/opac-bootstrap/fa_ARAB/?checksum=28bf1f208fcb60c4&q=+source%3A%25+SET+&sort_by=-priority%2Cposition
https://translate.koha-community.org/translate/koha/22-11/staff-prog/te/?checksum=28bf1f208fcb60c4&q=+source%3A%25+SET+&sort_by=-priority%2Cposition
https://translate.koha-community.org/translate/koha/23-05/staff-prog/fa_ARAB/?checksum=28bf1f208fcb60c4&q=+source%3A%25+SET+&sort_by=-priority%2Cposition
https://translate.koha-community.org/translate/koha/23-05/staff-prog/te/?checksum=28bf1f208fcb60c4&q=+source%3A%25+SET+&sort_by=-priority%2Cposition
https://translate.koha-community.org/translate/koha/23-11/staff-prog/fa_ARAB/?checksum=28bf1f208fcb60c4&q=+source%3A%25+SET+&sort_by=-priority%2Cposition
https://translate.koha-community.org/translate/koha/23-11/staff-prog/te/?checksum=28bf1f208fcb60c4&q=+source%3A%25+SET+&sort_by=-priority%2Cposition
https://translate.koha-community.org/translate/koha/24-05/staff-prog/fa_ARAB/?checksum=28bf1f208fcb60c4&q=+source%3A%25+SET+&sort_by=-priority%2Cposition
https://translate.koha-community.org/translate/koha/main/staff-prog/fa_ARAB/?checksum=28bf1f208fcb60c4&q=+source%3A%25+SET+&sort_by=-priority%2Cposition

https://translate.koha-community.org/translate/koha/22-11/staff-prog/ca/?checksum=47311df64b1b946c&q=+source%3A%25+SET+&sort_by=-priority%2Cposition
https://translate.koha-community.org/translate/koha/22-11/staff-prog/fa_ARAB/?checksum=47311df64b1b946c&q=+source%3A%25+SET+&sort_by=-priority%2Cposition
https://translate.koha-community.org/translate/koha/22-11/staff-prog/te/?checksum=47311df64b1b946c&q=+source%3A%25+SET+&sort_by=-priority%2Cposition
https://translate.koha-community.org/translate/koha/23-05/staff-prog/ca/?checksum=47311df64b1b946c&q=+source%3A%25+SET+&sort_by=-priority%2Cposition
https://translate.koha-community.org/translate/koha/23-05/staff-prog/fa_ARAB/?checksum=47311df64b1b946c&q=+source%3A%25+SET+&sort_by=-priority%2Cposition
https://translate.koha-community.org/translate/koha/23-05/staff-prog/te/?checksum=47311df64b1b946c&q=+source%3A%25+SET+&sort_by=-priority%2Cposition


> 2. Is the status still "Critical"?

It seems fair until someone with rights on these languages/all languages
empties the translation or copy paste the source. Maybe the 2nd one is best?
That's the 1st group of strings. 28bf1f208fcb60c4

The 2nd group (47311df64b1b946c) needs only to have the variable name fixed.

And then for digging at the root cause could be major severity I guess.

----

(In reply to Jonathan Druart from comment #14)
> This feels hacky. IMO we should fix it properly (ie. not pick those strings
> for translation).

+1 to not pick or eliminate the uses of these weird conditions to insert line
breaks and generate links

1)
If not picking those strings, it must be kept in mind that the second group of
strings with breaking translations (47311df64b1b946c) is needed to be
translated:
[%% SET countries = [ "Afghanistan", "Albania",

Thankfully it's not needed anymore since 23.11 thanks to Bug 35091 :D
So if someone manages to exclude all "SET" TT tags it could be applied to main,
24.05, 23.11 and either we do not bother with older releases (just fix the
existing error in the links) or apply the current patch there.

2) If eliminating the structure are get picked up:
about display-library-address.inc and member-display-address-style.inc
Is that even needed? It might be dead code.
There are two [% PROCESS 'display-library-address' %]
And I don't see how the no_line_break variable would be set.

About pref_MARCOverlayRules_link it's from bug 29589 and likely
pref_CurbsidePickup_link is modeled after it. bug 29589 was already to fix a
translatability issue ^^"
Since then, is there know another trick known that could superseed the solution
of bug 29589 ?

But maybe we are not seeing any translation error on pref_MARCOverlayRules_link
and pref_CurbsidePickup_link because the final are scary enough that no one
thinks it's really something to translate ^^
%s %s [%% SET pref_MARCOverlayRules_link = '
%s [%% SET pref_CurbsidePickup_link = '
So maybe we can get away with these link generation cases?

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to