aa-rss-to-discord 2.0.0b1__py3-none-any.whl → 2.0.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (33) hide show
  1. aa_rss_to_discord/__init__.py +1 -1
  2. aa_rss_to_discord/locale/cs/LC_MESSAGES/django.mo +0 -0
  3. aa_rss_to_discord/locale/cs/LC_MESSAGES/django.po +41 -0
  4. aa_rss_to_discord/locale/de/LC_MESSAGES/django.mo +0 -0
  5. aa_rss_to_discord/locale/de/LC_MESSAGES/django.po +3 -3
  6. aa_rss_to_discord/locale/django.pot +1 -1
  7. aa_rss_to_discord/locale/es/LC_MESSAGES/django.mo +0 -0
  8. aa_rss_to_discord/locale/es/LC_MESSAGES/django.po +5 -5
  9. aa_rss_to_discord/locale/fr_FR/LC_MESSAGES/django.mo +0 -0
  10. aa_rss_to_discord/locale/fr_FR/LC_MESSAGES/django.po +4 -4
  11. aa_rss_to_discord/locale/it_IT/LC_MESSAGES/django.mo +0 -0
  12. aa_rss_to_discord/locale/it_IT/LC_MESSAGES/django.po +4 -4
  13. aa_rss_to_discord/locale/ja/LC_MESSAGES/django.mo +0 -0
  14. aa_rss_to_discord/locale/ja/LC_MESSAGES/django.po +4 -4
  15. aa_rss_to_discord/locale/ko_KR/LC_MESSAGES/django.mo +0 -0
  16. aa_rss_to_discord/locale/ko_KR/LC_MESSAGES/django.po +8 -7
  17. aa_rss_to_discord/locale/nl/LC_MESSAGES/django.mo +0 -0
  18. aa_rss_to_discord/locale/nl/LC_MESSAGES/django.po +40 -0
  19. aa_rss_to_discord/locale/pl_PL/LC_MESSAGES/django.mo +0 -0
  20. aa_rss_to_discord/locale/pl_PL/LC_MESSAGES/django.po +41 -0
  21. aa_rss_to_discord/locale/ru/LC_MESSAGES/django.mo +0 -0
  22. aa_rss_to_discord/locale/ru/LC_MESSAGES/django.po +3 -3
  23. aa_rss_to_discord/locale/sk/LC_MESSAGES/django.mo +0 -0
  24. aa_rss_to_discord/locale/sk/LC_MESSAGES/django.po +41 -0
  25. aa_rss_to_discord/locale/uk/LC_MESSAGES/django.mo +0 -0
  26. aa_rss_to_discord/locale/uk/LC_MESSAGES/django.po +6 -6
  27. aa_rss_to_discord/locale/zh_Hans/LC_MESSAGES/django.mo +0 -0
  28. aa_rss_to_discord/locale/zh_Hans/LC_MESSAGES/django.po +2 -2
  29. {aa_rss_to_discord-2.0.0b1.dist-info → aa_rss_to_discord-2.0.1.dist-info}/METADATA +4 -4
  30. aa_rss_to_discord-2.0.1.dist-info/RECORD +44 -0
  31. {aa_rss_to_discord-2.0.0b1.dist-info → aa_rss_to_discord-2.0.1.dist-info}/WHEEL +1 -1
  32. aa_rss_to_discord-2.0.0b1.dist-info/RECORD +0 -36
  33. {aa_rss_to_discord-2.0.0b1.dist-info → aa_rss_to_discord-2.0.1.dist-info}/licenses/LICENSE +0 -0
@@ -5,5 +5,5 @@ App init
5
5
  # Django
6
6
  from django.utils.translation import gettext_lazy as _
7
7
 
8
- __version__ = "2.0.0-beta.1"
8
+ __version__ = "2.0.1"
9
9
  __title__ = _("RSS to Discord")
@@ -0,0 +1,41 @@
1
+ # SOME DESCRIPTIVE TITLE.
2
+ # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
+ # This file is distributed under the same license as the PACKAGE package.
4
+ # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
+ #
6
+ msgid ""
7
+ msgstr ""
8
+ "Project-Id-Version: PACKAGE VERSION\n"
9
+ "Report-Msgid-Bugs-To: \n"
10
+ "POT-Creation-Date: 2024-03-20 17:13+0100\n"
11
+ "PO-Revision-Date: 2024-05-10 14:10+0000\n"
12
+ "Last-Translator: Anonymous <noreply@weblate.org>\n"
13
+ "Language-Team: Czech <https://weblate.ppfeufer.de/projects/"
14
+ "alliance-auth-apps/aa-rss-to-discord/cs/>\n"
15
+ "Language: cs\n"
16
+ "MIME-Version: 1.0\n"
17
+ "Content-Type: text/plain; charset=UTF-8\n"
18
+ "Content-Transfer-Encoding: 8bit\n"
19
+ "Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n "
20
+ "<= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"
21
+ "X-Generator: Weblate 5.5.3\n"
22
+
23
+ #: aa_rss_to_discord/__init__.py:9
24
+ msgid "RSS to Discord"
25
+ msgstr ""
26
+
27
+ #: aa_rss_to_discord/models.py:41
28
+ msgid "RSS Feed"
29
+ msgstr ""
30
+
31
+ #: aa_rss_to_discord/models.py:42
32
+ msgid "RSS Feeds"
33
+ msgstr ""
34
+
35
+ #: aa_rss_to_discord/models.py:69
36
+ msgid "Last Item"
37
+ msgstr ""
38
+
39
+ #: aa_rss_to_discord/models.py:70
40
+ msgid "Last Items"
41
+ msgstr ""
@@ -1,13 +1,13 @@
1
1
  # SOME DESCRIPTIVE TITLE.
