Skip to content

Commit

Permalink
enable fork-locale and translations
Browse files Browse the repository at this point in the history
  • Loading branch information
goapunk committed Feb 15, 2024
1 parent e2b984d commit a8399d4
Show file tree
Hide file tree
Showing 9 changed files with 26,562 additions and 2 deletions.
4 changes: 2 additions & 2 deletions adhocracy-plus/config/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@
LOCALE_PATHS = [
# use the first line in branches and forks to keep the original translations
# from main branch and overwrite or add extra translations in fork
# os.path.join(BASE_DIR, 'locale-fork/locale'),
os.path.join(BASE_DIR, "locale-source/locale")
os.path.join(BASE_DIR, "locale-fork/locale"),
os.path.join(BASE_DIR, "locale-source/locale"),
]

TEMPLATES = [
Expand Down
5,230 changes: 5,230 additions & 0 deletions locale-fork/locale/de/LC_MESSAGES/django.po

Large diffs are not rendered by default.

1,410 changes: 1,410 additions & 0 deletions locale-fork/locale/de/LC_MESSAGES/djangojs.po

Large diffs are not rendered by default.

5,230 changes: 5,230 additions & 0 deletions locale-fork/locale/en/LC_MESSAGES/django.po

Large diffs are not rendered by default.

1,410 changes: 1,410 additions & 0 deletions locale-fork/locale/en/LC_MESSAGES/djangojs.po

Large diffs are not rendered by default.

5,230 changes: 5,230 additions & 0 deletions locale-fork/locale/nl/LC_MESSAGES/django.po

Large diffs are not rendered by default.

1,410 changes: 1,410 additions & 0 deletions locale-fork/locale/nl/LC_MESSAGES/djangojs.po

Large diffs are not rendered by default.

5,230 changes: 5,230 additions & 0 deletions locale-fork/locale/tr/LC_MESSAGES/django.po

Large diffs are not rendered by default.

1,410 changes: 1,410 additions & 0 deletions locale-fork/locale/tr/LC_MESSAGES/djangojs.po

Large diffs are not rendered by default.

0 comments on commit a8399d4

Please sign in to comment.