Added Kohana v3.0.8
This commit is contained in:
3
includes/kohana/system/i18n/en.php
Normal file
3
includes/kohana/system/i18n/en.php
Normal file
@@ -0,0 +1,3 @@
|
||||
<?php defined('SYSPATH') or die('No direct script access.');
|
||||
|
||||
return array();
|
7
includes/kohana/system/i18n/es.php
Normal file
7
includes/kohana/system/i18n/es.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php defined('SYSPATH') or die('No direct script access.');
|
||||
|
||||
return array
|
||||
(
|
||||
'Spanish' => 'Español',
|
||||
'Hello, world!' => '¡Hola, mundo!',
|
||||
);
|
7
includes/kohana/system/i18n/fr.php
Normal file
7
includes/kohana/system/i18n/fr.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php defined('SYSPATH') or die('No direct script access.');
|
||||
|
||||
return array
|
||||
(
|
||||
'French' => 'Français',
|
||||
'Hello, world!' => 'Bonjour, monde!',
|
||||
);
|
Reference in New Issue
Block a user