X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/ca911e928ece17f3e697ef0cd970cc0f9b83a1ae..abf35182a77602926540f37e537b3b31330eac62:/script/locale/diff diff --git a/script/locale/diff b/script/locale/diff index 7ddfb3eb3..90ab8ed19 100755 --- a/script/locale/diff +++ b/script/locale/diff @@ -124,7 +124,7 @@ sub print_key_differences sub untranslated_keys { my ($from_parsed, $to_parsed) = @_; - grep { not exists $to_parsed->{$_} or $from_parsed->{$_} eq $to_parsed->{$_} } keys %$from_parsed; + sort grep { not exists $to_parsed->{$_} or $from_parsed->{$_} eq $to_parsed->{$_} } keys %$from_parsed; } sub prune_untranslated_with_blacklist @@ -140,10 +140,6 @@ sub prune_untranslated_with_blacklist my %bw_list = (%$default, %$this_language); - use feature ':5.10'; - use Data::Dump 'dump'; - say STDERR dump \%bw_list; - while (my ($key, $blacklisted) = each %bw_list) { # FIXME: Does syck actually support true/false booleans in yaml? @@ -203,6 +199,10 @@ untranslated_values: html.dir: true layouts.intro_3_bytemark: true layouts.intro_3_ucl: true + layouts.project_name.h1: true + layouts.project_name.title: true + site.index.license.license_url: true + site.index.license.project_url: true de: layouts.export: true