kontrakcja-templates-0.12.0.1: Utilities for working with many HStringTemplate templates from files.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Text.StringTemplates.TextTemplates

Description

module for reading dictionaries of templates from csv files. may be used for reading of csv containing translation templates

Documentation

getTextTemplates Source #

Arguments

:: FilePath

path of a directory to search for .json files

-> IO (Map String [(String, String)])