comparison roundup/admin.py @ 7078:537b24c593af

prompt in admin interface should not be marked for translation. This is not something that an external translator should translate.
author John Rouillard <rouilj@ieee.org>
date Fri, 25 Nov 2022 14:53:07 -0500
parents d3d20e145cea
children f72ce883e677
comparison
equal deleted inserted replaced
7077:5bc36b65d06b 7078:537b24c593af
1823 except ImportError: 1823 except ImportError:
1824 print(_('Note: command history and editing not available')) 1824 print(_('Note: command history and editing not available'))
1825 1825
1826 while 1: 1826 while 1:
1827 try: 1827 try:
1828 command = my_input(_('roundup> ')) 1828 command = my_input('roundup> ')
1829 except EOFError: 1829 except EOFError:
1830 print(_('exit...')) 1830 print(_('exit...'))
1831 break 1831 break
1832 if not command: continue # noqa: E701 1832 if not command: continue # noqa: E701
1833 try: 1833 try:

Roundup Issue Tracker: http://roundup-tracker.org/