summaryrefslogtreecommitdiff
path: root/i18n-diff-auditor
diff options
context:
space:
mode:
Diffstat (limited to 'i18n-diff-auditor')
-rwxr-xr-xi18n-diff-auditor2
1 files changed, 2 insertions, 0 deletions
diff --git a/i18n-diff-auditor b/i18n-diff-auditor
index 8ec5e9f..c3630b6 100755
--- a/i18n-diff-auditor
+++ b/i18n-diff-auditor
@@ -210,6 +210,8 @@ sub analyse_chunk_core () {
$next_x->();
$next_y->();
next if $x->{E} eq $y->{E};
+ next if $x->{E} eq 'sprintf' and $y->{E} eq 'f_';
+ next if $x->{E} eq 'die' and $y->{E} eq 'confess';
if ($y->{E} eq '+'
and @ys >= 3
and $ys[0]{E} eq '('