diff --git a/debian/changelog b/debian/changelog index d19b013..221d4b5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -php-vn-lib (1.206-deb8) stable; urgency=low +php-vn-lib (1.207-deb8) stable; urgency=low * Initial Release. diff --git a/lib/vn/lib/locale.php b/lib/vn/lib/locale.php index 4c6fe22..47bdd7d 100755 --- a/lib/vn/lib/locale.php +++ b/lib/vn/lib/locale.php @@ -20,7 +20,7 @@ namespace Vn\Lib class Locale { static $localeSet = FALSE; - static $locale = 'es'; + static $locale = 'en'; static $strings = []; static $paths = [];