Skip to content

Commit

Permalink
Merge pull request #77 from ppfeufer/development
Browse files Browse the repository at this point in the history
[RELEASE] v1.13.2
  • Loading branch information
ppfeufer authored Sep 26, 2023
2 parents b855248 + 9b4e705 commit 044173e
Show file tree
Hide file tree
Showing 32 changed files with 570 additions and 398 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/automated-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.10'
python-version-file: 'pyproject.toml' # Read python version from a file pyproject.toml

- name: Run Pre Commit Checks
uses: pre-commit/action@v3.0.0
Expand Down Expand Up @@ -246,7 +246,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.8' # Minimum supported Python version by AllianceAuth
python-version-file: 'pyproject.toml' # Read python version from a file pyproject.toml

- name: Install Tools
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pypi-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.8' # Minimum supported Python version by AllianceAuth
python-version-file: 'pyproject.toml' # Read python version from a file pyproject.toml

- name: Install Tools
run: |
Expand Down
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ repos:
)
- repo: https://github.com/pre-commit/mirrors-eslint
rev: v8.49.0
rev: v8.50.0
hooks:
- id: eslint
exclude: |
Expand Down Expand Up @@ -120,14 +120,14 @@ repos:
)
- repo: https://github.com/adamchainz/django-upgrade
rev: 1.14.1
rev: 1.15.0
hooks:
- id: django-upgrade
args:
- --target-version=4.0

- repo: https://github.com/asottile/pyupgrade
rev: v3.11.0
rev: v3.13.0
hooks:
- id: pyupgrade
args:
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## \[In Development\] - Unreleased

## \[1.13.2\] - 2023-09-26

### Fixed

- Capitalization for translatable strings

### Changed

- Translations improved and updated

## \[1.13.1\] - 2023-09-02

### Changed
Expand Down
Binary file modified aa_bulletin_board/locale/de/LC_MESSAGES/django.mo
Binary file not shown.
86 changes: 47 additions & 39 deletions aa_bulletin_board/locale/de/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,22 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-08-02 15:50+0200\n"
"PO-Revision-Date: 2023-08-09 15:40+0000\n"
"POT-Creation-Date: 2023-09-24 16:29+0200\n"
"PO-Revision-Date: 2023-09-24 13:13+0000\n"
"Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
"Language-Team: German <https://weblate.ppfeufer.de/projects/"
"alliance-auth-apps/aa-bulletin-board/de/>\n"
"Language-Team: German <https://weblate.ppfeufer.de/projects/alliance-auth-"
"apps/aa-bulletin-board/de/>\n"
"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.18.2\n"
"X-Generator: Weblate 5.0.2\n"

#: __init__.py:12 templates/aa_bulletin_board/base.html:5
#: __init__.py:12 models.py:67 templates/aa_bulletin_board/base.html:5
#: templates/aa_bulletin_board/bulletin.html:5
#: templates/aa_bulletin_board/dashboard.html:6
#: templates/aa_bulletin_board/edit-bulletin.html:9
#: templates/aa_bulletin_board/edit-bulletin.html:11
#: templates/aa_bulletin_board/edit-bulletin.html:8
msgid "Bulletin Board"
msgstr "Bulletin Board"

Expand All @@ -41,6 +40,14 @@ msgstr ""
"Gruppenbeschränkungen bestehen, kann jeder der Zugriff auf dieses Modul hat, "
"dieses Bulletin lesen."

#: models.py:71
msgid "Can access this app"
msgstr "Kann auf diese App zugreifen"

#: models.py:72
msgid "Can manage (add/change/remove) bulletins"
msgstr "Kann Bulletins verwalten (hinzufügen/ändern/entfernen)"

#: models.py:81
msgid "Title"
msgstr "Titel"
Expand Down Expand Up @@ -75,50 +82,50 @@ msgstr "Bulletin"
msgid "Bulletins"
msgstr "Bulletins"

#: templates/aa_bulletin_board/bulletin.html:14
#: templates/aa_bulletin_board/dashboard.html:13
msgid "Add Bulletin"
msgstr "Bulletin hinzufügen"

#: templates/aa_bulletin_board/bulletin.html:22
#: templates/aa_bulletin_board/edit-bulletin.html:27
#: templates/aa_bulletin_board/bulletin.html:18
#: templates/aa_bulletin_board/edit-bulletin.html:34
msgid "Back"
msgstr "Zurück"

