-
Notifications
You must be signed in to change notification settings - Fork 137
Add Translatable Options for Search Elements #891
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
Comments
You are right ! Could you please open a pull request with the change ? The templates in https://github.com/sqlpage/SQLPage/tree/main/sqlpage/templates and the documentation in https://github.com/sqlpage/SQLPage/tree/main/examples/official-site/sqlpage/migrations need to be updated together. If this helps, you can find a contribution guide here: https://github.com/sqlpage/SQLPage/blob/main/CONTRIBUTING.md |
great, what would you say of having in the and for the |
maybe just search_placeholder instead of search_placeholder_value ? |
done #893 |
Great, thank you ! We'll close this issue when we merge your pull request |
Hi, I'm working on a multilingual website. There are three places where I haven't been able to dynamically modify the text:
Search Placeholder:
<input class="form-control me-2" type="search" placeholder="Search" aria-label="Search" name="search" value="">
Search Button:
<button class="btn btn-outline-success" type="submit">Search</button>
Search Field (Table Component):
<input type="search" class="form-control form-control-rounded fs-6 search" placeholder="Search…" value="">
It would be great to add options to the
shell
andtable
components to make these elements translatable.thank you
The text was updated successfully, but these errors were encountered: