Skip to content

Commit

Permalink
Update locale: commit 6afe2ca
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 7, 2024
1 parent 6afe2ca commit 792c9fb
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 11 deletions.
15 changes: 9 additions & 6 deletions locale/en/LC_MESSAGES/pgrouting_doc_strings.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ msgid ""
msgstr ""
"Project-Id-Version: pgRouting v3.6.0-dev\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-28 19:05-0600\n"
"POT-Creation-Date: 2024-05-07 21:31+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.12.1\n"
"Generated-By: Babel 2.15.0\n"

msgid "BFS - Category"
msgstr ""
Expand Down Expand Up @@ -4433,17 +4433,17 @@ msgid "Code enhancement"
msgstr ""

msgid ""
"`#2599 <https://github.com/pgRouting/pgrouting/pull/2599>`__ Driving "
"`#2599 <https://github.com/pgRouting/pgrouting/pull/2599>`__ Driving "
"distance cleanup"
msgstr ""

msgid ""
"`#2607 <https://github.com/pgRouting/pgrouting/pull/2607>`__ Read "
"`#2607 <https://github.com/pgRouting/pgrouting/pull/2607>`__ Read "
"postgresql data on C++"
msgstr ""

msgid ""
"`#2614 <https://github.com/pgRouting/pgrouting/pull/2614>`__ Clang tidy "
"`#2614 <https://github.com/pgRouting/pgrouting/pull/2614>`__ Clang tidy "
"does not work"
msgstr ""

Expand Down Expand Up @@ -12537,13 +12537,16 @@ msgid ""
"edges share a common endpoint in G."
msgstr ""

msgid "Currently works for undirected graph."
msgstr ""

msgid "pgr_lineGraph(`Edges SQL`_, [``directed``])"
msgstr ""

msgid "Returns set of |result-lineg|"
msgstr ""

msgid "For a **directed** graph"
msgid "For an **undirected** graph"
msgstr ""

msgid "Gives a local identifier for the edge"
Expand Down
13 changes: 8 additions & 5 deletions locale/pot/pgrouting_doc_strings.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: pgRouting v3.7.0-dev\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-28 19:05-0600\n"
"POT-Creation-Date: 2024-05-07 21:31+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down Expand Up @@ -3973,13 +3973,13 @@ msgstr ""
msgid "Code enhancement"
msgstr ""

msgid "`#2599 <https://github.com/pgRouting/pgrouting/pull/2599>`__ Driving distance cleanup"
msgid "`#2599 <https://github.com/pgRouting/pgrouting/pull/2599>`__ Driving distance cleanup"
msgstr ""

msgid "`#2607 <https://github.com/pgRouting/pgrouting/pull/2607>`__ Read postgresql data on C++"
msgid "`#2607 <https://github.com/pgRouting/pgrouting/pull/2607>`__ Read postgresql data on C++"
msgstr ""

msgid "`#2614 <https://github.com/pgRouting/pgrouting/pull/2614>`__ Clang tidy does not work"
msgid "`#2614 <https://github.com/pgRouting/pgrouting/pull/2614>`__ Clang tidy does not work"
msgstr ""

msgid "All releases"
Expand Down Expand Up @@ -10762,13 +10762,16 @@ msgstr ""
msgid "Two vertices of L(G) are adjacent if and only if their corresponding edges share a common endpoint in G."
msgstr ""

msgid "Currently works for undirected graph."
msgstr ""

msgid "pgr_lineGraph(`Edges SQL`_, [``directed``])"
msgstr ""

msgid "Returns set of |result-lineg|"
msgstr ""

msgid "For a **directed** graph"
msgid "For an **undirected** graph"
msgstr ""

msgid "Gives a local identifier for the edge"
Expand Down

0 comments on commit 792c9fb

Please sign in to comment.