mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2025-04-20 13:33:37 +00:00
Merge branch 'generate_traduction' into 'dev'
Remove generated locales from git tree See merge request federez/re2o!362
This commit is contained in:
commit
d31a1e6e63
12 changed files with 6 additions and 1 deletions
.gitignoreapt_requirements.txt
cotisations/locale/fr/LC_MESSAGES
install_re2o.shlogs/locale/fr/LC_MESSAGES
machines/locale/fr/LC_MESSAGES
preferences/locale/fr/LC_MESSAGES
re2o/locale/fr/LC_MESSAGES
search/locale/fr/LC_MESSAGES
templates/locale/fr/LC_MESSAGES
topologie/locale/fr/LC_MESSAGES
users/locale/fr/LC_MESSAGES
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -5,7 +5,7 @@ __pycache__/
|
|||
*.swp
|
||||
|
||||
# Translations
|
||||
#*.mo TODO
|
||||
*.mo
|
||||
*.pot
|
||||
|
||||
# Django stuff
|
||||
|
|
|
@ -17,3 +17,4 @@ libjs-bootstrap
|
|||
fonts-font-awesome
|
||||
graphviz
|
||||
git
|
||||
gettext
|
||||
|
|
Binary file not shown.
|
@ -316,6 +316,10 @@ update_django() {
|
|||
echo "Collecting web frontend statics ..."
|
||||
python3 manage.py collectstatic --noinput
|
||||
echo "Collecting web frontend statics: Done"
|
||||
|
||||
echo "Generating locales ..."
|
||||
python3 manage.py compilemessages
|
||||
echo "Generating locales: Done"
|
||||
}
|
||||
|
||||
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Add table
Reference in a new issue