Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yii2cr/yii3-i18njs
Yii2 i18n Javascript Extension. Support for translations from javascript using the native i18n component of Yii2.
https://github.com/yii2cr/yii3-i18njs
i18n javascript php7 yii2 yii2-extension
Last synced: 18 days ago
JSON representation
Yii2 i18n Javascript Extension. Support for translations from javascript using the native i18n component of Yii2.
- Host: GitHub
- URL: https://github.com/yii2cr/yii3-i18njs
- Owner: Yii2cr
- License: bsd-3-clause
- Created: 2019-01-07T16:36:40.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-07T17:39:46.000Z (almost 6 years ago)
- Last Synced: 2024-10-07T17:01:17.152Z (about 1 month ago)
- Topics: i18n, javascript, php7, yii2, yii2-extension
- Language: PHP
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Yii2 i18n Javascript Extension.
===============================
Yii2 i18n Javascript Extension. Support for translations from javascript using the native i18n component of Yii2.Installation
------------The preferred way to install this extension is through [composer](http://getcomposer.org/download/).
Either run
```
php composer.phar require --prefer-dist opencode506/yii2-i18njs "*"
```or add
```
"opencode506/yii2-i18njs": "*"
```to the require section of your `composer.json` file.
Usage
-----Once the extension is installed, simply use it in your code by :
```php
= \opencode506\AutoloadExample::widget(); ?>```