aboutsummaryrefslogtreecommitdiff
path: root/.markdownlint.json
diff options
context:
space:
mode:
authorGravatar Inverle <inverle@proton.me> 2025-07-16 16:11:51 +0200
committerGravatar GitHub <noreply@github.com> 2025-07-16 16:11:51 +0200
commitf9a42adadec9acd259c205727c95bd6f376dfbc5 (patch)
treeb576ba4ac948466389de30487c506ae04dd71d24 /.markdownlint.json
parent5f61e426dc90b7b697a46da009af2fc88eed3ad0 (diff)
Show translation status in README.md (#7715)
* Show translation status in README.md * Fix colon * markdownlint: Allow tag `<translations>` * Use mostly Unicode flags instead * Only `oc.svg` remains in an image format * `check.translation.php` still supports `.png` even though there aren't any PNGs as of right now * Fix CodeSniffer * Attempt approach with generating local SVGs * Fixes for local SVG approach * Cleanup old code * PHPStan fix * Remove decimal precision from percentages * Suggestions + better error messages * codesniffer fix v2 * Revert `ghSearchUrl` change * Generate readme * Fix syntax highlight, maybe * Regenerate * Update help message * Use existing translation files instead of .txt * Add test against wrong Unicode flag --------- Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to '.markdownlint.json')
-rw-r--r--.markdownlint.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/.markdownlint.json b/.markdownlint.json
index 05965131e..c071b6fa2 100644
--- a/.markdownlint.json
+++ b/.markdownlint.json
@@ -6,7 +6,7 @@
"line-length": false,
"no-hard-tabs": false,
"no-inline-html": {
- "allowed_elements": ["br", "img", "kbd"]
+ "allowed_elements": ["br", "img", "kbd", "translations"]
},
"no-multiple-blanks": {
"maximum": 2