diff options
author | Marius Balteanu <marius.balteanu@zitec.com> | 2024-12-11 19:08:27 +0000 |
---|---|---|
committer | Marius Balteanu <marius.balteanu@zitec.com> | 2024-12-11 19:08:27 +0000 |
commit | c065e4374ad561f69bf93b78d31b395bee848ca1 (patch) | |
tree | 54c7ea9ea07d630c27c97f6ea91f9c48adba8d96 /config/locales | |
parent | dbd6bb4073ebfe54b494203eb55944a0f300ea3d (diff) | |
download | redmine-c065e4374ad561f69bf93b78d31b395bee848ca1.tar.gz redmine-c065e4374ad561f69bf93b78d31b395bee848ca1.zip |
Adds global setting In Display tab to disable JS based table sort in wiki content (#40588).
Patch by Jens Krämer (user:jkraemer).
git-svn-id: https://svn.redmine.org/redmine/trunk@23401 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales')
-rw-r--r-- | config/locales/de.yml | 1 | ||||
-rw-r--r-- | config/locales/en.yml | 1 |
2 files changed, 2 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 |