Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

💫 Change geotrek.core verbose name to "Topology" #3990

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ CHANGELOG
- Tourism : add price to TouristicEvent model - ref #3587
- Add `check_versions` command to check Geotrek, Python, Django, PostgreSQL and PostGIS versions.
- Add ``GeotrekCourseParser`` and ``GeotrekSiteParser`` in Aggregator to retrieve Outdoor models (refs #3569)
- Change `geotrek.core` verbose name to "Topology"

**Bug fixes**

Expand Down
2 changes: 1 addition & 1 deletion geotrek/authent/tests/test_admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def test_path_manager_cannot_see_trekking_apps(self):
response = self.client.get('/admin/trekking/')
self.assertEqual(response.status_code, 404)
response = self.client.get('/admin/')
self.assertContains(response, 'Core')
self.assertContains(response, 'Topology')
self.assertContains(response, 'Maintenance')
self.assertContains(response, 'Infrastructure')
self.assertContains(response, 'Signage')
Expand Down
2 changes: 1 addition & 1 deletion geotrek/core/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

class CoreConfig(AppConfig):
name = 'geotrek.core'
verbose_name = _("Core")
verbose_name = _("Topology")

def ready(self):
from .forms import PathForm, TrailForm
Expand Down
7 changes: 2 additions & 5 deletions geotrek/core/locale/de/LC_MESSAGES/django.po
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-03-04 16:25+0100\n"
"POT-Creation-Date: 2024-03-12 12:52+0000\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 All @@ -18,7 +18,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

msgid "Core"
msgid "Topology"
msgstr ""

msgid "Topology is empty."
Expand Down Expand Up @@ -180,9 +180,6 @@ msgstr ""
msgid "Kind"
msgstr ""

msgid "Topology"
msgstr ""

msgid "Topologies"
msgstr ""

Expand Down
7 changes: 2 additions & 5 deletions geotrek/core/locale/en/LC_MESSAGES/django.po
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-03-04 16:25+0100\n"
"POT-Creation-Date: 2024-03-12 12:52+0000\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 All @@ -18,7 +18,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

msgid "Core"
msgid "Topology"
msgstr ""

msgid "Topology is empty."
Expand Down Expand Up @@ -180,9 +180,6 @@ msgstr ""
msgid "Kind"
msgstr ""

msgid "Topology"
msgstr ""

msgid "Topologies"
msgstr ""

Expand Down
7 changes: 2 additions & 5 deletions geotrek/core/locale/es/LC_MESSAGES/django.po
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-03-04 16:25+0100\n"
"POT-Creation-Date: 2024-03-12 12:52+0000\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 All @@ -18,7 +18,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

msgid "Core"
msgid "Topology"
msgstr ""

msgid "Topology is empty."
Expand Down Expand Up @@ -180,9 +180,6 @@ msgstr ""
msgid "Kind"
msgstr ""

msgid "Topology"
msgstr ""

msgid "Topologies"
msgstr ""

Expand Down
9 changes: 3 additions & 6 deletions geotrek/core/locale/fr/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-04 16:25+0100\n"
"POT-Creation-Date: 2024-03-12 12:52+0000\n"
"PO-Revision-Date: 2020-09-23 07:10+0000\n"
"Last-Translator: Emmanuelle Helly <[email protected]>\n"
"Language-Team: French <https://weblate.makina-corpus.net/projects/geotrek-"
Expand All @@ -19,8 +19,8 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 4.1.1\n"

msgid "Core"
msgstr "Cœur"
msgid "Topology"
msgstr "Topologie"

msgid "Topology is empty."
msgstr "La topologie est vide."
Expand Down Expand Up @@ -183,9 +183,6 @@ msgstr "Décalage"
msgid "Kind"
msgstr "Type de topologie"

msgid "Topology"
msgstr "Topologie"

msgid "Topologies"
msgstr "Topologies"

Expand Down
7 changes: 2 additions & 5 deletions geotrek/core/locale/it/LC_MESSAGES/django.po
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-03-04 16:25+0100\n"
"POT-Creation-Date: 2024-03-12 12:52+0000\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 All @@ -18,7 +18,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

msgid "Core"
msgid "Topology"
msgstr ""

msgid "Topology is empty."
Expand Down Expand Up @@ -180,9 +180,6 @@ msgstr ""
msgid "Kind"
msgstr ""

msgid "Topology"
msgstr ""

msgid "Topologies"
msgstr ""

Expand Down
7 changes: 2 additions & 5 deletions geotrek/core/locale/nl/LC_MESSAGES/django.po
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-03-04 16:25+0100\n"
"POT-Creation-Date: 2024-03-12 12:52+0000\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 All @@ -18,7 +18,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

msgid "Core"
msgid "Topology"
msgstr ""

msgid "Topology is empty."
Expand Down Expand Up @@ -180,9 +180,6 @@ msgstr ""
msgid "Kind"
msgstr ""

msgid "Topology"
msgstr ""

msgid "Topologies"
msgstr ""

Expand Down
Loading