-
-
Notifications
You must be signed in to change notification settings - Fork 400
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: support for accented language less taxonomy entries + images #8218
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perfect !
(ok 90% perfect, as you didn't add tests on get_tag_image
😉 )
# Add a version string to the taxonomy data | ||
# Change this version string if you want to force the taxonomies to be rebuilt | ||
# e.g. if the taxonomy building algorithm or configuration has changed | ||
# This needs to be done also when the unaccenting parameters for languages set in Config.pm are changed | ||
|
||
$sha1->add("20230316 - made xx: unaccented"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very good idea :-)
@alexgarel Actually there are 2, and one of them is failing... :-(
|
Codecov Report
@@ Coverage Diff @@
## main #8218 +/- ##
==========================================
+ Coverage 46.99% 47.06% +0.06%
==========================================
Files 104 104
Lines 20437 20448 +11
Branches 4650 4650
==========================================
+ Hits 9604 9623 +19
+ Misses 9684 9678 -6
+ Partials 1149 1147 -2
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Kudos, SonarCloud Quality Gate passed! |
Fixes #8212
Fixes #8217
This PR: