Skip to content

Commit

Permalink
Sync translations (#1490)
Browse files Browse the repository at this point in the history
  • Loading branch information
rafalp authored Mar 19, 2023
1 parent 2633477 commit bc6fd1c
Show file tree
Hide file tree
Showing 44 changed files with 43,529 additions and 20,820 deletions.
2 changes: 2 additions & 0 deletions dev
Original file line number Diff line number Diff line change
Expand Up @@ -322,9 +322,11 @@ if [[ $1 ]]; then
elif [[ $1 = "txpush" ]]; then
txpush
elif [[ $1 = "txsync" ]]; then
rm -rf ./misago/locale/en
makemessages en
txpush
txpull
compilemessages
elif [[ $1 = "bash" ]]; then
run_bash
elif [[ $1 = "manage.py" ]]; then
Expand Down
4 changes: 2 additions & 2 deletions misago/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from .plugins.pluginlist import load_plugin_list_if_exists


__version__ = "0.30.0.dev2"
__released__ = False
__version__ = "0.30.0"
__released__ = True
Binary file modified misago/locale/en/LC_MESSAGES/django.mo
Binary file not shown.
Loading

0 comments on commit bc6fd1c

Please sign in to comment.