We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f23005 commit 17a4008Copy full SHA for 17a4008
backend/import.py
@@ -92,6 +92,7 @@ def import_tree(
92
state=state,
93
origin=self.origin,
94
active=active,
95
+ lang=root_msg.lang or "en",
96
)
97
self.db.add(mts)
98
return mts, root_msg
0 commit comments