From 3854feed87f3128030e08c4ddb8faad4927979fd Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Sun, 14 Feb 2021 11:21:07 +0100 Subject: [PATCH] format verifier: ignore one more entry in the Turkish translation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit …%100… as a translation for …100%…; the string isn't used in Qt, therefore OK. --- rake.d/format_string_verifier.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rake.d/format_string_verifier.rb b/rake.d/format_string_verifier.rb index 86c477050..fdb854137 100755 --- a/rake.d/format_string_verifier.rb +++ b/rake.d/format_string_verifier.rb @@ -5,7 +5,7 @@ class FormatStringVerifier language = file_name.gsub(%r{.*/|\.po$}, '') to_ignore = { 'eu' => [ '74f8165349457fb0d89a559ffa83c4b3b3c1993b', 'aa8f04e33094d67c75256a298364323f38967abf' ], - 'tr' => [ '62fc63d5ae795e24fcdbdfd5ec300c7bf5e46b76' ], + 'tr' => [ '1934766bc7b88d6824e95d50e313ca3e129e62e7', '62fc63d5ae795e24fcdbdfd5ec300c7bf5e46b76' ], } entries = read_po(file_name).