Skip to content

How can I show that I am still employed? #133

Closed Answered by sinaatalay
nf9k asked this question in Q&A
Discussion options

You must be logged in to vote

There are two ways:

  • Either not providing end_date.
  • Or setting end_date to present.

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.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by sinaatalay
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
enhancement New feature or request
2 participants
Converted from issue

This discussion was converted from issue #132 on July 19, 2024 17:51.