summaryrefslogtreecommitdiff
path: root/po/compile.py
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-07-22 18:02:25 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-07-22 18:02:25 +0300
commit8fa777a1a633e4b09e02c3725880447c6f37dcb3 (patch)
tree6351c8a048abe98126d871ff5122f2b3639f085d /po/compile.py
parentbc07d618e27147a8510f2077d0e3708aaa467e27 (diff)
Preferences: Added setting for Return key behavior
Diffstat (limited to 'po/compile.py')
-rwxr-xr-xpo/compile.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/po/compile.py b/po/compile.py
index 257f9b6f..e1839e2e 100755
--- a/po/compile.py
+++ b/po/compile.py
@@ -25,7 +25,8 @@ ESCAPES = {
25 '"': '"', 25 '"': '"',
26 'n': '\n', 26 'n': '\n',
27 'r': '\r', 27 'r': '\r',
28 't': '\t' 28 't': '\t',
29 'v': '\v',
29} 30}
30 31
31if '--new' in sys.argv: 32if '--new' in sys.argv: