Skip to content

Commit

Permalink
[RELEASE] v2.2.3
Browse files Browse the repository at this point in the history
## [2.2.3] - 2024-12-15

### Added

- Integrity hashes for the static files
- More logging to the task, since I couldn't believe there are no sovereignty
  campaigns at all. Well, the Equinox update works, null-sec is "truly" reinvigorated.

### Changed

- Hide campaign type column. Since there is now only one campaign type, we don't need it.
- Proper JS settings merge
  • Loading branch information
ppfeufer committed Dec 15, 2024
1 parent 8cc6201 commit 357c9de
Show file tree
Hide file tree
Showing 3 changed files with 92 additions and 21 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ Section Order:
### Security
-->

## [2.2.3] - 2024-12-15

### Added

- Integrity hashes for the static files
Expand Down
2 changes: 1 addition & 1 deletion sovtimer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
# Django
from django.utils.translation import gettext_lazy as _

__version__ = "2.2.2"
__version__ = "2.2.3"
__title__ = _("Sovereignty Timers")
109 changes: 89 additions & 20 deletions sovtimer/locale/django.pot
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: AA Sov Timer 2.2.1\n"
"Project-Id-Version: AA Sov Timer 2.2.3\n"
"Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-sov-timer/issues\n"
"POT-Creation-Date: 2024-12-14 18:46+0100\n"
"POT-Creation-Date: 2024-12-15 11:31+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down Expand Up @@ -59,35 +59,108 @@ msgstr ""
msgid "Sovereignty campaigns"
msgstr ""

#: sovtimer/templates/sovtimer/dashboard.html:15
#: sovtimer/templates/sovtimer/base.html:27
msgctxt "Decimal separator"
msgid "."
msgstr ""

#: sovtimer/templates/sovtimer/base.html:28
msgctxt "Thousands separator"
msgid ","
msgstr ""

#: sovtimer/templates/sovtimer/base.html:29
msgid "No data available in this table"
msgstr ""

#: sovtimer/templates/sovtimer/base.html:30
msgctxt "Keep _END_ as it is. It will be replaced by a number."
msgid "Showing _END_ entries"
msgstr ""

#: sovtimer/templates/sovtimer/base.html:31
msgctxt "Keep _MAX_ as it is. It will be replaced by a number."
msgid "(filtered from _MAX_ total entries)"
msgstr ""

#: sovtimer/templates/sovtimer/base.html:32
msgid "No records available"
msgstr ""

#: sovtimer/templates/sovtimer/base.html:35
msgid "Loading …"
msgstr ""

#: sovtimer/templates/sovtimer/base.html:36
msgid "Processing …"
msgstr ""

#: sovtimer/templates/sovtimer/base.html:37
msgid "Nothing found, sorry …"
msgstr ""

#: sovtimer/templates/sovtimer/base.html:39
msgid "Search …"
msgstr ""

#: sovtimer/templates/sovtimer/base.html:41
msgid "First"
msgstr ""

#: sovtimer/templates/sovtimer/base.html:42
msgid "Last"
msgstr ""

#: sovtimer/templates/sovtimer/base.html:43
msgid "Next"
msgstr ""

#: sovtimer/templates/sovtimer/base.html:44
msgid "Previous"
msgstr ""

#: sovtimer/templates/sovtimer/base.html:47
msgid ": activate to sort column ascending"
msgstr ""

#: sovtimer/templates/sovtimer/base.html:48
msgid ": activate to sort column descending"
msgstr ""

#: sovtimer/templates/sovtimer/dashboard.html:23
#: sovtimer/templates/sovtimer/partials/dashboard/table.html:27
msgid "System"
msgid "Type"
msgstr ""

#: sovtimer/templates/sovtimer/dashboard.html:16
#: sovtimer/templates/sovtimer/dashboard.html:24
#: sovtimer/templates/sovtimer/partials/dashboard/table.html:28
msgid "Constellation"
msgid "System"
msgstr ""

#: sovtimer/templates/sovtimer/dashboard.html:17
#: sovtimer/templates/sovtimer/dashboard.html:25
#: sovtimer/templates/sovtimer/partials/dashboard/table.html:29
msgid "Region"
msgid "Constellation"
msgstr ""

#: sovtimer/templates/sovtimer/dashboard.html:18
#: sovtimer/templates/sovtimer/dashboard.html:26
#: sovtimer/templates/sovtimer/partials/dashboard/table.html:30
msgid "Region"
msgstr ""

#: sovtimer/templates/sovtimer/dashboard.html:27
#: sovtimer/templates/sovtimer/partials/dashboard/table.html:31
msgid "Owner / Defender"
msgstr ""

#: sovtimer/templates/sovtimer/dashboard.html:19
#: sovtimer/templates/sovtimer/dashboard.html:28
msgid "Active campaign"
msgstr ""

#: sovtimer/templates/sovtimer/dashboard.html:20 sovtimer/views.py:161
#: sovtimer/templates/sovtimer/dashboard.html:30 sovtimer/views.py:161
msgid "Yes"
msgstr ""

#: sovtimer/templates/sovtimer/dashboard.html:21 sovtimer/views.py:159
#: sovtimer/templates/sovtimer/dashboard.html:31 sovtimer/views.py:159
msgid "No"
msgstr ""

Expand All @@ -114,23 +187,19 @@ msgstr ""
msgid "Timers active:"
msgstr ""

#: sovtimer/templates/sovtimer/partials/dashboard/table.html:26
msgid "Type"
msgstr ""

#: sovtimer/templates/sovtimer/partials/dashboard/table.html:31
#: sovtimer/templates/sovtimer/partials/dashboard/table.html:32
msgid "ADM"
msgstr ""

#: sovtimer/templates/sovtimer/partials/dashboard/table.html:32
#: sovtimer/templates/sovtimer/partials/dashboard/table.html:33
msgid "Start"
msgstr ""

#: sovtimer/templates/sovtimer/partials/dashboard/table.html:33
#: sovtimer/templates/sovtimer/partials/dashboard/table.html:34
msgid "Remaining"
msgstr ""

#: sovtimer/templates/sovtimer/partials/dashboard/table.html:34
#: sovtimer/templates/sovtimer/partials/dashboard/table.html:35
msgid "Progress"
msgstr ""

Expand Down

0 comments on commit 357c9de

Please sign in to comment.