Add navbar trans

This commit is contained in:
cuom1999 2022-05-30 17:19:46 -05:00
parent d1d0c6e1f4
commit 4ef9e09c6e
3 changed files with 369 additions and 15 deletions

View file

@ -165,6 +165,13 @@ msgstr ""
"w",
encoding="utf-8",
) as potfile:
potfile.write(
"""
msgid ""
msgstr ""
"Content-Type: text/plain; charset=utf-8\\n"
""")
if self.verbosity > 1:
self.stdout.write("processing navigation bar")
for label in NavigationBar.objects.values_list("label", flat=True):