File: 0003-Fix-PO-Revision-Date-fields-from-translations-whe.patch

package info (click to toggle)
python-djangorestframework-simplejwt 5.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 956 kB
  • sloc: python: 3,783; makefile: 213; javascript: 40; sh: 6
file content (87 lines) | stat: -rw-r--r-- 4,174 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
From: Michael Fladischer <FladischerMichael@fladi.at>
Date: Wed, 13 Dec 2023 21:50:45 +0000
Subject: Fix PO-Revision-Date fields from translations where a date was
 missing or mangled.

---
 rest_framework_simplejwt/locale/he_IL/LC_MESSAGES/django.po   | 1 -
 rest_framework_simplejwt/locale/it_IT/LC_MESSAGES/django.po   | 1 -
 rest_framework_simplejwt/locale/ru_RU/LC_MESSAGES/django.po   | 1 -
 rest_framework_simplejwt/locale/sl/LC_MESSAGES/django.po      | 1 -
 rest_framework_simplejwt/locale/uk_UA/LC_MESSAGES/django.po   | 1 -
 rest_framework_simplejwt/locale/zh_Hans/LC_MESSAGES/django.po | 2 +-
 6 files changed, 1 insertion(+), 6 deletions(-)

diff --git a/rest_framework_simplejwt/locale/he_IL/LC_MESSAGES/django.po b/rest_framework_simplejwt/locale/he_IL/LC_MESSAGES/django.po
index 48c3f7d..7923ec5 100644
--- a/rest_framework_simplejwt/locale/he_IL/LC_MESSAGES/django.po
+++ b/rest_framework_simplejwt/locale/he_IL/LC_MESSAGES/django.po
@@ -5,7 +5,6 @@ msgstr ""
 "Project-Id-Version: djangorestframework_simplejwt\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2025-02-28 15:09-0300\n"
-"PO-Revision-Date: \n"
 "Last-Translator: \n"
 "Language-Team: \n"
 "Language: he\n"
diff --git a/rest_framework_simplejwt/locale/it_IT/LC_MESSAGES/django.po b/rest_framework_simplejwt/locale/it_IT/LC_MESSAGES/django.po
index 9389d8b..0a030b6 100644
--- a/rest_framework_simplejwt/locale/it_IT/LC_MESSAGES/django.po
+++ b/rest_framework_simplejwt/locale/it_IT/LC_MESSAGES/django.po
@@ -5,7 +5,6 @@ msgstr ""
 "Project-Id-Version: djangorestframework_simplejwt\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2025-02-28 15:09-0300\n"
-"PO-Revision-Date: \n"
 "Last-Translator: Adriano Di Dio <95adriano@gmail.com>\n"
 "Language-Team: \n"
 "Language: it_IT\n"
diff --git a/rest_framework_simplejwt/locale/ru_RU/LC_MESSAGES/django.po b/rest_framework_simplejwt/locale/ru_RU/LC_MESSAGES/django.po
index 9a1c557..7274e1b 100644
--- a/rest_framework_simplejwt/locale/ru_RU/LC_MESSAGES/django.po
+++ b/rest_framework_simplejwt/locale/ru_RU/LC_MESSAGES/django.po
@@ -5,7 +5,6 @@ msgstr ""
 "Project-Id-Version: djangorestframework_simplejwt\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2025-02-28 15:09-0300\n"
-"PO-Revision-Date: \n"
 "Last-Translator: Sergey Ozeranskiy <sozeranskiy@dreamclass.ru>\n"
 "Language-Team: \n"
 "Language: ru_RU\n"
diff --git a/rest_framework_simplejwt/locale/sl/LC_MESSAGES/django.po b/rest_framework_simplejwt/locale/sl/LC_MESSAGES/django.po
index 91d7fa8..04fb56c 100644
--- a/rest_framework_simplejwt/locale/sl/LC_MESSAGES/django.po
+++ b/rest_framework_simplejwt/locale/sl/LC_MESSAGES/django.po
@@ -5,7 +5,6 @@ msgstr ""
 "Project-Id-Version: djangorestframework_simplejwt\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2025-02-28 15:09-0300\n"
-"PO-Revision-Date: \n"
 "Last-Translator: Urban Prevc <prevcurban@gmail.com>\n"
 "Language-Team: \n"
 "Language: sl\n"
diff --git a/rest_framework_simplejwt/locale/uk_UA/LC_MESSAGES/django.po b/rest_framework_simplejwt/locale/uk_UA/LC_MESSAGES/django.po
index 92b5318..b4b73a4 100644
--- a/rest_framework_simplejwt/locale/uk_UA/LC_MESSAGES/django.po
+++ b/rest_framework_simplejwt/locale/uk_UA/LC_MESSAGES/django.po
@@ -7,7 +7,6 @@ msgstr ""
 "Project-Id-Version: djangorestframework_simplejwt\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2025-02-28 15:09-0300\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: Artiukhov Artem <defenite@meta.ua>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
 "Language: uk_UA\n"
diff --git a/rest_framework_simplejwt/locale/zh_Hans/LC_MESSAGES/django.po b/rest_framework_simplejwt/locale/zh_Hans/LC_MESSAGES/django.po
index cf4de1a..2acbf9c 100644
--- a/rest_framework_simplejwt/locale/zh_Hans/LC_MESSAGES/django.po
+++ b/rest_framework_simplejwt/locale/zh_Hans/LC_MESSAGES/django.po
@@ -7,7 +7,7 @@ msgstr ""
 "Project-Id-Version: djangorestframework_simplejwt\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2025-02-28 15:09-0300\n"
-"PO-Revision-Date: 2021-06-23 13:29+080\n"
+"PO-Revision-Date: 2021-06-23 13:29+0800\n"
 "Last-Translator: zengqiu <zengqiu@qq.com>\n"
 "Language: zh_Hans\n"
 "MIME-Version: 1.0\n"