Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multi language for default buttons #22

Open
MarcoDuizer opened this issue Dec 7, 2017 · 1 comment
Open

Multi language for default buttons #22

MarcoDuizer opened this issue Dec 7, 2017 · 1 comment

Comments

@MarcoDuizer
Copy link

Here it should use Yii::t('app','title') so its is multi language.

public $default_buttons = [ 'prev' => ['title' => 'Previous', 'options' => [ 'class' => 'btn btn-default', 'type' => 'button']], 'next' => ['title' => 'Next', 'options' => [ 'class' => 'btn btn-default', 'type' => 'button']], 'save' => ['title' => 'Save', 'options' => [ 'class' => 'btn btn-default', 'type' => 'button']], 'skip' => ['title' => 'Skip', 'options' => [ 'class' => 'btn btn-default', 'type' => 'button']], ];

@drsdre
Copy link
Owner

drsdre commented Dec 14, 2017

If you can send a pull request specific to multi-language, I will merge it quickly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants