[fractal] Don't check .po files for typos



commit 4803482125ba1c879401ca51304cd0e48426ba09
Author: Julian Sparber <julian sparber net>
Date:   Thu Mar 31 13:45:32 2022 +0200

    Don't check .po files for typos

 .typos.toml | 4 ++++
 1 file changed, 4 insertions(+)
---
diff --git a/.typos.toml b/.typos.toml
index 3180b9482..1c738351c 100644
--- a/.typos.toml
+++ b/.typos.toml
@@ -1,3 +1,7 @@
 [default.extend-words]
 gir = "gir"
 inout = "inout"
+
+[type.po]
+extend-glob = ["*.po"]
+check-file = false


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]