From 69fbea225e4439775c9f3b8f5e5cabded0a5bf55 Mon Sep 17 00:00:00 2001 From: Elias Nahum Date: Mon, 25 Jan 2016 16:08:06 -0300 Subject: PLT-7: Refactoring stores to use translations (chunk 7) - Add spanish translations --- store/sql_store_test.go | 1 + 1 file changed, 1 insertion(+) (limited to 'store/sql_store_test.go') diff --git a/store/sql_store_test.go b/store/sql_store_test.go index 1e04b676c..1be87dec9 100644 --- a/store/sql_store_test.go +++ b/store/sql_store_test.go @@ -16,6 +16,7 @@ var store Store func Setup() { if store == nil { utils.LoadConfig("config.json") + utils.InitTranslations() store = NewSqlStore() store.MarkSystemRanUnitTests() -- cgit v1.2.3-1-g7c22