magglomag

Results 5 comments of magglomag

Ok, I found out how to localize the title: `Test link` ``` "start": { "title": "test title in french" } ``` But how do I combine that with the localization...

Alright, nevermind – I found it out by myself: You need to write `text` as the key. ``` "start": { "text": "Test link in french", "title": "test title in french"...

Alright, thanks for the info! So you mean to save the strings in the `index.html` in a file named `content-de.json`?

Can you explain that a bit further – I don’t know what you mean with saving it in memory. Thanks!

May I ask if you could give me a hint on that?