question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Using Translating Strings in Title

See original GitHub issue

I am trying send the title string as :

<a joyrideStep="name"
[title]="'app.transaltion.name' | translate">

At runtime the title is empty!!

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
tnicolacommented, Jan 6, 2019

@wafimardini , @arorakanav11 This bug has been fixed in the new version: 2.2.3

1reaction
tnicolacommented, Dec 27, 2018

Hi @wafimardini , Yes, you’re right, the problem is that the directive accepts only sync @Inputs for now. I’m working to add the possibility to pass also async data.

Read more comments on GitHub >

github_iconTop Results From Across the Web

String translation for widget titles - IBM
To access the String Translation Properties panel for a widget title, in edit mode, next to the Title field, click String Translation.
Read more >
How to translate Text string inside title include using trans
I solved it doing : {% include 'index_toolbar.html.twig' with {'title':'Usuaris'|trans} %}.
Read more >
How to properly display translated strings defined in a ...
In the following MCE, a translated string directly defined within the .tex file is used in a section title directly with \translate :...
Read more >
[Resolved] How to translate Posts page's title - WPML
I want to translate the string "Latest News" , I found the code in the theme where this string is found "<h2><?=_e( 'Latest...
Read more >
Python String translate() - Programiz
The string translate() method returns a string where each character is mapped to its corresponding character in the translation table.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found