Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(54)

Issue 65: xliff2po & po2xliff should handle context

Unified Diff

File: translate/storage/base.py
Patch Set: A more complete patch, supporting CPO and pypo Created 1 year, 4 months ago
Jump to:
View side by-side-diff with in line comments
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.
         

Powered by Google App Engine
This is Rietveld r159