Skip to content
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.

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)

Clone this wiki locally