Feature proposal #6234
closedImplement easier way to find language keys
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.
Updated by krileon about 8 years ago
- Subject changed from Implement easier way to find keys to Implement easier way to find language keys
Updated by krileon about 8 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.
Updated by krileon almost 8 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.
Updated by krileon almost 8 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.