From 2981e87657562869ef8a11291590233734bed4b1 Mon Sep 17 00:00:00 2001 From: Leonel Quinteros Date: Fri, 1 Jul 2016 12:21:59 -0300 Subject: [PATCH] Set default library location to default path on GNU gettext utilities. --- gotext.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gotext.go b/gotext.go index 0331914..3ce0c41 100644 --- a/gotext.go +++ b/gotext.go @@ -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