easyeda-i18n icon indicating copy to clipboard operation
easyeda-i18n copied to clipboard

Question about curly braces { }

Open EasyG0ing1 opened this issue 4 years ago • 1 comments
trafficstars

Hi,

Are we supposed to translate words and numbers that are between curley braces?

For example:

Hi {username} =
[{file}] is not a valid json file =
Hi, I found a problem of your library, this library seems incorrect.\ntitle:{title}\nType:{type}\nlink:{link}\n{content}\nThank you! =

If I were translating this into Italian (for example) would they end up like this (Option 1)

Ciao {nome utente}
[{il file}] non è un file json valido
Ciao, ho riscontrato un problema della tua libreria, questa libreria sembra errata.\ntitolo:{titolo}\ncollegamento:{collegamento}\ncontenuto:{contenuto}\nGrazie!

Or should they be translated like this (Option 2)

Ciao {username}
[{file}] non è un file json valido
Ciao, ho riscontrato un problema della tua libreria, questa libreria sembra errata.\ntitolo:{title}\ncollegamento:{type}\ncontenuto:{content}\nGrazie!

EasyG0ing1 avatar Sep 28 '21 17:09 EasyG0ing1

The translation guidelines are written in the readme (main github page). It is option 2, you just need to read the page ;)

Adrianotiger avatar Oct 06 '21 15:10 Adrianotiger