Skip to content

Commit c411084

Browse files
committed
fix github
1 parent bf97ade commit c411084

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/l10n.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: L10n (Localization)
22

3-
# spell-checker:ignore (people) reactivecircus Swatinem dtolnay taiki nextest
4-
# spell-checker:ignore (misc) noaudio pkill swiftshader esac sccache pcoreutils shopt subshell dequote
3+
# spell-checker: disable
54

65
on:
76
pull_request:
@@ -317,10 +316,6 @@ jobs:
317316
echo "✓ SUCCESS: French locale integration test passed - found $french_strings_found French strings"
318317
else
319318
echo "⚠ WARNING: No French strings were detected, but commands executed successfully"
320-
echo "This may indicate that:"
321-
echo " 1. The localization system is not loading French translations"
322-
echo " 2. The system locale is not being properly detected"
323-
echo " 3. French translations are not available for the tested strings"
324319
exit 1
325320
fi
326321
env:

0 commit comments

Comments
 (0)