2
2
  # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
3
  # This file is distributed under the same license as the PACKAGE package.
4
- # "H. Peter Pfeufer" <info@ppfeufer.de>, 2023.
4
+ # "H. Peter Pfeufer" <info@ppfeufer.de>, 2023, 2024.
5
5
  msgid ""
6
6
  msgstr ""
7
7
  "Project-Id-Version: PACKAGE VERSION\n"
8
8
  "Report-Msgid-Bugs-To: \n"
9
9
  "POT-Creation-Date: 2023-11-15 18:12+0100\n"
10
- "PO-Revision-Date: 2023-11-16 18:04+0000\n"
10
+ "PO-Revision-Date: 2024-05-10 14:10+0000\n"
11
11
  "Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
12
12
  "Language-Team: German <https://weblate.ppfeufer.de/projects/"
13
13
  "alliance-auth-apps/aa-rss-to-discord/de/>\n"
@@ -16,7 +16,7 @@ msgstr ""
16
16
  "Content-Type: text/plain; charset=UTF-8\n"
17
17
  "Content-Transfer-Encoding: 8bit\n"
18
18
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
19
- "X-Generator: Weblate 5.1\n"
19
+ "X-Generator: Weblate 5.5.3\n"
20
20
 
21
21
  #: aa_rss_to_discord/__init__.py:9
22
22
  msgid "RSS to Discord"
@@ -8,7 +8,7 @@ msgid ""
8
8
  msgstr ""
9
9
  "Project-Id-Version: PACKAGE VERSION\n"
10
10
  "Report-Msgid-Bugs-To: \n"
11
- "POT-Creation-Date: 2023-11-15 18:12+0100\n"
11
+ "POT-Creation-Date: 2024-03-20 17:13+0100\n"
12
12
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13
13
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
14
  "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1,22 +1,22 @@
1
1
  # SOME DESCRIPTIVE TITLE.
2
2
  # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
3
  # This file is distributed under the same license as the PACKAGE package.
4
- # Zigor Fernandez Moreno <sietehierros@gmail.com>, 2023.
4
+ # Zigor Fernandez Moreno <sietehierros@gmail.com>, 2023, 2024.
5
5
  msgid ""
6
6
  msgstr ""
7
7
  "Project-Id-Version: PACKAGE VERSION\n"
8
8
  "Report-Msgid-Bugs-To: \n"
9
9
  "POT-Creation-Date: 2023-11-15 18:12+0100\n"
10
- "PO-Revision-Date: 2023-09-24 13:13+0000\n"
10
+ "PO-Revision-Date: 2024-05-10 14:10+0000\n"
11
11
  "Last-Translator: Zigor Fernandez Moreno <sietehierros@gmail.com>\n"
12
- "Language-Team: Spanish <https://weblate.ppfeufer.de/projects/alliance-auth-"
13
- "apps/aa-rss-to-discord/es/>\n"
12
+ "Language-Team: Spanish <https://weblate.ppfeufer.de/projects/"
13
+ "alliance-auth-apps/aa-rss-to-discord/es/>\n"
14
14
  "Language: es\n"
15
15
  "MIME-Version: 1.0\n"
16
16
  "Content-Type: text/plain; charset=UTF-8\n"
17
17
  "Content-Transfer-Encoding: 8bit\n"
18
18
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
19
- "X-Generator: Weblate 5.0.2\n"
19
+ "X-Generator: Weblate 5.5.3\n"
20
20
 
21
21
  #: aa_rss_to_discord/__init__.py:9
22
22
  msgid "RSS to Discord"
@@ -8,16 +8,16 @@ msgstr ""
8
8
  "Project-Id-Version: PACKAGE VERSION\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
10
  "POT-Creation-Date: 2023-11-15 18:12+0100\n"
11
- "PO-Revision-Date: 2023-09-24 13:13+0000\n"
11
+ "PO-Revision-Date: 2024-05-10 14:10+0000\n"
12
12
  "Last-Translator: Anonymous <noreply@weblate.org>\n"
13
- "Language-Team: French <https://weblate.ppfeufer.de/projects/alliance-auth-"
14
- "apps/aa-rss-to-discord/fr/>\n"
13
+ "Language-Team: French <https://weblate.ppfeufer.de/projects/"
14
+ "alliance-auth-apps/aa-rss-to-discord/fr/>\n"
15
15
  "Language: fr_FR\n"
16
16
  "MIME-Version: 1.0\n"
17
17
  "Content-Type: text/plain; charset=UTF-8\n"
18
18
  "Content-Transfer-Encoding: 8bit\n"
19
19
  "Plural-Forms: nplurals=2; plural=n > 1;\n"
20
- "X-Generator: Weblate 5.0.2\n"
20
+ "X-Generator: Weblate 5.5.3\n"
21
21
 
22
22
  #: aa_rss_to_discord/__init__.py:9
