Added KH 3.3.0
This commit is contained in:
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!',
|
||||
);
|
Reference in New Issue
Block a user