We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We made the module localisable in #113
However we don't appear to be using our regular convention for PHP translation key.
e.g.:
This line
silverstripe-linkfield/src/Models/Link.php
Line 106 in 7f65d4f
should be written
_t(__CLASS__ . '.LINK_TYPE_TITLE', 'Link Type'), // OR _t(Link::class . '.LINK_TYPE_TITLE', 'Link Type'),
The text was updated successfully, but these errors were encountered:
@emteknetnz Can you please link to any relevant PRs in the description?
Sorry, something went wrong.
PR merged
GuySartorelli
No branches or pull requests
We made the module localisable in #113
However we don't appear to be using our regular convention for PHP translation key.
e.g.:
This line
silverstripe-linkfield/src/Models/Link.php
Line 106 in 7f65d4f
should be written
Acceptance criteria
PR
The text was updated successfully, but these errors were encountered: