Skip to content

Commit 4c99381

Browse files
committed
README
1 parent f117756 commit 4c99381

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ You can manually install **yii2-pluto** by [downloading the source in ZIP-format
4747

4848
**Pluto** is a [module](https://www.yiiframework.com/doc/guide/2.0/en/structure-modules#using-modules "Yii2")
4949
in the Yii2 framework. It has to be configured
50-
in the main configuration file, usually called `web.php` or `main.php` in the `config`
50+
in the main configuration file, usually called `web.php` in the `config`
5151
directory. Add the following to the configuration array:
5252

5353
<?php
@@ -75,7 +75,9 @@ There probably already is a `bootstrap` property in your configuration file; jus
7575
add `'pluto'` to it.
7676

7777
**Important**: the module should also be set up in the same way in the console configuration (usually
78-
called `console.php`).
78+
called `console.php`). Notice that in some setups, there may be a `main.php` containing the configuration
79+
for both web and console tiers. A notable example is the
80+
[Yii2 advanced template](https://www.yiiframework.com/extension/yiisoft/yii2-app-advanced/doc/guide/2.0/en).
7981

8082
#### Console commands ####
8183

@@ -127,7 +129,7 @@ to accomplish this, but here are some general guidelines:
127129

128130
- A **guest user** should be offered an opportunity to *log in*. **Pluto**'s login screen
129131
has options to sign up (register) for new users, and to reset the password.
130-
- An **authenticated** user should be offered an opportunities to *log out*, as well as
132+
- An **authenticated** user should be offered opportunities to *log out*, as well as
131133
to change her settings, etc.
132134
- Users with special permissions should have options to access **Pluto**'s User Management
133135
Pages and the like.
@@ -324,7 +326,7 @@ If you want a single or only a few messages translated and use **Pluto**'s trans
324326
]);
325327

326328

327-
At the moment, only two languages are implemented: Italian and Dutch. Agreed, Dutch is only the world's
329+
At the moment, only a few languages are implemented: Italian, Russian, and Dutch. Agreed, Dutch is only the world's
328330
[52th language](https://en.wikipedia.org/wiki/List_of_languages_by_number_of_native_speakers "Wikipedia"),
329331
but it happens to be my native tongue. Please, feel invited to translate **Pluto** in
330332
other languages. I'll be more than glad to include them into **Pluto**'s next release.
@@ -385,5 +387,6 @@ Your users will never be confronted with the name 'pluto'.
385387
## Thanks ##
386388

387389
- **rossaddison**: English grammar.
388-
- **paskuale75**: better hints.
389-
- **ettolo**: Italian translation.
390+
- **paskuale75**: better hints, less bugs.
391+
- **ettolo**: Italian translation.
392+
- **Gleb Shaposhnikov**: Russian translation.

0 commit comments

Comments
 (0)