summaryrefslogtreecommitdiff
path: root/po/subdir.mk
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2018-07-31 14:01:12 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2018-07-31 14:55:21 -0400
commit813db08fe76007142b5a1c00e2e160d56c82ae32 (patch)
tree8503975616945eaa901512fac27a9b9c24970bf7 /po/subdir.mk
parent12a6aad73c4d48a89e020899b643ea495143e298 (diff)
po/es: Fixup whitespace
There are quite a few places where a line ends `foo"`, and the next line picks up `"bar`; with neither line containing a space separating "foo" from "bar". The results in the words getting munged together in to "foobar" rather than "foo bar". Here's how I searched for these: cat *.po|ruby -e 'puts STDIN.read().gsub(/"\n\s*"/, "\"\"")'|sed -r 's/^msg(str|id) """/msg\1 "/'|grep -vE '^msgstr\s+"Project-Id-Version:'|grep '\S""\S' There are 5 false-positives that are reflections of where msguniq decided to split a flag or path in the .pot file.
Diffstat (limited to 'po/subdir.mk')
0 files changed, 0 insertions, 0 deletions