Skip to content
add ltm docs for markdown translation keys authored by Vladimir Schneider's avatar Vladimir Schneider
...@@ -237,6 +237,9 @@ If you want to customize views for the Translation Manager web interface ...@@ -237,6 +237,9 @@ If you want to customize views for the Translation Manager web interface
`resources/views/vendor/laravel-translation-manager` directory. See: `resources/views/vendor/laravel-translation-manager` directory. See:
[[Modifying the default Views|Configuration#modifying-the-default-views]] [[Modifying the default Views|Configuration#modifying-the-default-views]]
12. By default any user who has access to the translation manager web interface can modify any 12.
available locale. Per locale access can be enabled in the configuration file. See ##### Markdown to HTML conversion
[[Enabling per locale access|Configuration#enabling-per-locale-user-access-control]] 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#]]