Skip to content
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

feat(person): add job titles for fr #2531

Merged
merged 4 commits into from
Nov 17, 2023
Merged

Commits on Nov 8, 2023

  1. feat(person): add job titles for fr

    This uses the new job_title_pattern to add job titles with a logical order for French e.g.
    
    ```
    Coordinateur en chef de la tactique
    Executif central des facteurs
    Stagiaire corporate des marchés
    ```
    
    Due to the need to translate “of” in French to de, de la, des, du, etc depending on the number and gender of the noun, this is incorporated into the level definitions.
    
    The fr_BE and fe_CH definitions are deleted so the standard fr ones can fall through.
    matthewmayer committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    6c9ff57 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. apply review suggestions

    matthewmayer committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    e290574 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. Configuration menu
    Copy the full SHA
    367f689 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. Configuration menu
    Copy the full SHA
    a1f94e2 View commit details
    Browse the repository at this point in the history