You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I hate writing my CV in different languages. I think an optimal solution would be for the json to have the data in differently localized strings and for the parser to be able to create the resume according to the chosen language.
Example:
summary:
{en: string, }
{de: string, }
etc.
Some of the data doesn't need to be different, so only the parts that need localization would need to be localized.
Other solutions also welcome!
The text was updated successfully, but these errors were encountered:
I hate writing my CV in different languages. I think an optimal solution would be for the json to have the data in differently localized strings and for the parser to be able to create the resume according to the chosen language.
Example:
etc.
Some of the data doesn't need to be different, so only the parts that need localization would need to be localized.
Other solutions also welcome!
The text was updated successfully, but these errors were encountered: