Skip to content

Commit

Permalink
chore: update Fink supported libraries section
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasBuchfink committed May 22, 2024
1 parent c3828ee commit 4142a95
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
8 changes: 4 additions & 4 deletions inlang/source-code/cross-sell/cross-sell-ninja/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ on: pull_request_target
# explicitly configure permissions, in case your GITHUB_TOKEN workflow permissions are set to read-only in repository settings
permissions:
pull-requests: write # Necessary to comment on PRs
issues: read # Necessary to read issue comments
contents: read # Necessary to access the repo content
pull-requests: write # Necessary to comment on PRs
issues: read # Necessary to read issue comments
contents: read # Necessary to access the repo content
jobs:
ninja-i18n:
Expand All @@ -92,7 +92,7 @@ jobs:
steps:
- name: Run Ninja i18n
# @main ensures that the latest version of the action is used
# @main ensures that the latest version of the action is used
uses: opral/ninja-i18n-action@main
env:
GITHUB_TOKEN: \${{ secrets.GITHUB_TOKEN }}
Expand Down
5 changes: 2 additions & 3 deletions inlang/source-code/editor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@

## Works alongside your i18n library

<doc-features>
<doc-feature text-color="#0F172A" color="#E1EFF7" title="and other JSON-based i18n libraries" image="https://cdn.jsdelivr.net/gh/opral/monorepo@latest/inlang/source-code/editor/assets/supported-libraries.webp"></doc-feature>
</doc-features>
![logos of ParaglideJS, next-intl and i18next](https://cdn.jsdelivr.net/gh/opral/monorepo@latest/inlang/source-code/editor/assets/supported-libraries.webp)
and other JSON-based i18n libraries

## What users say

Expand Down

0 comments on commit 4142a95

Please sign in to comment.