Feature proposal #6234
closed
Implement easier way to find language keys
Added by krileon about 8 years ago.
Updated almost 8 years ago.
Start date:
05 October 2016
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.
- Subject changed from Implement easier way to find keys to Implement easier way to find language keys
- 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.
- 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.
- 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.
- Status changed from Resolved to Closed
Also available in: Atom
PDF