Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yii2
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PSDI Army
yii2
Commits
57f7d133
Commit
57f7d133
authored
Jan 01, 2014
by
Mark
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
i18n docs for view
parent
7a1949fe
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
i18n.md
docs/guide/i18n.md
+10
-0
No files found.
docs/guide/i18n.md
View file @
57f7d133
...
...
@@ -259,6 +259,16 @@ Will produce "Snoopy is dog and it loves Yii!".
In the expression
`female`
and
`male`
are possible values.
`other`
handler values that do not match. Strings inside
brackets are sub-expressions so could be just a string or a string with more placeholders.
Views
-----
You can use i18n in your views to provide support for different languages. For example, if you have view
`views/site/index.php`
and
you want to create special case for russian language, you create
`ru-RU`
folder under the view path of current controller/widget and
put there file for russian languag as follows
`views/site/ru-RU/index.php`
.
> **Note**: You should note that in Yii2 language id style has changed, now it use dash **ru-RU, en-US, pl-PL** instead of underscore, because of
> php **intl** library.
Formatters
----------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment