From 1deff337fe28286ee74b844bd9d23069eddca56f Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Wed, 18 Mar 2026 23:22:33 +0000 Subject: [PATCH] Skip the run and vendor directory when updating the translations. --- language/update.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/language/update.sh b/language/update.sh index 20a0abc5b..cd1673a37 100755 --- a/language/update.sh +++ b/language/update.sh @@ -15,6 +15,8 @@ fi find ../ \ ! -path '../docs/*' \ -a ! -path '../modules/third/*' \ + -a ! -path '../run/*' \ + -a ! -path '../vendor/*' \ -a \( -name '*.cpp' \ -o -name '*.h' \ -o -name '*.conf' \