Closed khalyomede closed 1 year ago
It works well for @lang() but does not add the translations for @choice()
@lang()
@choice()
To check if choice() is parsed as well
choice()
Hi @khalyomede, add choice into the localizator config. Like this:
choice
'search' => [ 'functions' => ['__', 'trans', '@lang', '@choice'] ],
It works well for
@lang()
but does not add the translations for@choice()
To check if
choice()
is parsed as well