tpl: Add EnableMissingTranslationPlaceholders option

Fixes #2451
This commit is contained in:
digitalcraftsman
2016-09-16 17:20:29 +02:00
committed by Bjørn Erik Pedersen
parent 0dd57b907b
commit e80453a991
4 changed files with 20 additions and 0 deletions

View File

@@ -105,4 +105,5 @@ func loadDefaultSettings() {
viper.SetDefault("CurrentContentLanguage", helpers.NewDefaultLanguage())
viper.SetDefault("DefaultContentLanguage", "en")
viper.SetDefault("DefaultContentLanguageInSubdir", false)
viper.SetDefault("EnableMissingTranslationPlaceholders", false)
}