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