23
23
  msgid "RSS to Discord"
@@ -8,16 +8,16 @@ msgstr ""
8
8
  "Project-Id-Version: PACKAGE VERSION\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
10
  "POT-Creation-Date: 2023-11-15 18:12+0100\n"
11
- "PO-Revision-Date: 2023-09-24 13:13+0000\n"
11
+ "PO-Revision-Date: 2024-05-10 14:10+0000\n"
12
12
  "Last-Translator: Anonymous <noreply@weblate.org>\n"
13
- "Language-Team: Italian <https://weblate.ppfeufer.de/projects/alliance-auth-"
14
- "apps/aa-rss-to-discord/it/>\n"
13
+ "Language-Team: Italian <https://weblate.ppfeufer.de/projects/"
14
+ "alliance-auth-apps/aa-rss-to-discord/it/>\n"
15
15
  "Language: it_IT\n"
16
16
  "MIME-Version: 1.0\n"
17
17
  "Content-Type: text/plain; charset=UTF-8\n"
18
18
  "Content-Transfer-Encoding: 8bit\n"
19
19
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
20
- "X-Generator: Weblate 5.0.2\n"
20
+ "X-Generator: Weblate 5.5.3\n"
21
21
 
22
22
  #: aa_rss_to_discord/__init__.py:9
23
23
  msgid "RSS to Discord"
@@ -8,16 +8,16 @@ msgstr ""
8
8
  "Project-Id-Version: PACKAGE VERSION\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
10
  "POT-Creation-Date: 2023-11-15 18:12+0100\n"
11
- "PO-Revision-Date: 2023-09-24 13:13+0000\n"
11
+ "PO-Revision-Date: 2024-05-10 14:10+0000\n"
12
12
  "Last-Translator: Anonymous <noreply@weblate.org>\n"
13
- "Language-Team: Japanese <https://weblate.ppfeufer.de/projects/alliance-auth-"
14
- "apps/aa-rss-to-discord/ja/>\n"
13
+ "Language-Team: Japanese <https://weblate.ppfeufer.de/projects/"
14
+ "alliance-auth-apps/aa-rss-to-discord/ja/>\n"
15
15
  "Language: ja\n"
16
16
  "MIME-Version: 1.0\n"
17
17
  "Content-Type: text/plain; charset=UTF-8\n"
18
18
  "Content-Transfer-Encoding: 8bit\n"
19
19
  "Plural-Forms: nplurals=1; plural=0;\n"
20
- "X-Generator: Weblate 5.0.2\n"
20
+ "X-Generator: Weblate 5.5.3\n"
21
21
 
22
22
  #: aa_rss_to_discord/__init__.py:9
23
23
  msgid "RSS to Discord"
@@ -1,26 +1,27 @@
1
1
  # SOME DESCRIPTIVE TITLE.
2
2
  # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
3
  # This file is distributed under the same license as the PACKAGE package.
4
- # Author50CO <tkddlschry@gmail.com>, 2023.
4
+ # Author50CO <tkddlschry@gmail.com>, 2023, 2024.
5
+ # Hue Radient <seataoji@gmail.com>, 2024.
5
6
  msgid ""
6
7
  msgstr ""
7
8
  "Project-Id-Version: PACKAGE VERSION\n"
8
9
  "Report-Msgid-Bugs-To: \n"
9
10
  "POT-Creation-Date: 2023-11-15 18:12+0100\n"
10
- "PO-Revision-Date: 2023-09-24 13:13+0000\n"
11
- "Last-Translator: Author50CO <tkddlschry@gmail.com>\n"
12
- "Language-Team: Korean <https://weblate.ppfeufer.de/projects/alliance-auth-"
13
- "apps/aa-rss-to-discord/ko/>\n"
11
+ "PO-Revision-Date: 2024-05-10 14:10+0000\n"
12
+ "Last-Translator: Hue Radient <seataoji@gmail.com>\n"
13
+ "Language-Team: Korean <https://weblate.ppfeufer.de/projects/"
14
+ "alliance-auth-apps/aa-rss-to-discord/ko/>\n"
14
15
  "Language: ko_KR\n"
15
16
  "MIME-Version: 1.0\n"
16
17
  "Content-Type: text/plain; charset=UTF-8\n"
17
18
  "Content-Transfer-Encoding: 8bit\n"
18
19
  "Plural-Forms: nplurals=1; plural=0;\n"
19
- "X-Generator: Weblate 5.0.2\n"
20
+ "X-Generator: Weblate 5.5.3\n"
20
21
 
21
22
  #: aa_rss_to_discord/__init__.py:9
22
23
  msgid "RSS to Discord"
23
- msgstr ""
24
+ msgstr "디스코드로 RSS피드보내기"
24
25
 
25
26
  #: aa_rss_to_discord/models.py:41
26
27
  msgid "RSS Feed"
