-
-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: Multilingual setup #11 #31
base: main
Are you sure you want to change the base?
Conversation
Add possibility to have more languages than en (de for now)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you should have
#let strings = setstrings(uservars)
#cvheading(cvdata, uservars)
#cvwork(cvdata, strings)
#cveducation(cvdata, strings)
#cvaffiliations(cvdata, strings)
#cvprojects(cvdata, strings)
#cvawards(cvdata, strings)
#cvcertificates(cvdata, strings)
#cvpublications(cvdata, strings)
#cvskills(cvdata, strings)
#cvreferences(cvdata, strings)
besides, i think it could be interesting having a template for each lang, e.g. template.en.typ, template.en.yml, template.de.typ, template.de.yml, etc...
@@ -13,6 +13,7 @@ | |||
showTitle: true, // bool | |||
headingsmallcaps: false, // bool | |||
sendnote: false, // bool. set to false to have sideways endnote | |||
lang: en, // format of ISO 639-1/2/3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lang: en, // format of ISO 639-1/2/3 | |
lang: "en", // format of ISO 639-1/2/3 |
after you get this merged, i can send my changes for region and pt-BR support etc. |
nevermind, i just created another PR that supersedes this one. i built upon your commit, so you're properly credited. |
thanks @joaoymoreira ! |
interests: Interessen | ||
awards: Titel und Auszeichnungen | ||
honors: Titel | ||
certificates: Lizensen und Zertifizierungen |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just found this project and the belonging multilingual pull request ^^
Found during usage that there is a small typo, has to be Lizenzen ^^
certificates: Lizenzen und Zertifizierungen
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add possibility to have more languages than en (de for now)