File tree 7 files changed +6
-6
lines changed
7 files changed +6
-6
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 8
8
msgstr ""
9
9
"Project-Id-Version : PACKAGE VERSION\n "
10
10
"Report-Msgid-Bugs-To : \n "
11
- "POT-Creation-Date : 2025-02-18 14:03 +0000\n "
11
+ "POT-Creation-Date : 2025-02-21 09:05 +0000\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 "
File renamed without changes.
Original file line number Diff line number Diff line change 8
8
msgstr ""
9
9
"Project-Id-Version : PACKAGE VERSION\n "
10
10
"Report-Msgid-Bugs-To : \n "
11
- "POT-Creation-Date : 2025-02-18 14:03 +0000\n "
11
+ "POT-Creation-Date : 2025-02-21 09:05 +0000\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 "
File renamed without changes.
Original file line number Diff line number Diff line change 8
8
msgstr ""
9
9
"Project-Id-Version : PACKAGE VERSION\n "
10
10
"Report-Msgid-Bugs-To : \n "
11
- "POT-Creation-Date : 2025-02-18 14:03 +0000\n "
11
+ "POT-Creation-Date : 2025-02-21 09:05 +0000\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 "
@@ -116,8 +116,8 @@ msgstr "Il filtro \"files\" è obbligatorio!"
116
116
#: alexandria/core/views.py
117
117
msgid "The \" files\" filter must consist of a comma delimited list of UUIDs!"
118
118
msgstr ""
119
- "Il filtro \" files\" deve essere costituito da un elenco di UUID delimitato da "
120
- "virgole!"
119
+ "Il filtro \" files\" deve essere costituito da un elenco di UUID delimitato "
120
+ "da virgole!"
121
121
122
122
#: alexandria/core/views.py
123
123
msgid "For downloading a file use the presigned download URL."
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ def parse_languages(languages):
79
79
or global_settings .LANGUAGES
80
80
)
81
81
PROJECT_ROOT = (Path (__file__ ) / Path ("../.." )).resolve ()
82
- LOCALE_PATHS = [str (PROJECT_ROOT / Path ("locale" ))]
82
+ LOCALE_PATHS = [str (PROJECT_ROOT / Path ("core/ locale" ))]
83
83
84
84
TIME_ZONE = env .str ("TIME_ZONE" , "UTC" )
85
85
USE_I18N = True
You can’t perform that action at this time.
0 commit comments