Numero de version cambiado, idioma por defecto ingles
This commit is contained in:
parent
a6367e122e
commit
a733993ee0
|
@ -1,4 +1,4 @@
|
|||
php-vn-lib (1.206-deb8) stable; urgency=low
|
||||
php-vn-lib (1.207-deb8) stable; urgency=low
|
||||
|
||||
* Initial Release.
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@ namespace Vn\Lib
|
|||
class Locale
|
||||
{
|
||||
static $localeSet = FALSE;
|
||||
static $locale = 'es';
|
||||
static $locale = 'en';
|
||||
static $strings = [];
|
||||
static $paths = [];
|
||||
|
||||
|
|
Loading…
Reference in New Issue