This commit is contained in:
Paminger
2016-03-11 10:12:15 +01:00
parent 1a1776ca2a
commit 7ac944ec28
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ $config['url_suffix'] = '';
| than english.
|
*/
$config['language'] = 'english';
$config['language'] = 'de_AT';
/*
|--------------------------------------------------------------------------
+1 -1
View File
@@ -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';
+1 -1
View File
@@ -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';