Skip to content

Instantly share code, notes, and snippets.

View MarcoIeni's full-sized avatar
🦀
Doing stuff with rust

Marco Ieni MarcoIeni

🦀
Doing stuff with rust
View GitHub Profile

Keybase proof

I hereby claim:

  • I am marcoieni on github.
  • I am marcoieni (https://keybase.io/marcoieni) on keybase.
  • I have a public key ASCRLjtljvrWXCd6yp-bNH5p8txQc9fL9MX17dZB7PN8xAo

To claim this, I am signing this object:

@MarcoIeni
MarcoIeni / README.md
Created August 9, 2018 20:54
Localize json resume in different languages

JSON Resume internationalization

A simple way to add internationalization feature to the JSON Resume project.

Create a different entry for each field that you want to localize, named with the language and the name of the field separated by an underscore. For example if you want to create an italian version and an english version of your summary do the following:

"basics": {
  "name": "Richard",
 "label": "Programmer",