Merge pull request #1105 from adafruit/tannewt-patch-3
Fix translation newlines
This commit is contained in:
commit
3700bc83b3
@ -58,7 +58,7 @@ C_ESCAPES = {
|
|||||||
"\a": "\\a",
|
"\a": "\\a",
|
||||||
"\b": "\\b",
|
"\b": "\\b",
|
||||||
"\f": "\\f",
|
"\f": "\\f",
|
||||||
"\n": "\\r",
|
"\n": "\\n",
|
||||||
"\r": "\\r",
|
"\r": "\\r",
|
||||||
"\t": "\\t",
|
"\t": "\\t",
|
||||||
"\v": "\\v",
|
"\v": "\\v",
|
||||||
|
Loading…
Reference in New Issue
Block a user