Recent Issues
|
Sign in
with your
Google
Account to create issues and add comments
Issue 65:
xliff2po & po2xliff should handle context
Unified Diff
File: translate/storage/base.py
Patch Set: A more complete patch, supporting CPO and pypo
Jump to:
Index: translate/storage/base.py
===================================================================
--- translate/storage/base.py (revision 7897)
+++ translate/storage/base.py (working copy)
@@ -160,6 +160,10 @@
"""Get the message context."""
return ""
+ def setcontext(self, context):
+ """Sets the message context"""
+ pass
+
def getnotes(self, origin=None):
"""Returns all notes about this unit.