mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-19 16:02:15 +00:00
Language
This commit is contained in:
@@ -70,7 +70,7 @@ $config['url_suffix'] = '';
|
||||
| than english.
|
||||
|
|
||||
*/
|
||||
$config['language'] = 'english';
|
||||
$config['language'] = 'de_AT';
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
|
||||
//For view all the languages go to the folder assets/grocery_crud/languages/
|
||||
$config['grocery_crud_default_language'] = 'english';
|
||||
$config['grocery_crud_default_language'] = 'en_US';
|
||||
|
||||
// There are only three choices: "uk-date" (dd/mm/yyyy), "us-date" (mm/dd/yyyy) or "sql-date" (yyyy-mm-dd)
|
||||
$config['grocery_crud_date_format'] = 'uk-date';
|
||||
|
||||
@@ -509,4 +509,4 @@ $config['rest_ajax_only'] = FALSE;
|
||||
| Language file to load from the language directory
|
||||
|
|
||||
*/
|
||||
$config['rest_language'] = 'english';
|
||||
$config['rest_language'] = 'en_US';
|
||||
|
||||
Reference in New Issue
Block a user