I am having a question. Yes I do. I added custom code to the flag_component. Something like: 'help' => OW::getLanguage()->text('base', 'flag_help'))
When I flag something the new option shows up, but as base+flag_help. Okay, that's normal, as there's no value for that key.
The question is - How do I add the key to the language section of the admin panel? What would be the best way to do so? I tried to find the key, as I thought it might have been recognized automatically, but I wasn't able to.
Thanks for your help in advance!