Can Arrays be translated?
See original GitHub issueI 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:
- Created a year ago
- Comments:5
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Ok, it’s currently not designed to work this way… However it can be useful so I’m adding it.
Any updates on this? I would really like to be able to do this