Hi,
when I click on the profiler, translations, I get sometimes this:
Exception # \Twig_Error_Runtime: array(
['message'] => 'Key "transChoiceNumber" for array with keys "locale, domain, id, translation, state, count" does not exist in "@HappyrTranslation/Profiler/translation.html.twig" at line 149',
If I put an "is defined and"... condition, the problem solved.
Hi, when I click on the profiler, translations, I get sometimes this:
Exception # \Twig_Error_Runtime: array( ['message'] => 'Key "transChoiceNumber" for array with keys "locale, domain, id, translation, state, count" does not exist in "@HappyrTranslation/Profiler/translation.html.twig" at line 149',
If I put an "is defined and"... condition, the problem solved.
May I put a pull request?