Skip to content

Commit

Permalink
Add binary translation files
Browse files Browse the repository at this point in the history
  • Loading branch information
chrysle committed Nov 17, 2024
1 parent c3d3933 commit b815081
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 1 deletion.
Binary file modified inyoka/forum/locale/de_DE/LC_MESSAGES/django.mo
Binary file not shown.
Binary file modified inyoka/ikhaya/locale/de_DE/LC_MESSAGES/django.mo
Binary file not shown.
Binary file modified inyoka/locale/de_DE/LC_MESSAGES/django.mo
Binary file not shown.
Binary file modified inyoka/markup/locale/de_DE/LC_MESSAGES/django.mo
Binary file not shown.
Binary file modified inyoka/pastebin/locale/de_DE/LC_MESSAGES/django.mo
Binary file not shown.
Binary file modified inyoka/planet/locale/de_DE/LC_MESSAGES/django.mo
Binary file not shown.
Binary file modified inyoka/portal/locale/de_DE/LC_MESSAGES/django.mo
Binary file not shown.
Binary file modified inyoka/wiki/locale/de_DE/LC_MESSAGES/django.mo
Binary file not shown.
1 change: 0 additions & 1 deletion inyoka/wiki/macros.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,6 @@ def build_node(self, context, format):
if ':' not in part:
continue
key = part.split(':')[0].strip()
print(key)
values = [x.strip() for x in part.split(':')[1].split(',')]
mapping.extend([(key, x) for x in values])
mapping = MultiMap(mapping)
Expand Down

0 comments on commit b815081

Please sign in to comment.