Skip to content

Commit b4900e7

Browse files
samdarkgithub-actions[bot]
authored andcommitted
Update translation
1 parent c68d424 commit b4900e7

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

_translations/po/es/guide_start_databases.md.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
msgid ""
77
msgstr ""
88
"Project-Id-Version: PACKAGE VERSION\n"
9-
"POT-Creation-Date: 2025-12-27 06:03+0000\n"
9+
"POT-Creation-Date: 2025-12-27 06:04+0000\n"
1010
"PO-Revision-Date: 2025-09-04 11:19+0500\n"
1111
"Last-Translator: Automatically generated\n"
1212
"Language-Team: none\n"
@@ -449,7 +449,7 @@ msgid ""
449449
"\n"
450450
" public function findOneBySlug(string $slug): ?Page\n"
451451
" {\n"
452-
" $query = $this->connection\n"
452+
" $query = $this->connection\n"
453453
" ->select()\n"
454454
" ->from('{{%page}}')\n"
455455
" ->where('slug = :slug', ['slug' => $slug]);\n"

_translations/po/id/guide_start_databases.md.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
msgid ""
77
msgstr ""
88
"Project-Id-Version: PACKAGE VERSION\n"
9-
"POT-Creation-Date: 2025-12-27 06:03+0000\n"
9+
"POT-Creation-Date: 2025-12-27 06:04+0000\n"
1010
"PO-Revision-Date: 2025-09-04 11:19+0500\n"
1111
"Last-Translator: Automatically generated\n"
1212
"Language-Team: none\n"
@@ -451,7 +451,7 @@ msgid ""
451451
"\n"
452452
" public function findOneBySlug(string $slug): ?Page\n"
453453
" {\n"
454-
" $query = $this->connection\n"
454+
" $query = $this->connection\n"
455455
" ->select()\n"
456456
" ->from('{{%page}}')\n"
457457
" ->where('slug = :slug', ['slug' => $slug]);\n"

_translations/po/ru/guide_start_databases.md.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
msgid ""
77
msgstr ""
88
"Project-Id-Version: PACKAGE VERSION\n"
9-
"POT-Creation-Date: 2025-12-27 06:03+0000\n"
9+
"POT-Creation-Date: 2025-12-27 06:04+0000\n"
1010
"PO-Revision-Date: 2025-09-04 11:19+0500\n"
1111
"Last-Translator: Automatically generated\n"
1212
"Language-Team: none\n"
@@ -454,7 +454,7 @@ msgid ""
454454
"\n"
455455
" public function findOneBySlug(string $slug): ?Page\n"
456456
" {\n"
457-
" $query = $this->connection\n"
457+
" $query = $this->connection\n"
458458
" ->select()\n"
459459
" ->from('{{%page}}')\n"
460460
" ->where('slug = :slug', ['slug' => $slug]);\n"

_translations/pot/guide_start_databases.md.pot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
msgid ""
88
msgstr ""
99
"Project-Id-Version: PACKAGE VERSION\n"
10-
"POT-Creation-Date: 2025-12-27 06:03+0000\n"
10+
"POT-Creation-Date: 2025-12-27 06:04+0000\n"
1111
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1212
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1313
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -491,7 +491,7 @@ msgid ""
491491
"\n"
492492
" public function findOneBySlug(string $slug): ?Page\n"
493493
" {\n"
494-
" $query = $this->connection\n"
494+
" $query = $this->connection\n"
495495
" ->select()\n"
496496
" ->from('{{%page}}')\n"
497497
" ->where('slug = :slug', ['slug' => $slug]);\n"

src/es/guide/start/databases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ final readonly class PageRepository
305305
306306
public function findOneBySlug(string $slug): ?Page
307307
{
308-
$query = $this->connection
308+
$query = $this->connection
309309
->select()
310310
->from('{{%page}}')
311311
->where('slug = :slug', ['slug' => $slug]);

src/id/guide/start/databases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ final readonly class PageRepository
305305
306306
public function findOneBySlug(string $slug): ?Page
307307
{
308-
$query = $this->connection
308+
$query = $this->connection
309309
->select()
310310
->from('{{%page}}')
311311
->where('slug = :slug', ['slug' => $slug]);

src/ru/guide/start/databases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ final readonly class PageRepository
305305
306306
public function findOneBySlug(string $slug): ?Page
307307
{
308-
$query = $this->connection
308+
$query = $this->connection
309309
->select()
310310
->from('{{%page}}')
311311
->where('slug = :slug', ['slug' => $slug]);

0 commit comments

Comments
 (0)