diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/locales/de.yml | 1 | ||||
-rw-r--r-- | config/locales/en.yml | 1 | ||||
-rw-r--r-- | config/settings.yml | 2 |
3 files changed, 4 insertions, 0 deletions
diff --git a/config/locales/de.yml b/config/locales/de.yml index 527afa2d1..4947ead29 100644 --- a/config/locales/de.yml +++ b/config/locales/de.yml @@ -1462,3 +1462,4 @@ de: zero: "%{filename}" one: "%{filename} and 1 file" other: "%{filename} and %{count} files" + setting_wiki_tablesort_enabled: Javascript-basierte Tabellensortierung in Wiki-Inhalten diff --git a/config/locales/en.yml b/config/locales/en.yml index 9ac73ff44..aa15095c6 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1424,3 +1424,4 @@ en: text_user_destroy_confirmation: "Are you sure you want to delete this user and remove all references to them? This cannot be undone. Often, locking a user instead of deleting them is the better solution. To confirm, please enter their login (%{login}) below." text_project_destroy_enter_identifier: "To confirm, please enter the project's identifier (%{identifier}) below." field_name_or_email_or_login: Name, email or login + setting_wiki_tablesort_enabled: Javascript based table sorting in wiki content diff --git a/config/settings.yml b/config/settings.yml index 19d3a33c7..48da91a10 100644 --- a/config/settings.yml +++ b/config/settings.yml @@ -349,3 +349,5 @@ timelog_accept_future_dates: default: 1 show_status_changes_in_mail_subject: default: 1 +wiki_tablesort_enabled: + default: 1 |