Project

General

Profile

Actions

Feature proposal #6234

closed

Implement easier way to find language keys

Added by krileon over 7 years ago. Updated over 7 years ago.

Status:
Closed
Priority:
Immediate
Assignee:
Target version:
Start date:
05 October 2016
Due date:
% Done:

100%

Estimated time:

Description

When overriding a language string it's hard finding a language key. You have to attempt to use the language debugging, know the key, or edit the PHP file. The key parameter could be a Tags usage with a 1 tag limit this way it's just a dropdown with the ability to add new values. It should then parse out the language plugins keys for the dropdown so you can select from an existing key or add new ones, but it'd be helpful to be able to search for a key based off its string. So a new parameter specifically for doing that via ajax could be good.

Actions #1

Updated by krileon over 7 years ago

  • Subject changed from Implement easier way to find keys to Implement easier way to find language keys
Actions #2

Updated by krileon over 7 years ago

  • Target version changed from CB 2.1 to CB 3.0

For this to work we need support for ajax endpoints in CBLib XML, which would also open up other potential usages.

Actions #3

Updated by krileon over 7 years ago

  • Priority changed from Normal to Immediate
  • Target version changed from CB 3.0 to CB 2.1

Implement a non-ajax solution for the time being as this is becoming more and more necessary.

Actions #4

Updated by krileon over 7 years ago

  • Status changed from Assigned to Resolved
  • % Done changed from 0 to 100

Implemented in MR !1196

Ajax driven and found at bottom of language overrides repeat usage. Clicking a found string will fill the first empty override it can find as well.

Actions #5

Updated by krileon over 7 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF