-
Notifications
You must be signed in to change notification settings - Fork 296
Creating a language
Felice Ostuni edited this page Sep 21, 2015
·
8 revisions
By default buttons and messages are translated in the default "locale" configuration (app/config.php).
If you need to add some language to rapyd please fork and add a file here:
https://github.com/zofe/rapyd-laravel/tree/master/src/lang
(then make a pull request).
Note: validation messages are a laravel stuff, you can find a lot of localization here:
https://github.com/caouecs/Laravel-lang
(then you can add one or many language in your app/lang/ folder)
presentation
editing