@@ -0,0 +1,40 @@
1
+ # SOME DESCRIPTIVE TITLE.
2
+ # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
+ # This file is distributed under the same license as the PACKAGE package.
4
+ # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
+ #
6
+ msgid ""
7
+ msgstr ""
8
+ "Project-Id-Version: PACKAGE VERSION\n"
9
+ "Report-Msgid-Bugs-To: \n"
10
+ "POT-Creation-Date: 2024-03-20 17:13+0100\n"
11
+ "PO-Revision-Date: 2024-05-10 14:10+0000\n"
12
+ "Last-Translator: Anonymous <noreply@weblate.org>\n"
13
+ "Language-Team: Dutch <https://weblate.ppfeufer.de/projects/"
14
+ "alliance-auth-apps/aa-rss-to-discord/nl/>\n"
15
+ "Language: nl\n"
16
+ "MIME-Version: 1.0\n"
17
+ "Content-Type: text/plain; charset=UTF-8\n"
18
+ "Content-Transfer-Encoding: 8bit\n"
19
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
20
+ "X-Generator: Weblate 5.5.3\n"
21
+
22
+ #: aa_rss_to_discord/__init__.py:9
23
+ msgid "RSS to Discord"
24
+ msgstr ""
25
+
26
+ #: aa_rss_to_discord/models.py:41
27
+ msgid "RSS Feed"
28
+ msgstr ""
29
+
30
+ #: aa_rss_to_discord/models.py:42
31
+ msgid "RSS Feeds"
32
+ msgstr ""
33
+
34
+ #: aa_rss_to_discord/models.py:69
35
+ msgid "Last Item"
36
+ msgstr ""
37
+
38
+ #: aa_rss_to_discord/models.py:70
39
+ msgid "Last Items"
40
+ msgstr ""
@@ -0,0 +1,41 @@
1
+ # SOME DESCRIPTIVE TITLE.
2
+ # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
+ # This file is distributed under the same license as the PACKAGE package.
4
+ # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
+ #
6
+ msgid ""
7
+ msgstr ""
8
+ "Project-Id-Version: PACKAGE VERSION\n"
9
+ "Report-Msgid-Bugs-To: \n"
10
+ "POT-Creation-Date: 2024-03-20 17:13+0100\n"
11
+ "PO-Revision-Date: 2024-05-10 14:10+0000\n"
12
+ "Last-Translator: Anonymous <noreply@weblate.org>\n"
13
+ "Language-Team: Polish <https://weblate.ppfeufer.de/projects/"
14
+ "alliance-auth-apps/aa-rss-to-discord/pl/>\n"
15
+ "Language: pl_PL\n"
16
+ "MIME-Version: 1.0\n"
17
+ "Content-Type: text/plain; charset=UTF-8\n"
18
+ "Content-Transfer-Encoding: 8bit\n"
19
+ "Plural-Forms: nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
20
+ "|| n%100>=20) ? 1 : 2;\n"
21
+ "X-Generator: Weblate 5.5.3\n"
22
+
23
+ #: aa_rss_to_discord/__init__.py:9
24
+ msgid "RSS to Discord"
25
+ msgstr ""
26
+
27
+ #: aa_rss_to_discord/models.py:41
28
+ msgid "RSS Feed"
29
+ msgstr ""
30
+
31
+ #: aa_rss_to_discord/models.py:42
32
+ msgid "RSS Feeds"
33
+ msgstr ""
34
+
35
+ #: aa_rss_to_discord/models.py:69
36
+ msgid "Last Item"
37
+ msgstr ""
38
+
39
+ #: aa_rss_to_discord/models.py:70
40
+ msgid "Last Items"
41
+ msgstr ""
@@ -1,14 +1,14 @@
1
1
  # SOME DESCRIPTIVE TITLE.
2
2
  # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
3
  # This file is distributed under the same license as the PACKAGE package.
4
- # Nikolay <nick.postnikov@gmail.com>, 2023.
4
+ # Nikolay <nick.postnikov@gmail.com>, 2023, 2024.
5
5
  # Dromiel <dimhry@yandex.ru>, 2024.
6
6
  msgid ""
7
7
  msgstr ""
8
8
  "Project-Id-Version: PACKAGE VERSION\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
10
  "POT-Creation-Date: 2023-11-15 18:12+0100\n"
11
- "PO-Revision-Date: 2024-01-17 18:05+0000\n"
11
+ "PO-Revision-Date: 2024-05-10 14:10+0000\n"
12
12
  "Last-Translator: Dromiel <dimhry@yandex.ru>\n"
13
13
  "Language-Team: Russian <https://weblate.ppfeufer.de/projects/"
14
14
  "alliance-auth-apps/aa-rss-to-discord/ru/>\n"
@@ -18,7 +18,7 @@ msgstr ""
18
18
  "Content-Transfer-Encoding: 8bit\n"
19
19
  "Plural-Forms: nplurals=4; plural=n==1 ? 3 : (n%10==1 && n%100!=11 ? 0 : "
20
20
  "n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
21
- "X-Generator: Weblate 5.3.1\n"
21
+ "X-Generator: Weblate 5.5.3\n"
22
22
 
23
23
  #: aa_rss_to_discord/__init__.py:9
24
24
  msgid "RSS to Discord"
@@ -0,0 +1,41 @@
1
+ # SOME DESCRIPTIVE TITLE.
2
+ # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
+ # This file is distributed under the same license as the PACKAGE package.
4
+ # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
+ #
6
+ msgid ""
7
+ msgstr ""
8
+ "Project-Id-Version: PACKAGE VERSION\n"
9
+ "Report-Msgid-Bugs-To: \n"
10
+ "POT-Creation-Date: 2024-03-20 17:13+0100\n"
11
+ "PO-Revision-Date: 2024-05-10 14:10+0000\n"
12
+ "Last-Translator: Anonymous <noreply@weblate.org>\n"
13
+ "Language-Team: Slovak <https://weblate.ppfeufer.de/projects/"
14
+ "alliance-auth-apps/aa-rss-to-discord/sk/>\n"
15
+ "Language: sk\n"
16
+ "MIME-Version: 1.0\n"
17
+ "Content-Type: text/plain; charset=UTF-8\n"
18
+ "Content-Transfer-Encoding: 8bit\n"
19
+ "Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n "
20
+ ">= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);\n"
21
+ "X-Generator: Weblate 5.5.3\n"
22
+
23
+ #: aa_rss_to_discord/__init__.py:9
24
+ msgid "RSS to Discord"
25
+ msgstr ""
26
+
27
+ #: aa_rss_to_discord/models.py:41
28
+ msgid "RSS Feed"
29
+ msgstr ""
30
+
31
+ #: aa_rss_to_discord/models.py:42
32
+ msgid "RSS Feeds"
33
+ msgstr ""
34
+
35
+ #: aa_rss_to_discord/models.py:69
36
+ msgid "Last Item"
37
+ msgstr ""
38
+
39
+ #: aa_rss_to_discord/models.py:70
40
+ msgid "Last Items"
41
+ msgstr ""
@@ -1,23 +1,23 @@
1
1
  # SOME DESCRIPTIVE TITLE.
2
2
  # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
3
  # This file is distributed under the same license as the PACKAGE package.
4
- # Peter Pfeufer <info@ppfeufer.de>, 2023.
4
+ # Peter Pfeufer <info@ppfeufer.de>, 2023, 2024.
5
5
  msgid ""
6
6
  msgstr ""
7
7
  "Project-Id-Version: PACKAGE VERSION\n"
8
8
  "Report-Msgid-Bugs-To: \n"
9
9
  "POT-Creation-Date: 2023-11-15 18:12+0100\n"
10
- "PO-Revision-Date: 2023-09-24 13:13+0000\n"
11
- "Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
12
- "Language-Team: Ukrainian <https://weblate.ppfeufer.de/projects/alliance-auth-"
13
- "apps/aa-rss-to-discord/uk/>\n"
10
+ "PO-Revision-Date: 2024-05-10 14:10+0000\n"
11
+ "Last-Translator: Anonymous <noreply@weblate.org>\n"
12
+ "Language-Team: Ukrainian <https://weblate.ppfeufer.de/projects/"
13
+ "alliance-auth-apps/aa-rss-to-discord/uk/>\n"
14
14
  "Language: uk\n"
15
15
  "MIME-Version: 1.0\n"
16
16
  "Content-Type: text/plain; charset=UTF-8\n"
17
17
  "Content-Transfer-Encoding: 8bit\n"
18
18
  "Plural-Forms: nplurals=4; plural=n==1 ? 3 : (n%10==1 && n%100!=11 ? 0 : "
19
19
  "n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
20
- "X-Generator: Weblate 5.0.2\n"
20
+ "X-Generator: Weblate 5.5.3\n"
21
21
 
22
22
  #: aa_rss_to_discord/__init__.py:9
23
23
  msgid "RSS to Discord"
@@ -8,7 +8,7 @@ msgstr ""
8
8
  "Project-Id-Version: PACKAGE VERSION\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
10
  "POT-Creation-Date: 2023-11-15 18:12+0100\n"
11
- "PO-Revision-Date: 2023-09-24 13:13+0000\n"
11
+ "PO-Revision-Date: 2024-05-10 14:10+0000\n"
12
12
  "Last-Translator: Anonymous <noreply@weblate.org>\n"
13
13
  "Language-Team: Chinese (Simplified) <https://weblate.ppfeufer.de/projects/"
14
14
  "alliance-auth-apps/aa-rss-to-discord/zh_Hans/>\n"
@@ -17,7 +17,7 @@ msgstr ""
17
17
  "Content-Type: text/plain; charset=UTF-8\n"
18
18
  "Content-Transfer-Encoding: 8bit\n"
19
19
  "Plural-Forms: nplurals=1; plural=0;\n"
20
- "X-Generator: Weblate 5.0.2\n"
20
+ "X-Generator: Weblate 5.5.3\n"
21
21
 
22
22
  #: aa_rss_to_discord/__init__.py:9
23
23
  msgid "RSS to Discord"
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.3
2
2
  Name: aa-rss-to-discord
3
- Version: 2.0.0b1
3
+ Version: 2.0.1
4
4
  Summary: Alliance Auth module to post news from RSS feeds to your Discord
5
5
  Project-URL: Changelog, https://github.com/ppfeufer/aa-rss-to-discord/blob/master/CHANGELOG.md
6
6
  Project-URL: Documentation, https://github.com/ppfeufer/aa-rss-to-discord/blob/master/README.md
@@ -687,7 +687,7 @@ License-File: LICENSE
687
687
  Keywords: allianceauth,discord,eveonline,rss
688
688
  Classifier: Environment :: Web Environment
689
689
  Classifier: Framework :: Django
690
- Classifier: Framework :: Django :: 4.0
690
+ Classifier: Framework :: Django :: 4.2
691
691
  Classifier: Intended Audience :: Developers
692
692
  Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
693
693
  Classifier: Operating System :: OS Independent
