mirror of
https://gh.wpcy.net/https://github.com/WeblateOrg/weblate.git
synced 2026-05-07 08:38:22 +08:00
7 lines
138 B
Bash
Executable file
7 lines
138 B
Bash
Executable file
#!/bin/sh
|
|
|
|
# Gerates .mo files used for runtime translating Weblate
|
|
|
|
set -e
|
|
|
|
./manage.py compilemessages --settings=weblate.settings_test
|