From 4803482125ba1c879401ca51304cd0e48426ba09 Mon Sep 17 00:00:00 2001 From: Julian Sparber Date: Thu, 31 Mar 2022 13:45:32 +0200 Subject: [PATCH] Don't check .po files for typos --- .typos.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.typos.toml b/.typos.toml index 3180b948..1c738351 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