last corrections for payments
This commit is contained in:
parent
044a6bf253
commit
6db007fc82
53 changed files with 1514 additions and 1177 deletions
|
|
@ -21,6 +21,7 @@ class TranslationController extends Controller
|
|||
*/
|
||||
public function __construct()
|
||||
{
|
||||
|
||||
$this->directory_separator = DIRECTORY_SEPARATOR;
|
||||
$this->languagesPath = App::langPath();
|
||||
|
||||
|
|
@ -61,6 +62,7 @@ class TranslationController extends Controller
|
|||
public function update($language)
|
||||
{
|
||||
|
||||
|
||||
$path = $this->resourcePath($this->languagesPath);
|
||||
$file = $path.$language.".json";
|
||||
$data = Input::all();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue