implement fluent (ftl) check

Fluent is file format used by Firefox and other programs for translation strings.
This commit is contained in:
Sylvestre Ledru 2025-06-21 13:29:16 +02:00
parent ec458dc1db
commit 9f9fdd6663
4 changed files with 300 additions and 0 deletions

View file

@ -35,6 +35,7 @@ console_scripts =
check-case-conflict = pre_commit_hooks.check_case_conflict:main
check-docstring-first = pre_commit_hooks.check_docstring_first:main
check-executables-have-shebangs = pre_commit_hooks.check_executables_have_shebangs:main
check-fluent = pre_commit_hooks.check_fluent:main
check-json = pre_commit_hooks.check_json:main
check-merge-conflict = pre_commit_hooks.check_merge_conflict:main
check-shebang-scripts-are-executable = pre_commit_hooks.check_shebang_scripts_are_executable:main