Index: translate/convert/xliff2po.py
===================================================================
--- translate/convert/xliff2po.py (revision 7848)
+++ translate/convert/xliff2po.py (working copy)
@@ -42,6 +42,11 @@
thepo.source = transunit.source
thepo.target = transunit.target
+ #Context
+ context = transunit.getcontextgroups('po-1025')
+ if context:
+ thepo.setcontext(context[0][0][1])
+
#Location comments
locations = transunit.getlocations()
if locations: