Set default library location to default path on GNU gettext utilities.

This commit is contained in:
Leonel Quinteros
2016-07-01 12:21:59 -03:00
parent ad380b8ede
commit 2981e87657

View File

@@ -28,7 +28,7 @@ var (
language = "en_US"
// Path to library directory where all locale directories and translation files are.
library = "/tmp"
library = "/usr/local/share/locale"
// Storage for package level methods
storage *Locale