Skip to content

Commit 37fa205

Browse files
samdarkgithub-actions[bot]
authored andcommitted
Update translation
1 parent 3707d20 commit 37fa205

File tree

7 files changed

+11
-4
lines changed

7 files changed

+11
-4
lines changed

_translations/po/es/guide_start_creating-project.md.po

Lines changed: 2 additions & 1 deletion
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-25 21:55+0000\n"
9+
"POT-Creation-Date: 2025-12-26 18:30+0000\n"
1010
"PO-Revision-Date: 2025-09-04 11:19+0500\n"
1111
"Last-Translator: Automatically generated\n"
1212
"Language-Team: none\n"
@@ -65,6 +65,7 @@ msgstr "Los eventos se lanzan de la siguiente forma:"
6565
msgid ""
6666
"docker run --rm -it -v \"$(pwd):/app\" composer/composer create-project yiisoft/app your_project\n"
6767
"sudo chown -R $(id -u):$(id -g) your_project\n"
68+
"make composer update\n"
6869
msgstr ""
6970

7071
#. type: Plain text

_translations/po/id/guide_start_creating-project.md.po

Lines changed: 2 additions & 1 deletion
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-25 21:55+0000\n"
9+
"POT-Creation-Date: 2025-12-26 18:30+0000\n"
1010
"PO-Revision-Date: 2025-09-04 11:19+0500\n"
1111
"Last-Translator: Automatically generated\n"
1212
"Language-Team: none\n"
@@ -62,6 +62,7 @@ msgstr ""
6262
msgid ""
6363
"docker run --rm -it -v \"$(pwd):/app\" composer/composer create-project yiisoft/app your_project\n"
6464
"sudo chown -R $(id -u):$(id -g) your_project\n"
65+
"make composer update\n"
6566
msgstr ""
6667

6768
#. type: Plain text

_translations/po/ru/guide_start_creating-project.md.po

Lines changed: 2 additions & 1 deletion
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-25 21:55+0000\n"
9+
"POT-Creation-Date: 2025-12-26 18:30+0000\n"
1010
"PO-Revision-Date: 2025-09-04 11:19+0500\n"
1111
"Last-Translator: Automatically generated\n"
1212
"Language-Team: none\n"
@@ -65,6 +65,7 @@ msgstr "Для установки пакетов выполните в конс
6565
msgid ""
6666
"docker run --rm -it -v \"$(pwd):/app\" composer/composer create-project yiisoft/app your_project\n"
6767
"sudo chown -R $(id -u):$(id -g) your_project\n"
68+
"make composer update\n"
6869
msgstr ""
6970

7071
#. type: Plain text

_translations/pot/guide_start_creating-project.md.pot

Lines changed: 2 additions & 1 deletion
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-25 21:55+0000\n"
10+
"POT-Creation-Date: 2025-12-26 18:30+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"
@@ -71,6 +71,7 @@ msgstr ""
7171
msgid ""
7272
"docker run --rm -it -v \"$(pwd):/app\" composer/composer create-project yiisoft/app your_project\n"
7373
"sudo chown -R $(id -u):$(id -g) your_project\n"
74+
"make composer update\n"
7475
msgstr ""
7576

7677
#. type: Plain text

src/es/guide/start/creating-project.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Docker users can run the following commands:
2424
```sh
2525
docker run --rm -it -v "$(pwd):/app" composer/composer create-project yiisoft/app your_project
2626
sudo chown -R $(id -u):$(id -g) your_project
27+
make composer update
2728
```
2829

2930
This installs the latest stable version of the Yii project template in a

src/id/guide/start/creating-project.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Docker users can run the following commands:
2424
```sh
2525
docker run --rm -it -v "$(pwd):/app" composer/composer create-project yiisoft/app your_project
2626
sudo chown -R $(id -u):$(id -g) your_project
27+
make composer update
2728
```
2829

2930
This installs the latest stable version of the Yii project template in a

src/ru/guide/start/creating-project.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Docker users can run the following commands:
2424
```sh
2525
docker run --rm -it -v "$(pwd):/app" composer/composer create-project yiisoft/app your_project
2626
sudo chown -R $(id -u):$(id -g) your_project
27+
make composer update
2728
```
2829

2930
This installs the latest stable version of the Yii project template in a

0 commit comments

Comments
 (0)