From 34a4b63c754e8cf432849fbbb05eb29cc2485a6d Mon Sep 17 00:00:00 2001 From: Sappstal <88688508+Sappstal@users.noreply.github.com> Date: Thu, 26 Sep 2024 23:03:39 +0200 Subject: [PATCH] Update extras.dart Updated to properly detect and handle edited files in Catalan --- lib/extras.dart | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/extras.dart b/lib/extras.dart index 7c3d4b4c..edb47702 100644 --- a/lib/extras.dart +++ b/lib/extras.dart @@ -23,6 +23,8 @@ const extraFormats = [ '-modifié', // ES - @Sappstal report '-ha editado', + // CA - @Sappstal report + '-editat', // Add more "edited" flags in more languages if you want. // They need to be lowercase. ];