#: templates/aa_bulletin_board/bulletin.html:25
#: templates/aa_bulletin_board/dashboard.html:40
#: templates/aa_bulletin_board/bulletin.html:21
#: templates/aa_bulletin_board/dashboard.html:36
msgid "Edit"
msgstr "Bearbeiten"

#: templates/aa_bulletin_board/bulletin.html:26
#: templates/aa_bulletin_board/dashboard.html:41
#: templates/aa_bulletin_board/bulletin.html:22
#: templates/aa_bulletin_board/dashboard.html:37
msgid "Delete"
msgstr "Löschen"

#: templates/aa_bulletin_board/dashboard.html:26
#: templates/aa_bulletin_board/dashboard.html:22
msgid "This bulletin is restricted to the following group(s):"
msgstr "Dieses Bulletin ist auf die folgende(n) Gruppe(n) beschränkt:"

#: templates/aa_bulletin_board/dashboard.html:37
#: templates/aa_bulletin_board/dashboard.html:33
msgid "Read more"
msgstr "Weiter lesen"

#: templates/aa_bulletin_board/edit-bulletin.html:9
msgid "Edit Bulletin"
#: templates/aa_bulletin_board/edit-bulletin.html:11
msgid "Edit bulletin"
msgstr "Bulletin bearbeiten"

#: templates/aa_bulletin_board/edit-bulletin.html:11
msgid "Create New Bulletin"
msgstr "Neues Bulletin erstellen"
#: templates/aa_bulletin_board/edit-bulletin.html:14
#: templates/aa_bulletin_board/edit-bulletin.html:25
msgid "Create new bulletin"
msgstr "Neuen Bulletin erstellen"

#: templates/aa_bulletin_board/edit-bulletin.html:38
msgid "Update Bulletin"
#: templates/aa_bulletin_board/edit-bulletin.html:47
msgid "Update bulletin"
msgstr "Bulletin aktualisieren"

#: templates/aa_bulletin_board/edit-bulletin.html:38
msgid "Create Bulletin"
#: templates/aa_bulletin_board/edit-bulletin.html:49
msgid "Create bulletin"
msgstr "Bulletin erstellen"

#: templates/aa_bulletin_board/partials/common/bulletin-board-management.html:6
msgid "Add bulletin"
msgstr "Bulletin hinzufügen"

#: templates/aa_bulletin_board/partials/footer/app-translation-footer.html:5
msgid ""
"Do you want to help translate this app into your language or improve the "
Expand All @@ -131,31 +138,32 @@ msgstr ""
msgid "Join our team of translators!"
msgstr "Tritt unserm Team von Übersetzern bei!"

#: views.py:80
#: views.py:82
#, python-brace-format
msgid "Bulletin \"{bulletin__title}\" created."
msgstr "Bulletin \"{bulletin__title}\" erstellt."

#: views.py:123
#: views.py:125
msgid ""
"The bulletin you are looking for does not exist, or you don't have access to "
"it."
msgstr "Dieses Bulletin existiert nicht, oder Du hast keinen Zugriff darauf."
"The bulletin you are looking for does either not exist, or you don't have "
"access to it."
msgstr ""
"Dieses Bulletin existiert entweder nicht oder Du hast keinen Zugriff darauf."

#: views.py:165
#: views.py:167
#, python-brace-format
msgid "Bulletin \"{bulletin__title}\" updated."
msgstr "Bulletin \"{bulletin__title}\" aktualisiert."

#: views.py:184
#: views.py:186
msgid "The bulletin you are trying to edit does not exist."
msgstr "Das Bulletin das Du bearbeiten möchtest scheint nicht zu existieren."

#: views.py:208
#: views.py:210
#, python-brace-format
msgid "Bulletin \"{bulletin.title}\" deleted."
msgstr "Bulletin \"{bulletin.title}\" gelöscht."

#: views.py:215
#: views.py:217
msgid "The bulletin you are trying to delete does not exist."
msgstr "Das Bulletin das Du versuchst zu löschen scheint nicht zu existieren."
73 changes: 40 additions & 33 deletions aa_bulletin_board/locale/django.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-08-02 15:50+0200\n"
"POT-Creation-Date: 2023-09-24 16:29+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand All @@ -17,11 +17,10 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#: __init__.py:12 templates/aa_bulletin_board/base.html:5
#: __init__.py:12 models.py:67 templates/aa_bulletin_board/base.html:5
#: templates/aa_bulletin_board/bulletin.html:5
#: templates/aa_bulletin_board/dashboard.html:6
#: templates/aa_bulletin_board/edit-bulletin.html:9
#: templates/aa_bulletin_board/edit-bulletin.html:11
#: templates/aa_bulletin_board/edit-bulletin.html:8
msgid "Bulletin Board"
msgstr ""

