Skip to content

Remove spaces in project name on credits pages

Midgard requested to merge projectname_no_spaces into master

Change all "Pepper & Carrot"s in all episodes and all languages to "Pepper&Carrot", without the spaces, as per Deevad's preference (IRC discussion on 2017-12-13 at 21:30 CET).

This applies only to languages that use the name "Pepper&Carrot" unmodified: in the Latin alphabet, and without translated/transliterated names.

Command used to do the modifications

find -name "*.svg" -exec
  sed -ri '/sodipodi:|inkscape:/!{
    s/(Pepper) +(&) +(Carrot)/\1\2\3/
  }' '{}' \;

Plot of 'spaced' project names

79 pages are affected.

Plot showing the distribution of 'spaced' project names. There is a heavy surge starting at episode 16.
Edited by Midgard

Merge request reports