Replies: 1 comment
-
I wouldn't say, translations belong specifically to views, so maybe return response(__('some.key')); Also, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Much like the "assertSee" assertion, would perhaps an "assertViewTranslationsExist" assertion be useful?
The assertion could:
@lang()
,__()
, andtrans()
Example usage:
Thoughts?
Beta Was this translation helpful? Give feedback.
All reactions