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

Chore/sso pages #166

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

Chore/sso pages #166

wants to merge 5 commits into from

Commits on Jan 19, 2024

  1. fix: update inlang settings.json (calcom#13295)

    > I'm in the core Team of inlang
    
    ## Fix inlang's configuration file
    
    We changed the `project.inlang.json` to a `settings.json` in a `project.inlang` dir. This enables the inlang project to store app information or metadata in a dir that is not relevant to you as an end user. 
    
    #### Old
    ```tree
    ├── project.inlang.json
    ```
    
    #### New
    ```tree
    ├── project.inlang
    │   ├── settings.json
    ```
    NilsJacobsen committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    29f37a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd7673b View commit details
    Browse the repository at this point in the history
  3. wip

    DmytroHryshyn authored and hbjORbj committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    1a44562 View commit details
    Browse the repository at this point in the history
  4. fix: convention

    r4zendev authored and hbjORbj committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    698c466 View commit details
    Browse the repository at this point in the history
  5. fix: rebase on 13.5

    r4zendev authored and hbjORbj committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    7a6511d View commit details
    Browse the repository at this point in the history