sinaatalay / rendercv

The engine of the RenderCV App
http://docs.rendercv.com
MIT License
1.75k stars 116 forks source link

Allow for 'Current' or something similar for cv.sections.experience.0.end_date #132

Closed wdatkinson closed 1 month ago

wdatkinson commented 1 month ago

I did not see a good way to indicate I'm still employed? I've always used, "Current," but other synonyms could work, too.

sinaatalay commented 1 month ago

There are two ways:

Then the output will be "present".

However, if you would like to use "current" instead of "present" you could append this to your YAML file:

locale_catalog:
  present: current

See the locale_catalog field's documentation for details.

Also make sure to use JSON Schema to find out available options, as described here.