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.

Can Arrays be translated?

See original GitHub issue

I have a list of FAQ entries as an array of objects like

[
  {
  title:"can i do xxxxxx?"
  text:"yes you can"
  },
  .....
]

I wasn’t able to translate this, is this possible? it would be nice if i can just create a faq.json put the array there and use it via $t(‘faqs’).

Issue Analytics

  • State:open
  • Created a year ago
  • Comments:5

github_iconTop GitHub Comments

1reaction
jarda-svobodacommented, Aug 9, 2022

Ok, it’s currently not designed to work this way… However it can be useful so I’m adding it.

0reactions
Suyashtntcommented, Oct 22, 2022

Any updates on this? I would really like to be able to do this

Read more comments on GitHub >

github_iconTop Results From Across the Web

c - Translation array
You can define a struct , which contains the word and the translation: typedef struct { const char *word; const char *translation; } ......
Read more >
Objects and Arrays
You can return objects or arrays to be used by third party modules ... i18next.t('array', { returnObjects: true }); ... Translation Function -...
Read more >
Translation of Array-Based Loops to Distributed Data- ...
We present a novel framework for translating programs expressed as array-based loops to distributed data parallel programs that is more general and efficient ......
Read more >
Translate "array" from English to Spanish
English to Spanish translation results for 'array' designed for tablets and mobile devices. Possible languages include English, Dutch, German, French, ...
Read more >
array | translation English to Spanish - Cambridge Dictionary
array translations: serie, conjunto, colección, alinear, disponer. Learn more in the Cambridge English-Spanish Dictionary.
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