Set default library location to default path on GNU gettext utilities.
This commit is contained in:
@@ -28,7 +28,7 @@ var (
|
|||||||
language = "en_US"
|
language = "en_US"
|
||||||
|
|
||||||
// Path to library directory where all locale directories and translation files are.
|
// 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 for package level methods
|
||||||
storage *Locale
|
storage *Locale
|
||||||
|
|||||||
Reference in New Issue
Block a user