Skip to content

Commit

Permalink
💫 [FEAT] Change geotrek.core verbose name to "Topology"
Browse files Browse the repository at this point in the history
Le verbose name "Core" dans l'application n'est pas très parlant en français (Cœur).
Solution le renomer en Topology ce qui donne "Topologie".
  • Loading branch information
juggler31 committed Mar 13, 2024
1 parent f896045 commit c7b3925
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 33 deletions.
1 change: 1 addition & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ CHANGELOG
- Add `include_externals` filter to Cirkwi trek exports, to allow excluding treks with an external id (eid) (#3947)
- Tourism : add price to TouristicEvent model - ref #3587
- Add `check_versions` command to check Geotrek, Python, Django, PostgreSQL and PostGIS versions.
- 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

0 comments on commit c7b3925

Please sign in to comment.