@@ -703,7 +703,7 @@ Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
703
703
  Requires-Python: >=3.8
704
704
  Requires-Dist: allianceauth-app-utils>=1.14.2
705
705
  Requires-Dist: allianceauth-discordbot>=3.0.5
706
- Requires-Dist: allianceauth>=4.0.0b1
706
+ Requires-Dist: allianceauth<5.0.0,>=4
707
707
  Requires-Dist: feedparser
708
708
  Provides-Extra: tests-allianceauth-latest
709
709
  Requires-Dist: coverage; extra == 'tests-allianceauth-latest'
@@ -0,0 +1,44 @@
1
+ aa_rss_to_discord/__init__.py,sha256=TWR1R773bb0tUfUVBfareVAp0H36Oyne5dA7Ma3lp28,137
2
+ aa_rss_to_discord/admin.py,sha256=bbvD0w0vFgD4kR4riWIwpOWpb9t8R6BI7ofYqTZbjDw,440
3
+ aa_rss_to_discord/apps.py,sha256=2VCJz9NRLjonlVLMngaoTQLk62hfJwBTSc49PfUK4EE,322
4
+ aa_rss_to_discord/auth_hooks.py,sha256=k5mLzQR1NwtA5MCedLzPyULEhv4ylwqvFpTPZ62eWJ0,273
5
+ aa_rss_to_discord/constants.py,sha256=g3gSPWdVyUcv4ayJvG78mGtcPCdbJBjuGaAPE9CI3bc,455
6
+ aa_rss_to_discord/managers.py,sha256=bM4Mi4J-DFKVUhTFrKRh7FmZfZrWcUgOlF7Yeu69lw0,303
7
+ aa_rss_to_discord/models.py,sha256=wfFt1p8sQlcOFdVrByiuYStS9UI0nhbVeBsSYAxrYMA,1706
8
+ aa_rss_to_discord/tasks.py,sha256=ugsFX7RVIeeg0XBsqSup4f02jc3yPL09-sJhpBGB9Bc,7189
9
+ aa_rss_to_discord/discordbot/cogs/__init__.py,sha256=3u3OJfO3Xh1GightCaX0lhbUbP7Lq2c1nY4Tg1FsrZo,27
10
+ aa_rss_to_discord/discordbot/cogs/rss.py,sha256=Z1OE_74RQYpLjanLNQ1lryxcp8f9TK5kJBGvQJUuCeA,8461
11
+ aa_rss_to_discord/locale/django.pot,sha256=lU3CcT6-XG-tXuLOGE9VpVcF2Kawg1U6zQRrz0kTws4,901
12
+ aa_rss_to_discord/locale/cs/LC_MESSAGES/django.mo,sha256=e5Bcjwg3sIKgDgHKifbl2DcH0atHMSygiZwgvKEaifs,565
13
+ aa_rss_to_discord/locale/cs/LC_MESSAGES/django.po,sha256=_r1rZiBWe7nadpsWLzctrNlPxd88ca9u-LTr1WkSa88,1129
14
+ aa_rss_to_discord/locale/de/LC_MESSAGES/django.mo,sha256=CKLc2PBk_4R_727nWoLv3lQVA73cNbJlObZKVZrpPx4,718
15
+ aa_rss_to_discord/locale/de/LC_MESSAGES/django.po,sha256=GL-m7cCh3FO0Gmz7t-TswXpuT8YXS7HBunvvrmFZXPI,1120
16
+ aa_rss_to_discord/locale/es/LC_MESSAGES/django.mo,sha256=BNXYj-j0OPYFuLpm0uJS_b28tdtbs1BOMYp_HCWcoC8,664
17
+ aa_rss_to_discord/locale/es/LC_MESSAGES/django.po,sha256=AiGkxiOBVzouRFQ5yDFacSbLIMD5oU3oI9gtbn2NNdg,1138
18
+ aa_rss_to_discord/locale/fr_FR/LC_MESSAGES/django.mo,sha256=EagSg2uZR39rOIlvebwjLm2KrUDQoCRP0E5iZhw3dig,484
19
+ aa_rss_to_discord/locale/fr_FR/LC_MESSAGES/django.po,sha256=tjRYhZWWgB9uobrQigR0XQ2VceTM6Ia32HD_cRjcyjU,1047
20
+ aa_rss_to_discord/locale/it_IT/LC_MESSAGES/django.mo,sha256=jyxuImpxL3PnEGxbqzYoLvrE014f-wPENwh0LMuWviM,487
21
+ aa_rss_to_discord/locale/it_IT/LC_MESSAGES/django.po,sha256=iL4Agnah-bIwu-KdQKB0-0-LftfoxtDt5MZ-kLMVANQ,1049
22
+ aa_rss_to_discord/locale/ja/LC_MESSAGES/django.mo,sha256=rgjzGNgpVPL1Tm8f796wI9hGd0wS-aJlDE86PiuF7Eg,484
23
+ aa_rss_to_discord/locale/ja/LC_MESSAGES/django.po,sha256=zShbxbdEKykTEt9SNhDNgsmfuup8qUasQtC9Rmt9T98,1042
24
+ aa_rss_to_discord/locale/ko_KR/LC_MESSAGES/django.mo,sha256=1IW9bwgVPrzDl_0crEO0UMaPF4jP3SyTUrZeRjalzCk,738
25
+ aa_rss_to_discord/locale/ko_KR/LC_MESSAGES/django.po,sha256=gH93brhQ6REt1m3ApfMZ3NzVFw7S4nJGnss9E1hD9QE,1181
26
+ aa_rss_to_discord/locale/nl/LC_MESSAGES/django.mo,sha256=JLv2IW5Kp2wqE7MqNn9P9blZ_I-Jp0CIWiHsadYgFUU,483
27
+ aa_rss_to_discord/locale/nl/LC_MESSAGES/django.po,sha256=4ZiX_zME6G-MQStiCXqqy2uXCqm7th8vPSUK4UNEBMA,1044
28
+ aa_rss_to_discord/locale/pl_PL/LC_MESSAGES/django.mo,sha256=2ugIqkNNVUGxIgfxUjU8SCIBJvSCn6vGzAV9Xnqiyag,543
29
+ aa_rss_to_discord/locale/pl_PL/LC_MESSAGES/django.po,sha256=_97XEfNUOK3DNqPBs4PfiTd1uVaFbXVn5N0MbwFba2s,1109
30
+ aa_rss_to_discord/locale/ru/LC_MESSAGES/django.mo,sha256=BzuRJnMwz-rpbr8rc_K755H-sstix0LsOpb7lSbkRuo,865
31
+ aa_rss_to_discord/locale/ru/LC_MESSAGES/django.po,sha256=QIjSNR2GeOcfQcShf7J2QhVpzRG4rqiTPNyRLydB9mg,1296
32
+ aa_rss_to_discord/locale/sk/LC_MESSAGES/django.mo,sha256=WPcDxnOaK_bCNIPoZQRxryi5F97g2RNn0Zuh9us90U0,562
33
+ aa_rss_to_discord/locale/sk/LC_MESSAGES/django.po,sha256=nhID6Ja8ppnq5wn39mB01ZG3HQdNqjKJdSZUKbljnaA,1125
34
+ aa_rss_to_discord/locale/uk/LC_MESSAGES/django.mo,sha256=UHsN3RatcezOxbCPK0Ma6ArEMdCoN6Xl4BwKULVjXcE,792
35
+ aa_rss_to_discord/locale/uk/LC_MESSAGES/django.po,sha256=8sfojSZLWg003-rTYOYbMfCSe5lodTy9KLz5-28_Ryc,1236
36
+ aa_rss_to_discord/locale/zh_Hans/LC_MESSAGES/django.mo,sha256=DaODnWQcYUSgtxUaPmZoEG6IQ190DS3WzCh6uNvhHh8,518
37
+ aa_rss_to_discord/locale/zh_Hans/LC_MESSAGES/django.po,sha256=I7yWCn-XUrv6NRpDSulxEW3sNm2RN5HRtM5UJN3MWvY,1064
38
+ aa_rss_to_discord/migrations/0001_initial.py,sha256=TD8ZmWLleWEw1G3PlQh3HBU4pRXxwIfp_LMQj4IyTDE,2764
39
+ aa_rss_to_discord/migrations/0002_enable_disable_rss_feeds.py,sha256=apLeuxILrxvTntSc1bixfcDqpgt49VscyT6inLKU9k8,396
40
+ aa_rss_to_discord/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
41
+ aa_rss_to_discord-2.0.1.dist-info/METADATA,sha256=uLLoS4-X-b3_ScnnU_4HsoLzj-5_aK-3RjBiC02w-KI,50396
42
+ aa_rss_to_discord-2.0.1.dist-info/WHEEL,sha256=zEMcRr9Kr03x1ozGwg5v9NQBKn3kndp6LSoSlVg-jhU,87
43
+ aa_rss_to_discord-2.0.1.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
44
+ aa_rss_to_discord-2.0.1.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: hatchling 1.21.1
2
+ Generator: hatchling 1.24.2
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
@@ -1,36 +0,0 @@
1
- aa_rss_to_discord/__init__.py,sha256=wEq95Y_3DLSr7XqKktVn0Uh6MpnraZDqloI2m56GKn4,144
2
- aa_rss_to_discord/admin.py,sha256=bbvD0w0vFgD4kR4riWIwpOWpb9t8R6BI7ofYqTZbjDw,440
3
- aa_rss_to_discord/apps.py,sha256=2VCJz9NRLjonlVLMngaoTQLk62hfJwBTSc49PfUK4EE,322
4
- aa_rss_to_discord/auth_hooks.py,sha256=k5mLzQR1NwtA5MCedLzPyULEhv4ylwqvFpTPZ62eWJ0,273
5
- aa_rss_to_discord/constants.py,sha256=g3gSPWdVyUcv4ayJvG78mGtcPCdbJBjuGaAPE9CI3bc,455
6
- aa_rss_to_discord/managers.py,sha256=bM4Mi4J-DFKVUhTFrKRh7FmZfZrWcUgOlF7Yeu69lw0,303
7
- aa_rss_to_discord/models.py,sha256=wfFt1p8sQlcOFdVrByiuYStS9UI0nhbVeBsSYAxrYMA,1706
8
- aa_rss_to_discord/tasks.py,sha256=ugsFX7RVIeeg0XBsqSup4f02jc3yPL09-sJhpBGB9Bc,7189
9
- aa_rss_to_discord/discordbot/cogs/__init__.py,sha256=3u3OJfO3Xh1GightCaX0lhbUbP7Lq2c1nY4Tg1FsrZo,27
10
- aa_rss_to_discord/discordbot/cogs/rss.py,sha256=Z1OE_74RQYpLjanLNQ1lryxcp8f9TK5kJBGvQJUuCeA,8461
11
- aa_rss_to_discord/locale/django.pot,sha256=69wIrS3P4ZZ-FH3_pVA0qzB8ZSoBUmfCNcdqr8g7a_o,901
12
- aa_rss_to_discord/locale/de/LC_MESSAGES/django.mo,sha256=7VHr6Q_tHJ52a7PXPaEM8_FHMhKIh4D4gaWvT6vAJhs,716
13
- aa_rss_to_discord/locale/de/LC_MESSAGES/django.po,sha256=Av-BNEAD0LkUpuIW20sgLFmrvIQkHwXXJOQ55JY_ZXk,1112
14
- aa_rss_to_discord/locale/es/LC_MESSAGES/django.mo,sha256=MzeegPzEX1iQkPPTJWCGys3pY-jABv6GjZZBph2oz0Q,664
15
- aa_rss_to_discord/locale/es/LC_MESSAGES/django.po,sha256=QoVmZqm6ztuEH2HDs8E7EUin0na4x4JcI9CO6RgIfeo,1132
16
- aa_rss_to_discord/locale/fr_FR/LC_MESSAGES/django.mo,sha256=7OFTnEf2Cnq8XTCOReEL0-HzJ1n8mF3cQMXnMtaVKt0,484
17
- aa_rss_to_discord/locale/fr_FR/LC_MESSAGES/django.po,sha256=WUMpfv5uRSEDkDihNSoHewRMJ2lLhLPXXIz_7GGGfHo,1047
18
- aa_rss_to_discord/locale/it_IT/LC_MESSAGES/django.mo,sha256=egzpTO8-t2xAid6Kptr_n29t9nkHqAchHih0xIXblBs,487
19
- aa_rss_to_discord/locale/it_IT/LC_MESSAGES/django.po,sha256=yzdBZsWIHlakre3Mps0RsmUYk7SaSsY_-XaSGwWvImg,1049
20
- aa_rss_to_discord/locale/ja/LC_MESSAGES/django.mo,sha256=15VVay5heVAceBWdaPsFzVsXhXepQU9469-jtKOt2jM,484
21
- aa_rss_to_discord/locale/ja/LC_MESSAGES/django.po,sha256=lxOafJRj9gNgB6HzeAh37PwGT3ww2fq6m3HVPA020gA,1042
22
- aa_rss_to_discord/locale/ko_KR/LC_MESSAGES/django.mo,sha256=A2byfMgoN1Mksd3SAgk75opaKsjj6JhxN7wqyC0ZI3M,656
23
- aa_rss_to_discord/locale/ko_KR/LC_MESSAGES/django.po,sha256=yAHeVZsbJ7Al9_kMr6H3rG9WYgU049_z_9jfuusBwFA,1100
24
- aa_rss_to_discord/locale/ru/LC_MESSAGES/django.mo,sha256=B0db2_UEdMK0ypUlbqvw7Pot-lFAaCAONu8Z2uqFh5s,865
25
- aa_rss_to_discord/locale/ru/LC_MESSAGES/django.po,sha256=hynMquUqLcoeGk3SBksygbnTuEO345ZUI2oNaJ65FKg,1290
26
- aa_rss_to_discord/locale/uk/LC_MESSAGES/django.mo,sha256=e_aGlVRkU3GDWKatqYBwhK_iEESR6TEerR4zKhEA3Do,792
27
- aa_rss_to_discord/locale/uk/LC_MESSAGES/django.po,sha256=08sHHi4_bGeNwtR82aqB37vHVQhYj9SCIkKoR3nI6-4,1231
28
- aa_rss_to_discord/locale/zh_Hans/LC_MESSAGES/django.mo,sha256=LlrNI81qa7JeGykoVOViDRIkrr-B5xWgys4K1QO3bQ0,518
29
- aa_rss_to_discord/locale/zh_Hans/LC_MESSAGES/django.po,sha256=zZAM0AUnv0slSSdrqvkq7kmq7RP09NMd8YKeLsLYTe4,1064
30
- aa_rss_to_discord/migrations/0001_initial.py,sha256=TD8ZmWLleWEw1G3PlQh3HBU4pRXxwIfp_LMQj4IyTDE,2764
31
- aa_rss_to_discord/migrations/0002_enable_disable_rss_feeds.py,sha256=apLeuxILrxvTntSc1bixfcDqpgt49VscyT6inLKU9k8,396
32
- aa_rss_to_discord/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
33
- aa_rss_to_discord-2.0.0b1.dist-info/METADATA,sha256=nW-Yn5ONXmfrFjecdoUG3UgwHpu6Rfq906D-qTlD7Q0,50397
34
- aa_rss_to_discord-2.0.0b1.dist-info/WHEEL,sha256=TJPnKdtrSue7xZ_AVGkp9YXcvDrobsjBds1du3Nx6dc,87
35
- aa_rss_to_discord-2.0.0b1.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
36
- aa_rss_to_discord-2.0.0b1.dist-info/RECORD,,