Update cs.po with the mice instead of hedgehog#462
Conversation
Apodemus uralensis cimrmani is one and only endemic taxon vertebrate animal in the Czech republic, so it should be in the Czech translation instead of the hedgehog
That's hard to judge for me. The |
mvidner
left a comment
There was a problem hiding this comment.
The team evolves, so the mascot can evolve too :) Go ahead
mlandres
left a comment
There was a problem hiding this comment.
NewLines and literal BackSlashes need to be fixed.
| " \\\\\\\\\\\n" | ||
| " \\\\\\\\\\\\\\__o\n" | ||
| "__\\\\\\\\\\\\\\'/_" | ||
| " (o)(o)--." |
There was a problem hiding this comment.
| " (o)(o)--." | |
| " (o)(o)--.\n" |
1st line needs a NewLine char \n appended.
| " \\\\\\\\\\\\\\__o\n" | ||
| "__\\\\\\\\\\\\\\'/_" | ||
| " (o)(o)--." | ||
| " \oo/ ( )" |
There was a problem hiding this comment.
| " \oo/ ( )" | |
| " \\oo/ ( )\n" |
Inside a Cstring a literal BackSlash (\) needs to be escaped \\.
2nd line needs a NewLine char \n appended.
| "__\\\\\\\\\\\\\\'/_" | ||
| " (o)(o)--." | ||
| " \oo/ ( )" | ||
| " m\/m--m'`--------." |
There was a problem hiding this comment.
| " m\/m--m'`--------." | |
| " m\\/m--m'`--------." |
Inside a Cstring a literal BackSlash (\) needs to be escaped \\.
(No NewLine char on the last line.)"
Apodemus uralensis cimrmani is one and only endemic taxon vertebrate animal in the Czech republic, so it should be in the Czech translation instead of the hedgehog