mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 01:39:37 +02:00
Add email translations
Convert emails from Pug template to Handlebars because i18next doesn't support Pug
This commit is contained in:
parent
b45fbf4337
commit
d6e4dac032
223 changed files with 9859 additions and 1426 deletions
|
@ -557,7 +557,7 @@ signup:
|
|||
user:
|
||||
history:
|
||||
videos:
|
||||
# Enable or disable video history by default for new users.
|
||||
# Enable or disable video history by default for new users
|
||||
enabled: true
|
||||
|
||||
# Default value of maximum video bytes the user can upload
|
||||
|
@ -903,6 +903,10 @@ instance:
|
|||
# Example: '2 vCore, 2GB RAM...'
|
||||
hardware_information: '' # Supports Markdown
|
||||
|
||||
# Default language of your instance, used in emails for example
|
||||
# The web interface still uses the web browser preferred language
|
||||
default_language: 'en'
|
||||
|
||||
# Describe the languages spoken on your instance, to interact with your users for example
|
||||
# Uncomment or add the languages you want
|
||||
# List of supported languages: https://peertube.cpy.re/api/v1/videos/languages
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue