Skip to content

Commit

Permalink
Merge pull request #3016 from bookwyrm-social/release-changes
Browse files Browse the repository at this point in the history
Updates locales and version number for release
  • Loading branch information
mouse-reeve authored Oct 2, 2023
2 parents e4ba091 + fcfe34f commit bcfd4d2
Show file tree
Hide file tree
Showing 38 changed files with 6,158 additions and 3,622 deletions.
4 changes: 2 additions & 2 deletions bookwyrm/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
env = Env()
env.read_env()
DOMAIN = env("DOMAIN")
VERSION = "0.6.5"
VERSION = "0.6.6"

RELEASE_API = env(
"RELEASE_API",
Expand All @@ -24,7 +24,7 @@
PAGE_LENGTH = env.int("PAGE_LENGTH", 15)
DEFAULT_LANGUAGE = env("DEFAULT_LANGUAGE", "English")

JS_CACHE = "b972a43c"
JS_CACHE = "ac315a3b"

# email
EMAIL_BACKEND = env("EMAIL_BACKEND", "django.core.mail.backends.smtp.EmailBackend")
Expand Down
2 changes: 1 addition & 1 deletion bookwyrm/templates/import/import.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ <h1 class="title">{% trans "Import Books" %}</h1>
{% if import_size_limit and import_limit_reset %}
<div class="notification">
<p>
{% blocktrans count days=import_limit_reset with display_size=import_size_limit|intcomma %}
{% blocktrans trimmed count days=import_limit_reset with display_size=import_size_limit|intcomma %}
Currently, you are allowed to import {{ display_size }} books every {{ import_limit_reset }} day.
{% plural %}
Currently, you are allowed to import {{ import_size_limit }} books every {{ import_limit_reset }} days.
Expand Down
Binary file modified locale/ca_ES/LC_MESSAGES/django.mo
Binary file not shown.
Loading

0 comments on commit bcfd4d2

Please sign in to comment.