Skip to content

Commit

Permalink
[CHANGE] Updated to match latest AA release
Browse files Browse the repository at this point in the history
  • Loading branch information
ppfeufer committed Sep 15, 2024
1 parent 79bb0df commit d847b0d
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 409 deletions.
8 changes: 4 additions & 4 deletions .make/conf.d/django.mk
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
translations:
@echo "Creating or updating translation files"
@django-admin makemessages \
-l cs \
-l cs_CZ \
-l de \
-l es \
-l fr_FR \
-l it_IT \
-l ja \
-l ko_KR \
-l nl \
-l nl_NL \
-l pl_PL \
-l ru \
-l sk \
Expand All @@ -26,14 +26,14 @@ translations:
compile_translations:
@echo "Compiling translation files"
@django-admin compilemessages \
-l cs \
-l cs_CZ \
-l de \
-l es \
-l fr_FR \
-l it_IT \
-l ja \
-l ko_KR \
-l nl \
-l nl_NL \
-l pl_PL \
-l ru \
-l sk \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ msgstr ""
"Last-Translator: Dadas Aideron <[email protected]>\n"
"Language-Team: Czech <https://weblate.ppfeufer.de/projects/"
"alliance-auth-apps/aa-intel-tool/cs/>\n"
"Language: cs\n"
"Language: cs_CZ\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
Expand Down
2 changes: 1 addition & 1 deletion aa_intel_tool/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: 2024-07-27 21:07+0200\n"
"POT-Creation-Date: 2024-09-15 18:14+0200\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
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ msgstr ""
"Last-Translator: Anonymous <[email protected]>\n"
"Language-Team: Dutch <https://weblate.ppfeufer.de/projects/alliance-auth-"
"apps/aa-intel-tool/nl/>\n"
"Language: nl\n"
"Language: nl_NL\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dynamic = [
"version",
]
dependencies = [
"allianceauth<5,>=4",
"allianceauth<5,>=4.3.1",
"allianceauth-app-utils>=1.19.1",
"django-eveuniverse>=1.3",
]
Expand Down
3 changes: 3 additions & 0 deletions testauth/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"django.contrib.staticfiles",
"django.contrib.humanize",
"django_celery_beat",
"solo",
"bootstrapform",
"django_bootstrap5", # https://github.com/zostera/django-bootstrap5
"sortedm2m",
Expand All @@ -42,6 +43,7 @@
"allianceauth.theme.darkly",
"allianceauth.theme.flatly",
"allianceauth.theme.materia",
"allianceauth.custom_css",
]

SECRET_KEY = "wow I'm a really bad default secret key"
Expand Down Expand Up @@ -103,6 +105,7 @@
("ja", "Japanese"),
("it", "Italian"),
("uk", "Ukrainian"),
("pl", "Polish"),
)

TEMPLATES = [
Expand Down
279 changes: 0 additions & 279 deletions testauth/settings/testing/base.py

This file was deleted.

Loading

0 comments on commit d847b0d

Please sign in to comment.