This repository has been archived by the owner on Oct 21, 2019. It is now read-only.
Releases: lpenaud/cv
Releases · lpenaud/cv
A better printable version
Add translation system !
Now you can change language of displaying !
By default, this is the language used in the user's browser, if you do not have the language in your locales, then the site will be displayed in English (can be change at file js/i18n.js at the lines 21 and 46).
If you want to add a new translation :
- Just go i18n/ folder, add a json file (with the same schema of other locals JSON files).
- Adapt values of "availableLanguages" array in js/i18n.js#L3.
v1.1 - Printable version
Now, there are a pdf version to print.
I tried to play with "beforeprint" event but javascript can't print directly to the pdf document. It's too bad. 😞
So if the user would like to print the document, he have to click on the link the right column (see 076ea64).