Skip to content

Commit 1d7f17b

Browse files
Update locale: commit 8240df5
1 parent 8240df5 commit 1d7f17b

2 files changed

Lines changed: 4 additions & 13 deletions

File tree

locale/en/LC_MESSAGES/pgrouting_doc_strings.po

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: pgRouting v4.1\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2026-03-02 03:27+0000\n"
11+
"POT-Creation-Date: 2026-03-02 03:45+0000\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -8695,16 +8695,10 @@ msgid ""
86958695
"it is not."
86968696
msgstr ""
86978697

8698-
msgid ""
8699-
"This function returns the edges of the planar embedding when the graph is "
8700-
"planar."
8701-
msgstr ""
8702-
87038698
msgid "This implementation uses the Boyer-Myrvold Planarity Testing."
87048699
msgstr ""
87058700

8706-
msgid ""
8707-
"It will return the edges of the planar embedding when the graph is planar."
8701+
msgid "Returns the edges of the planar embedding when the graph is planar."
87088702
msgstr ""
87098703

87108704
msgid "If the graph is not planar, it returns an empty set."

locale/pot/pgrouting_doc_strings.pot

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: pgRouting v4.1\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2026-03-02 03:27+0000\n"
11+
"POT-Creation-Date: 2026-03-02 03:45+0000\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -7540,13 +7540,10 @@ msgstr ""
75407540
msgid "A planar embedding of a graph is a mapping of the graph onto a plane such that no two edges cross. Given a graph, the Boyer-Myrvold planarity testing algorithm can produce a planar embedding if the graph is planar, or identify a Kuratowski subgraph (a subdivision of :math:`K_5` or :math:`K_{3,3}`) if it is not."
75417541
msgstr ""
75427542

7543-
msgid "This function returns the edges of the planar embedding when the graph is planar."
7544-
msgstr ""
7545-
75467543
msgid "This implementation uses the Boyer-Myrvold Planarity Testing."
75477544
msgstr ""
75487545

7549-
msgid "It will return the edges of the planar embedding when the graph is planar."
7546+
msgid "Returns the edges of the planar embedding when the graph is planar."
75507547
msgstr ""
75517548

75527549
msgid "If the graph is not planar, it returns an empty set."

0 commit comments

Comments
 (0)