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.

Any way to ignore interpolated values

See original GitHub issue

Hey there!

I use ngx-translate to represent translations and was wondering if there was a way to ignore interpolated values.

For example:

{
   "app.welcome": "Welcome {{name}}",
}

Right now it translates both “Welcome” and “name” to the target language. The goal would be for it to only translate “welcome”.

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
daniel-farinacommented, Nov 8, 2022

Hi @daniel-farina, Thank you for your great suggestion.

I will try to add this feature asap 🚀

Correction above, not <{} but just single {}

Tysm! As soon as it’s done I’ll add it to some docs for people to use it to help translate our app.

1reaction
trevorbladescommented, Nov 10, 2022

You’re the best, @ParvinEyvazov! Thank you for this great tool 🙇‍♂️

Read more comments on GitHub >

github_iconTop Results From Across the Web

Ignore specific values in scipy's interpolation (NaN, masked ...
Is there no easy solution to ingore NaN values oder masked data ? I am struggeling a lot of hours now on this...
Read more >
How to avoid creating negative values when using ...
I'm trying to interpolating some measurements data into mathematica. But using Interpolation will create some negative data, which is actually ...
Read more >
Exclude keys from interpolation? · Issue #42 - GitHub
Is there a way to exclude specific keys from the interpolation? Or do I need to do some sort of recombination after the...
Read more >
How avoid interpolated values between two clouds of ...
I have an extreme sparse set of lat-lon scattered data and I need to estimate values in a regular grid. I would like...
Read more >
scipy.interpolate.interp1d — SciPy v1.9.3 Manual
If True, a ValueError is raised any time interpolation is attempted on a value outside of the range of x (where extrapolation is...
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