I have a form on the User profile page with a "Save" button with a checkmark (Bootstrap class .glyphicon-ok). The problem is, when I view the page in Arabic, the Glyphicon is being rendered in Times font instead of Bootstrap's Glyphicon font. So, it shows up as a square.
Any ideas how I can fix this problem? I have tried things like adding an ar/ prefix to Bootstrap's style.css, as in:
Hi all,
I'm using this syntax, in custom Twig templates, to add the labels that should be translated when the user chooses another language:
{% trans %}Add deadline{% endtrans %}
Now where do I have to translate the label "Add deadline"?
I can't find it in Admin->Configuration-->User interface translation.
Hello,
if i translate the word search showing in the search field, the search Button (image) will removed. how can i translate this without removing the button?
I have blocked out my HTML for Views UI Fields, Headers, and Footers. This is done in an attempt to be able to use t(string) and call functions, among other things. Here's an example: