Numero de version cambiado, idioma por defecto ingles

This commit is contained in:
Juan Ferrer Toribio 2016-01-07 13:55:00 +01:00
parent a6367e122e
commit a733993ee0
2 changed files with 2 additions and 2 deletions

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
php-vn-lib (1.206-deb8) stable; urgency=low
php-vn-lib (1.207-deb8) stable; urgency=low
* Initial Release.

View File

@ -20,7 +20,7 @@ namespace Vn\Lib
class Locale
{
static $localeSet = FALSE;
static $locale = 'es';
static $locale = 'en';
static $strings = [];
static $paths = [];