PLT-7: Refactoring stores to use translations (chunk 7)

- Add spanish translations
Этот коммит содержится в:
Elias Nahum
2016-01-25 16:08:06 -03:00
родитель 1701a2cbbe
Коммит 69fbea225e
16 изменённых файлов: 1931 добавлений и 247 удалений

Просмотреть файл

@@ -16,6 +16,7 @@ var store Store
func Setup() {
if store == nil {
utils.LoadConfig("config.json")
utils.InitTranslations()
store = NewSqlStore()
store.MarkSystemRanUnitTests()