-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Translating the email templates
If you set up mail Vaultwarden will send its mails in English. Since the server does not know about a user's preferred language settings (which is done completely client-side) it is currently not possible to provide multiple languages for different users on the same server.
If your users don't understand English you could translate the provided handlebar templates into your preferred language.
You can use customized templates by
- copying the respective files from the repository (from
src/static/templates/email
) to the correspondingTEMPLATES_FOLDER
with the same folder structure (e.g. todata/templates/email
) - changing them (e.g. translate them - but be sure to keep the
{{variables}}
in the link intact so everything still works) and - restarting vaultwarden to load the new (overwritten) templates.
Note: For ensuring compatibility you should initially download the templates for your version and you will also have to keep them up to date yourself if they ever change (or should new templates get added).
- German by @kennymc-c: https://github.com/kennymc-c/vaultwarden-lang-de
- Which container image to use
- Starting a container
- Updating the vaultwarden image
- Using Docker Compose
- Using Podman
- Building your own docker image
- Building binary
- Pre-built binaries
- Third-party packages
- Deployment examples
- Proxy examples
- Logrotate example
- Overview
- Disable registration of new users
- Disable invitations
- Enabling admin page
- Disable the admin token
- Enabling WebSocket notifications
- Enabling Mobile Client push notification
- Enabling U2F and FIDO2 WebAuthn authentication
- Enabling YubiKey OTP authentication
- Changing persistent data location
- Changing the API request size limit
- Changing the number of workers
- SMTP configuration
- Translating the email templates
- Password hint display
- Disabling or overriding the Vault interface hosting
- Logging
- Creating a systemd service
- Syncing users from LDAP
- Using an alternate base dir (subdir/subpath)
- Other configuration