Expand All @@ -37,6 +36,14 @@ msgid ""
"place, everyone who has access to this module can read this bulletin."
msgstr ""

#: models.py:71
msgid "Can access this app"
msgstr ""

#: models.py:72
msgid "Can manage (add/change/remove) bulletins"
msgstr ""

#: models.py:81
msgid "Title"
msgstr ""
Expand Down Expand Up @@ -71,48 +78,48 @@ msgstr ""
msgid "Bulletins"
msgstr ""

#: templates/aa_bulletin_board/bulletin.html:14
#: templates/aa_bulletin_board/dashboard.html:13
msgid "Add Bulletin"
msgstr ""

#: templates/aa_bulletin_board/bulletin.html:22
#: templates/aa_bulletin_board/edit-bulletin.html:27
#: templates/aa_bulletin_board/bulletin.html:18
#: templates/aa_bulletin_board/edit-bulletin.html:34
msgid "Back"
msgstr ""

#: templates/aa_bulletin_board/bulletin.html:25
#: templates/aa_bulletin_board/dashboard.html:40
#: templates/aa_bulletin_board/bulletin.html:21
#: templates/aa_bulletin_board/dashboard.html:36
msgid "Edit"
msgstr ""

#: templates/aa_bulletin_board/bulletin.html:26
#: templates/aa_bulletin_board/dashboard.html:41
#: templates/aa_bulletin_board/bulletin.html:22
#: templates/aa_bulletin_board/dashboard.html:37
msgid "Delete"
msgstr ""

#: templates/aa_bulletin_board/dashboard.html:26
#: templates/aa_bulletin_board/dashboard.html:22
msgid "This bulletin is restricted to the following group(s):"
msgstr ""

#: templates/aa_bulletin_board/dashboard.html:37
#: templates/aa_bulletin_board/dashboard.html:33
msgid "Read more"
msgstr ""

#: templates/aa_bulletin_board/edit-bulletin.html:9
msgid "Edit Bulletin"
#: templates/aa_bulletin_board/edit-bulletin.html:11
msgid "Edit bulletin"
msgstr ""

#: templates/aa_bulletin_board/edit-bulletin.html:11
msgid "Create New Bulletin"
#: templates/aa_bulletin_board/edit-bulletin.html:14
#: templates/aa_bulletin_board/edit-bulletin.html:25
msgid "Create new bulletin"
msgstr ""

#: templates/aa_bulletin_board/edit-bulletin.html:47
msgid "Update bulletin"
msgstr ""

#: templates/aa_bulletin_board/edit-bulletin.html:38
msgid "Update Bulletin"
#: templates/aa_bulletin_board/edit-bulletin.html:49
msgid "Create bulletin"
msgstr ""

#: templates/aa_bulletin_board/edit-bulletin.html:38
msgid "Create Bulletin"
#: templates/aa_bulletin_board/partials/common/bulletin-board-management.html:6
msgid "Add bulletin"
msgstr ""

#: templates/aa_bulletin_board/partials/footer/app-translation-footer.html:5
Expand All @@ -125,31 +132,31 @@ msgstr ""
msgid "Join our team of translators!"
msgstr ""

#: views.py:80
#: views.py:82
#, python-brace-format
msgid "Bulletin \"{bulletin__title}\" created."
msgstr ""

#: views.py:123
#: views.py:125
msgid ""
"The bulletin you are looking for does not exist, or you don't have access to "
"it."
"The bulletin you are looking for does either not exist, or you don't have "
"access to it."
msgstr ""

#: views.py:165
#: views.py:167
#, python-brace-format
msgid "Bulletin \"{bulletin__title}\" updated."
msgstr ""

#: views.py:184
#: views.py:186
msgid "The bulletin you are trying to edit does not exist."
msgstr ""

#: views.py:208
#: views.py:210
#, python-brace-format
msgid "Bulletin \"{bulletin.title}\" deleted."
msgstr ""

#: views.py:215
#: views.py:217
msgid "The bulletin you are trying to delete does not exist."
msgstr ""
Binary file modified aa_bulletin_board/locale/es/LC_MESSAGES/django.mo
Binary file not shown.
Loading

0 comments on commit 044173e

Please sign in to comment.