Nathan Garza
Results
1
issues of
Nathan Garza
The __ tab trigger produces this: ``` __('', true); ``` but it should probably produce something like: ``` __(string text, string domain) ``` or ``` __('', 'domain') ``` with a...