You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _translations/po/es/guide_start_workflow.md.po
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
msgid ""
7
7
msgstr ""
8
8
"Project-Id-Version: PACKAGE VERSION\n"
9
-
"POT-Creation-Date: 2025-12-24 13:00+0000\n"
9
+
"POT-Creation-Date: 2026-04-06 22:12+0000\n"
10
10
"PO-Revision-Date: 2025-09-04 11:19+0500\n"
11
11
"Last-Translator: Automatically generated\n"
12
12
"Language-Team: none\n"
@@ -56,7 +56,7 @@ msgstr ""
56
56
57
57
#. type: Plain text
58
58
#: ../src/guide/start/workflow.md
59
-
msgid"In addition to the web application, you can access a console script via `APP_ENV=dev ./yii` or, in case of Docker, `make yii`. Use this script to run background and maintenance tasks for the application, which the [Console Application Section](../tutorial/console-applications.md) describes."
59
+
msgid"In addition to the web application, you can access a console script via `./yii` or, in case of Docker, `make yii`. Use this script to run background and maintenance tasks for the application, which the [Console Application Section](../tutorial/console-applications.md) describes."
msgid"To get support for console application in your project, get `yiisoft/yii-console` via composer:"
49
+
msgid"If you're using [yiisoft/app](https://github.com/yiisoft/app) or [yiisoft/app-api](https://github.com/yiisoft/app-api), console support is already included. You can access the entry point as:"
44
50
msgstr""
45
51
46
52
#. type: Fenced code block
47
53
#: ../src/guide/tutorial/console-applications.md
48
54
#, no-wrap
49
-
msgid"composer require yiisoft/yii-console\n"
55
+
msgid"./yii\n"
50
56
msgstr""
51
57
52
58
#. type: Plain text
53
59
#: ../src/guide/tutorial/console-applications.md
54
-
msgid"After it's installed, you can access the entry point as"
60
+
msgid"If you want a standalone console-only application, use the [yiisoft/app-console](https://github.com/yiisoft/app-console) project template:"
msgid"To add console support to an existing project from scratch, refer to the [yiisoft/yii-console package documentation](https://github.com/yiisoft/yii-console)."
0 commit comments