Skip to content

Commit 23605c8

Browse files
committed
(locale) simplifying version and updating locale
1 parent 205e527 commit 23605c8

File tree

15 files changed

+879
-1487
lines changed

15 files changed

+879
-1487
lines changed

doc/conf.py.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,14 +73,14 @@ master_doc = 'index'
7373

7474
# General information about the project.
7575
project = u'pgRouting'
76-
copyright = u'pgRouting Contributors - Version @PROJECT_FULL_VERSION@'
76+
copyright = u'pgRouting Contributors - Version v@PROJECT_LIB_VERSION@'
7777

7878
# The version info for the project you're documenting, acts as replacement for
7979
# |version| and |release|, also used in various other places throughout the
8080
# built documents.
8181
#
8282
# The short X.Y version.
83-
version = '@PROJECT_FULL_VERSION@'
83+
version = 'v@PROJECT_LIB_VERSION@'
8484
# The full version, including alpha/beta/rc tags.
8585
release = '@PROJECT_FULL_VERSION@'
8686

@@ -394,7 +394,7 @@ rst_epilog="""
394394
.. |result-pickdrop| replace:: ``(seq, vehicle_number, vehicle_id, stop, order_id, stop_type, cargo, travel_time, arrival_time, wait_time, service_time, departure_time)``
395395
.. |boost| image:: images/boost-inside.jpeg
396396
:target: https://www.boost.org/libs/graph
397-
:alt: Boost Graph inside
397+
:alt: Boost Graph Inside
398398
:height: 18
399399
.. |epilog_end| replace:: just a marker for notes2news
400400
"""

locale/de/LC_MESSAGES/index.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# SOME DESCRIPTIVE TITLE.
2-
# Copyright (C) pgRouting Contributors - Version v4.0.0-dev
2+
# Copyright (C) pgRouting Contributors - Version v4.0
33
# This file is distributed under the same license as the pgRouting package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
msgid ""
77
msgstr ""
8-
"Project-Id-Version: pgRouting v4.0.0-dev\n"
8+
"Project-Id-Version: pgRouting v4.0\n"
99
"Report-Msgid-Bugs-To: \n"
1010
"POT-Creation-Date: 2022-06-25 12:55-0500\n"
1111
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"

locale/de/LC_MESSAGES/pgrouting_doc_strings.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# SOME DESCRIPTIVE TITLE.
2-
# Copyright (C) pgRouting Contributors - Version v4.0.0-dev
2+
# Copyright (C) pgRouting Contributors - Version v4.0
33
# This file is distributed under the same license as the pgRouting package.
44
# Regina Obe <regina@arrival3d.com>, 2023.
55
msgid ""
66
msgstr ""
7-
"Project-Id-Version: pgRouting v4.0.0-dev\n"
7+
"Project-Id-Version: pgRouting v4.0\n"
88
"Report-Msgid-Bugs-To: \n"
99
"POT-Creation-Date: 2025-01-10 14:53+0000\n"
1010
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"

locale/en/LC_MESSAGES/index.po

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# SOME DESCRIPTIVE TITLE.
2-
# Copyright (C) pgRouting Contributors - Version v4.0.0-dev
2+
# Copyright (C) pgRouting Contributors - Version v4.0
33
# This file is distributed under the same license as the pgRouting package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, 2022.
55
#
66
#, fuzzy
77
msgid ""
88
msgstr ""
9-
"Project-Id-Version: pgRouting v4.0.0-dev\n"
9+
"Project-Id-Version: pgRouting v4.0\n"
1010
"Report-Msgid-Bugs-To: \n"
1111
"POT-Creation-Date: 2022-06-25 12:55-0500\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
@@ -150,7 +150,7 @@ msgstr ""
150150

151151
#: ../../build/doc/bdDijkstra-family.rst:7
152152
msgid ""
153-
":doc:`pgr_bdDijkstraCostMatrix` - Bidirectional Dijkstra algorithm to "
153+
":doc:`pgr_bdDijkstraCostMatrix` - Bidirectional Dijkstra algorithm to "
154154
"create a matrix of costs of the shortest paths."
155155
msgstr ""
156156

@@ -331,7 +331,7 @@ msgid ""
331331
msgstr ""
332332

333333
#: ../../build/doc/topology-functions.rst:6
334-
msgid ":doc:`pgr_createTopology` - create a topology based on the geometry."
334+
msgid ":doc:`pgr_createTopology` - create a topology based on the geometry."
335335
msgstr ""
336336

337337
#: ../../build/doc/topology-functions.rst:7
@@ -342,7 +342,7 @@ msgstr ""
342342

343343
#: ../../build/doc/topology-functions.rst:9
344344
msgid ""
345-
":doc:`pgr_analyzeGraph` - to analyze the edges and vertices of the edge "
345+
":doc:`pgr_analyzeGraph` - to analyze the edges and vertices of the edge "
346346
"table."
347347
msgstr ""
348348

@@ -351,7 +351,7 @@ msgid ":doc:`pgr_analyzeOneWay` - to analyze directionality of the edges."
351351
msgstr ""
352352

353353
#: ../../build/doc/topology-functions.rst:12
354-
msgid ":doc:`pgr_nodeNetwork` -to create nodes to a not noded edge table."
354+
msgid ":doc:`pgr_nodeNetwork` - to create nodes to a not noded edge table."
355355
msgstr ""
356356

357357
#: ../../build/doc/routingFunctions.rst:77

0 commit comments

Comments
 (0)