diff options
| author | winter | 2025-01-26 12:04:00 +0000 |
|---|---|---|
| committer | winter | 2025-01-26 12:04:00 +0000 |
| commit | 5841d6550936e1fc34f1fbdf4325b1e27ff79230 (patch) | |
| tree | 02c8afe64402c4ed3a66951f19778efbf3bc02b2 /settings.global.ini | |
| parent | 8a83b9092b0bf0b6f77d3504b522d186d8e57580 (diff) | |
make setting info translatable
Diffstat (limited to 'settings.global.ini')
| -rw-r--r-- | settings.global.ini | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/settings.global.ini b/settings.global.ini index 7d4b392..9a0269c 100644 --- a/settings.global.ini +++ b/settings.global.ini @@ -2,30 +2,20 @@ # ini values sometimes and it's not worth the debugging headache [instance.name] -name = "Instance name" -description = "Shown in the page header and instance information" default = "Digitigrade" [instance.description] -name = "Instance description" -description = "Briefly describe your instance's purpose or tagline" default = "A Digitigrade instance" type = "longtext" [instance.openRegistrations] -name = "Open registrations" -description = "Allow new users to sign up?" default = "false" type = "boolean" [about.description] -name = "Description" -description = "Describe your instance's purpose in more detail. You can use HTML formatting" default = "" type = "longtext" [about.terms] -name = "Terms of use" -description = "Policies and rules for users of this instance. You can use HTML formatting" default = "" type = "longtext" |
