Sign in or sign up before continuing. Don't have an account yet? Register now to get started.
Register now
Changes
Page history
add ltm docs for markdown translation keys
authored
Apr 30, 2016
by
Vladimir Schneider
Hide whitespace changes
Inline
Side-by-side
Installation.md
View page @
c25a608c
...
...
@@ -237,9 +237,10 @@ If you want to customize views for the Translation Manager web interface
`resources/views/vendor/laravel-translation-manager` directory. See:
[[Modifying the default Views|Configuration#modifying-the-default-views]]
12.
12.
##### Markdown to HTML conversion
This is an option I use for translations that contain HTML used in e-mails. By default this
option is disabled. Enabling it would require that you also install a package that does the HTML
conversion. See
[[Enabling per locale access|Configuration#]]
This option can be used to automatically convert translations for keys with a given suffix to
HTML and store the result for a key with the suffix removed. Can be used for translations that
contain HTML. By default this option is disabled. Enabling it would require that you also
install a package that does the HTML conversion. See
[[Markdown to HTML conversion|Configuration#markdown-to-html-conversion]]