From: Petter Reinholdtsen Date: Mon, 26 Oct 2020 22:43:54 +0000 (+0100) Subject: Fix es build. X-Git-Tag: nb-printed-2020-11-13~34 X-Git-Url: https://pere.pagekite.me/gitweb/text-madewithcc.git/commitdiff_plain/fe5571163c78005e5adeb08ffa1c70124419ee3a?ds=sidebyside;hp=6183e7e6f3b7fa1dcfc7b921b74c4e7a1074c6d4 Fix es build. --- 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