Skip to content

Commit

Permalink
compile message catalogs
Browse files Browse the repository at this point in the history
  • Loading branch information
mmerickel committed Jan 3, 2023
1 parent cf0a71e commit dcec3bc
Show file tree
Hide file tree
Showing 18 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ Extract new messages:
$ PY=.tox/py311/bin/python
$ "$PY" setup.py extract_messages
$ find src/colander/locale -type d -depth 1 -exec basename {} \; | xargs -n 1 "$PY" setup.py update_catalog -l
$ find src/colander/locale -type d -depth 1 -exec basename {} \; | xargs -n 1 "$PY" setup.py compile_catalog -l

Contributing documentation
--------------------------
Expand Down
Binary file modified src/colander/locale/cs/LC_MESSAGES/colander.mo
Binary file not shown.
Binary file modified src/colander/locale/de/LC_MESSAGES/colander.mo
Binary file not shown.
Binary file modified src/colander/locale/el/LC_MESSAGES/colander.mo
Binary file not shown.
Binary file modified src/colander/locale/es/LC_MESSAGES/colander.mo
Binary file not shown.
Binary file modified src/colander/locale/fi/LC_MESSAGES/colander.mo
Binary file not shown.
Binary file modified src/colander/locale/fr/LC_MESSAGES/colander.mo
Binary file not shown.
Binary file modified src/colander/locale/it/LC_MESSAGES/colander.mo
Binary file not shown.
Binary file modified src/colander/locale/ja/LC_MESSAGES/colander.mo
Binary file not shown.
Binary file modified src/colander/locale/nl/LC_MESSAGES/colander.mo
Binary file not shown.
Binary file modified src/colander/locale/pl/LC_MESSAGES/colander.mo
Binary file not shown.
Binary file modified src/colander/locale/pt/LC_MESSAGES/colander.mo
Binary file not shown.
Binary file modified src/colander/locale/pt_BR/LC_MESSAGES/colander.mo
Binary file not shown.
Binary file modified src/colander/locale/ro/LC_MESSAGES/colander.mo
Binary file not shown.
Binary file modified src/colander/locale/ru/LC_MESSAGES/colander.mo
Binary file not shown.
Binary file modified src/colander/locale/sv/LC_MESSAGES/colander.mo
Binary file not shown.
Binary file modified src/colander/locale/zh_Hans/LC_MESSAGES/colander.mo
Binary file not shown.
Binary file modified src/colander/locale/zh_Hant/LC_MESSAGES/colander.mo
Binary file not shown.

0 comments on commit dcec3bc

Please sign in to comment.