Inter-object navigation.
This commit is contained in:
parent
7cdc3c1ed6
commit
d9484b104e
10 changed files with 247 additions and 48 deletions
|
@ -85,6 +85,7 @@ class PoMessage:
|
|||
GOTO_PREVIOUS = 'Go to previous'
|
||||
GOTO_NEXT = 'Go to next'
|
||||
GOTO_LAST = 'Go to end'
|
||||
GOTO_SOURCE = 'Go back'
|
||||
|
||||
def __init__(self, id, msg, default, fuzzy=False, comments=[]):
|
||||
self.id = id
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue