aboutsummaryrefslogtreecommitdiff
path: root/docs/i18n
diff options
context:
space:
mode:
authorGravatar Inverle <inverle@proton.me> 2025-08-08 17:39:38 +0200
committerGravatar GitHub <noreply@github.com> 2025-08-08 17:39:38 +0200
commitd9197d7e32a97f29829ffd4cf4371b1853e51fa2 (patch)
tree83549245e159f9cbdad05868a359afcf278bec79 /docs/i18n
parenta3854c2f5978ab40c023c8bdf9b4be96eca3ef22 (diff)
New JS attribute: `data-auto-leave-validation` (#7785)
Instead of a repeating pattern like: `<input type="text" value="something" data-leave-validation="something">`, you can now put a `data-auto-leave-validation="1"` attribute on a `<form>` for example, and it will automatically set the `data-leave-validation` attributes inside the form elements. `data_auto_leave_validation(parent)` from `extra.js` is called on slider open and page load. --------- Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr> Co-authored-by: Frans de Jonge <fransdejonge@gmail.com>
Diffstat (limited to 'docs/i18n')
-rw-r--r--docs/i18n/flags/gen/fi.svg2
-rw-r--r--docs/i18n/flags/gen/sk.svg4
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/i18n/flags/gen/fi.svg b/docs/i18n/flags/gen/fi.svg
index 9260a3dab..feec22330 100644
--- a/docs/i18n/flags/gen/fi.svg
+++ b/docs/i18n/flags/gen/fi.svg
@@ -2,6 +2,6 @@
<svg xmlns="http://www.w3.org/2000/svg" width="70" height="20">
<g fill="white" font-size="12" font-family="Verdana" text-anchor="middle">
<rect rx="3" width="70" height="20" fill="green" />
- <text x="34" y="14">🇫🇮 94%</text>
+ <text x="34" y="14">🇫🇮 93%</text>
</g>
</svg> \ No newline at end of file
diff --git a/docs/i18n/flags/gen/sk.svg b/docs/i18n/flags/gen/sk.svg
index d5c8a02a8..5be810f48 100644
--- a/docs/i18n/flags/gen/sk.svg
+++ b/docs/i18n/flags/gen/sk.svg
@@ -1,7 +1,7 @@
<!-- This file is automatically generated by `cli/check.translation.php -g` -->
<svg xmlns="http://www.w3.org/2000/svg" width="70" height="20">
<g fill="white" font-size="12" font-family="Verdana" text-anchor="middle">
- <rect rx="3" width="70" height="20" fill="green" />
- <text x="34" y="14">🇸🇰 90%</text>
+ <rect rx="3" width="70" height="20" fill="gold" />
+ <text x="34" y="14">🇸🇰 89%</text>
</g>
</svg> \ No newline at end of file