Browse Source

Merge branch 'generate_traduction' into 'dev'

Remove generated locales from git tree

See merge request federez/re2o!362
Fix_Hash_Check_Very_Old_Passwd
grizzly 7 years ago
parent
commit
d31a1e6e63
  1. 2
      .gitignore
  2. 1
      apt_requirements.txt
  3. BIN
      cotisations/locale/fr/LC_MESSAGES/django.mo
  4. 4
      install_re2o.sh
  5. BIN
      logs/locale/fr/LC_MESSAGES/django.mo
  6. BIN
      machines/locale/fr/LC_MESSAGES/django.mo
  7. BIN
      preferences/locale/fr/LC_MESSAGES/django.mo
  8. BIN
      re2o/locale/fr/LC_MESSAGES/django.mo
  9. BIN
      search/locale/fr/LC_MESSAGES/django.mo
  10. BIN
      templates/locale/fr/LC_MESSAGES/django.mo
  11. BIN
      topologie/locale/fr/LC_MESSAGES/django.mo
  12. BIN
      users/locale/fr/LC_MESSAGES/django.mo

2
.gitignore

@ -5,7 +5,7 @@ __pycache__/
*.swp
# Translations
#*.mo TODO
*.mo
*.pot
# Django stuff

1
apt_requirements.txt

@ -17,3 +17,4 @@ libjs-bootstrap
fonts-font-awesome
graphviz
git
gettext

BIN
cotisations/locale/fr/LC_MESSAGES/django.mo

Binary file not shown.

4
install_re2o.sh

@ -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"
}

BIN
logs/locale/fr/LC_MESSAGES/django.mo

Binary file not shown.

BIN
machines/locale/fr/LC_MESSAGES/django.mo

Binary file not shown.

BIN
preferences/locale/fr/LC_MESSAGES/django.mo

Binary file not shown.

BIN
re2o/locale/fr/LC_MESSAGES/django.mo

Binary file not shown.

BIN
search/locale/fr/LC_MESSAGES/django.mo

Binary file not shown.

BIN
templates/locale/fr/LC_MESSAGES/django.mo

Binary file not shown.

BIN
topologie/locale/fr/LC_MESSAGES/django.mo

Binary file not shown.

BIN
users/locale/fr/LC_MESSAGES/django.mo

Binary file not shown.
Loading…
Cancel
Save