From fe5571163c78005e5adeb08ffa1c70124419ee3a Mon Sep 17 00:00:00 2001 From: Petter Reinholdtsen Date: Mon, 26 Oct 2020 23:43:54 +0100 Subject: [PATCH] Fix es build. --- fixup-docbook-translated.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fixup-docbook-translated.rb b/fixup-docbook-translated.rb index 775fc36..2d084a9 100644 --- a/fixup-docbook-translated.rb +++ b/fixup-docbook-translated.rb @@ -38,11 +38,11 @@ if 'es' == lang # Some formatting issues we need to modify attrib_text.gsub!(/Paul y Sarah/, 'Paul y Sarah') - attrib_text.gsub!(/Merkley (CEO.*)/, 'Merkley \1') + attrib_text.gsub!(/Merkley,? (CEO.*)/, 'Merkley \1') attrib_text.gsub!(/Wolf (Ins.*)/, 'Wolf \1') attrib.remove - title.after('
%s
' % attrib_text) + title.after('
%s
' % attrib_text) log 1, 'Moved: %s' % attrib_text end end -- 2.47.2