Skip to content
New issue

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

i18n: Query strings (refactoring) #6315

Open
math-GH opened this issue Apr 17, 2024 · 0 comments
Open

i18n: Query strings (refactoring) #6315

math-GH opened this issue Apr 17, 2024 · 0 comments
Labels
Milestone

Comments

@math-GH
Copy link
Contributor

math-GH commented Apr 17, 2024

It is because they are used by string concatenation (which I would like to get rid of precisely because it makes validation and maintenance quite challenging). And there is another layer of property with another name for the getter, which makes it even more difficult to search:

<li class="item"><?= _t('conf.query.get_' . $query->getGetType(), $query->getGetName()) ?></li>

Originally posted by @Alkarex in #6052 (comment)

@math-GH math-GH added System care Everything related to the system care I18n 🌍 Translations labels Apr 17, 2024
@Alkarex Alkarex added this to the Backlog milestone Apr 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants