Skip to content

Commit bbc570b

Browse files
Merge pull request #3793 from opral/fix-website
Fix-website links
2 parents 3a38d56 + 88b7d2a commit bbc570b

File tree

53 files changed

+184
-161
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+184
-161
lines changed

.changeset/config.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
"@inlang/server",
1212
"@inlang/template-plugin",
1313
"@inlang/website",
14-
"@lix-js/sdk-example-server-protocol-handler-hono",
15-
"@lix-js/plugin-prosemirror-example",
1614
"vs-code-extension",
1715
"sherlock-editor-app"
1816
]

blog/inlang-refactor.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Refactoring Inlang
22

3-
![architecture inlang new](https://cdn.jsdelivr.net/gh/opral/monorepo/inlang/documentation/sdk/assets/architecture.jpg)
3+
![architecture inlang new](https://cdn.jsdelivr.net/gh/opral/inlang/documentation/sdk/assets/architecture.jpg)
44

55
## Architecture
66

@@ -34,7 +34,7 @@
3434

3535
## Marketplace
3636

37-
![inlang marketplace](https://cdn.jsdelivr.net/gh/opral/monorepo/inlang/documentation/sdk/assets/marketplace.jpg)
37+
![inlang marketplace](https://cdn.jsdelivr.net/gh/opral/inlang/documentation/sdk/assets/marketplace.jpg)
3838

3939
- Find apps, libraries and modules for your project
4040
- Have the opportunity to distribute your own inlang-based product

blog/the-next-git.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
**Inlang might bring version control to domains outside of software engineering.**
44

5-
<display-figure src="https://cdn.jsdelivr.net/gh/opral/monorepo/inlang/documentation/sdk/assets/what-if-1000-artists.jpeg" alt="What if 1000s of artists are able to create a song together?" caption="What if 1000s of artists are able to create a song together?"
5+
<display-figure src="https://cdn.jsdelivr.net/gh/opral/inlang/documentation/sdk/assets/what-if-1000-artists.jpeg" alt="What if 1000s of artists are able to create a song together?" caption="What if 1000s of artists are able to create a song together?"
66
caption="A slide from one of the first presentations about inlang being built on git, and the possibilities version control might open. The image has been taken from the iconic iPod campaign."></display-figure>
77

88
Inlang is git-based localization infrastructure and, simultaneously, a case study for version control-based applications. Git provides unprecedented (async) collaboration, automation, and simple review flows out of the box. Wouldn't version control be benefitial to domains outside of software engineering? What if artists could collaborate on a song in the way software engineers collaborate on open source software? What if open source mechanical engineering would be as common as open source software? What if... version control enables new workflows and apps with built-in version control are better than their counterparts?

external-projects/remix-paraglidejs/marketplace-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://inlang.com/schema/marketplace-manifest",
33
"id": "library.brikev.remix-paraglidejs",
44
"slug": "paraglide-remix-i18n",
5-
"icon": "https://cdn.jsdelivr.net/gh/opral/monorepo/inlang/external-projects/remix-paraglidejs/assets/remix.svg",
5+
"icon": "https://cdn.jsdelivr.net/gh/opral/inlang/external-projects/remix-paraglidejs/assets/remix.svg",
66
"displayName": {
77
"en": "Remix-ParaglideJS"
88
},

packages/cli/CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ Fix @inlang/rpc is a bundled dependency that is not published on npm
130130

131131
### Patch Changes
132132

133-
- a27b7a4: This reintroduces reactivity to lint reports - see https://github.com/opral/monorepo/pull/2792 for more details
133+
- a27b7a4: This reintroduces reactivity to lint reports - see https://github.com/opral/inlang/pull/2792 for more details
134134
- Updated dependencies [d27a983]
135135
- Updated dependencies [a27b7a4]
136136
- @inlang/sdk@0.34.10
@@ -418,13 +418,13 @@ Fix @inlang/rpc is a bundled dependency that is not published on npm
418418

419419
### Minor Changes
420420

421-
- 112e9c1c3: interim fix: bumb machine translate timeout to 8s (https://github.com/opral/monorepo/issues/1968)
421+
- 112e9c1c3: interim fix: bumb machine translate timeout to 8s (https://github.com/opral/inlang/issues/1968)
422422

423423
## 2.3.0
424424

425425
### Minor Changes
426426

427-
- 25d9cb7f1: fix: https://github.com/opral/monorepo/issues/1884
427+
- 25d9cb7f1: fix: https://github.com/opral/inlang/issues/1884
428428

429429
## 2.2.0
430430

@@ -436,15 +436,15 @@ Fix @inlang/rpc is a bundled dependency that is not published on npm
436436

437437
### Minor Changes
438438

439-
- f75a7a551: improve: `inlang machine translate` now shows a progress bar (closes https://github.com/opral/monorepo/issues/1845)
439+
- f75a7a551: improve: `inlang machine translate` now shows a progress bar (closes https://github.com/opral/inlang/issues/1845)
440440
- 950173b4c: fix: machine translate command not exiting
441441
- 2cca8242a: improve: machine translation are conducted in parallel now, massively speeding up machine translations. see this loom https://www.loom.com/share/6467a97082224b31a6dd665c833a6cda?sid=65ec6913-b822-45b5-a111-0c9f303cceba
442442

443443
## 2.0.0
444444

445445
### Major Changes
446446

447-
- 2cafaf56c: BREAKING: `inlang project validate` is now only `inlang validate` see https://github.com/opral/monorepo/issues/1777
447+
- 2cafaf56c: BREAKING: `inlang project validate` is now only `inlang validate` see https://github.com/opral/inlang/issues/1777
448448
- 34f1944a9: REFACTOR: --project paths now need to end with .inlang
449449

450450
```diff

packages/cli/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
![inlang CLI header image](https://cdn.jsdelivr.net/gh/opral/monorepo@latest/inlang/packages/cli/assets/cli-header.jpg)
1+
![inlang CLI header image](https://cdn.jsdelivr.net/gh/opral/inlang@latest/packages/cli/assets/cli-header.jpg)
22

33
# Automate (i18n) localization tasks with the CLI
44

5-
[@inlang/cli](https://github.com/opral/monorepo/tree/main/inlang/packages/cli) is a command line interface (CLI) tool that allows you to interact with the Inlang infrastructure. It can be used to automate localization tasks, such as machine translation, linting, and more.
5+
[@inlang/cli](https://github.com/opral/inlang/tree/main/packages/cli) is a command line interface (CLI) tool that allows you to interact with the Inlang infrastructure. It can be used to automate localization tasks, such as machine translation, linting, and more.
66

77
Get started with the CLI by using the following npx command:
88

@@ -15,9 +15,9 @@ See all available commands [here](#commands).
1515
# Core features
1616

1717
<doc-features>
18-
<doc-feature text-color="#fff" color="#000" title="Automation" image="https://cdn.jsdelivr.net/gh/opral/monorepo@latest/inlang/packages/cli/assets/automation.jpg"></doc-feature>
19-
<doc-feature text-color="#fff" color="#000" title="Machine Translation" image="https://cdn.jsdelivr.net/gh/opral/monorepo@latest/inlang/packages/cli/assets/machine-translation.jpg"></doc-feature>
20-
<doc-feature text-color="#fff" color="#000" title="Validation" image="https://cdn.jsdelivr.net/gh/opral/monorepo@latest/inlang/packages/cli/assets/lint.jpg"></doc-feature>
18+
<doc-feature text-color="#fff" color="#000" title="Automation" image="https://cdn.jsdelivr.net/gh/opral/inlang@latest/packages/cli/assets/automation.jpg"></doc-feature>
19+
<doc-feature text-color="#fff" color="#000" title="Machine Translation" image="https://cdn.jsdelivr.net/gh/opral/inlang@latest/packages/cli/assets/machine-translation.jpg"></doc-feature>
20+
<doc-feature text-color="#fff" color="#000" title="Validation" image="https://cdn.jsdelivr.net/gh/opral/inlang@latest/packages/cli/assets/lint.jpg"></doc-feature>
2121
</doc-features>
2222

2323
<br />
@@ -43,7 +43,7 @@ The CLI allows you to machine translate your resources. This is useful if you wa
4343

4444
The CLI allows you to validate your inlang project. This is useful if you want to make sure that your configuration file is valid before you commit it to your repository.
4545

46-
![Example of a dev doing translation automation](https://cdn.jsdelivr.net/gh/opral/monorepo@latest/inlang/packages/cli/assets/why.jpg)
46+
![Example of a dev doing translation automation](https://cdn.jsdelivr.net/gh/opral/inlang@latest/packages/cli/assets/why.jpg)
4747

4848
# Installation
4949

@@ -210,4 +210,4 @@ See how there is also a `--watch` flag, which enables a watch mode to monitor fo
210210
If something isn't working as expected or you are getting errors, make sure to run on the latest version of the CLI.
211211
You can always get the latest version by executing `npx @inlang/cli@latest`.
212212

213-
If the error persists, [please create an issue](https://github.com/opral/monorepo/issues/new/choose) – we're happy to help.
213+
If the error persists, [please create an issue](https://github.com/opral/inlang/issues/new/choose) – we're happy to help.

packages/fink/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ imports:
99

1010
<doc-callout type="info">Upvote issue [#72](https://github.com/opral/inlang-fink/issues/72) to prioritize a full release of Fink on the inlang sdk v2.</doc-callout>
1111

12-
![editor banner image](https://cdn.jsdelivr.net/gh/opral/monorepo/inlang/packages/fink/assets/fink-image.png)
12+
![editor banner image](https://cdn.jsdelivr.net/gh/opral/inlang/packages/fink/assets/fink-image.png)
1313

1414
## Why use Fink?
1515

1616
<doc-features>
17-
<doc-feature text-color="#0F172A" color="#E1EFF7" title="Edit messages visually" image="https://cdn.jsdelivr.net/gh/opral/monorepo/inlang/packages/fink/assets/editor01.png"></doc-feature>
18-
<doc-feature text-color="#0F172A" color="#E1EFF7" title="Collaborate using version control" image="https://cdn.jsdelivr.net/gh/opral/monorepo/inlang/packages/fink/assets/editor02.png"></doc-feature>
19-
<doc-feature text-color="#0F172A" color="#E1EFF7" title="Ensure quality with lint rules" image="https://cdn.jsdelivr.net/gh/opral/monorepo/inlang/packages/fink/assets/editor03.png"></doc-feature>
17+
<doc-feature text-color="#0F172A" color="#E1EFF7" title="Edit messages visually" image="https://cdn.jsdelivr.net/gh/opral/inlang/packages/fink/assets/editor01.png"></doc-feature>
18+
<doc-feature text-color="#0F172A" color="#E1EFF7" title="Collaborate using version control" image="https://cdn.jsdelivr.net/gh/opral/inlang/packages/fink/assets/editor02.png"></doc-feature>
19+
<doc-feature text-color="#0F172A" color="#E1EFF7" title="Ensure quality with lint rules" image="https://cdn.jsdelivr.net/gh/opral/inlang/packages/fink/assets/editor03.png"></doc-feature>
2020
</doc-features>

packages/fink/src/components/Footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const Footer = () => {
1010
},
1111
{
1212
name: "GitHub",
13-
href: "https://github.com/opral/monorepo",
13+
href: "https://github.com/opral/inlang",
1414
Icon: IconGitHub,
1515
screenreader: "GitHub Repository",
1616
},

packages/fink/src/components/layout/HelpMenu.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const HelpMenu = () => {
2525
},
2626
{
2727
name: "Feature Request",
28-
href: "https://github.com/opral/monorepo/discussions/categories/-fink-general",
28+
href: "https://github.com/opral/inlang/discussions/categories/-fink-general",
2929
},
3030
{
3131
name: "Submit Feedback",
Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
{
22
"m": {
3-
"2qj2w8pu": "https://raw.githubusercontent.com/opral/monorepo/refs/heads/main/inlang/packages/cli/marketplace-manifest.json",
4-
"tdozzpar": "https://raw.githubusercontent.com/opral/monorepo/refs/heads/main/inlang/packages/fink/marketplace-manifest.json",
5-
"dxnzrydw": "https://raw.githubusercontent.com/opral/monorepo/refs/heads/inlang-v1/inlang/source-code/paraglide/paraglide-sveltekit/marketplace-manifest.json",
6-
"osslbuzt": "https://raw.githubusercontent.com/opral/monorepo/refs/heads/inlang-v1/inlang/source-code/paraglide/paraglide-next/marketplace-manifest.json",
7-
"iljlwzfs": "https://raw.githubusercontent.com/opral/monorepo/refs/heads/inlang-v1/inlang/source-code/paraglide/paraglide-astro/marketplace-manifest.json",
8-
"r7kp499g": "https://raw.githubusercontent.com/opral/monorepo/refs/heads/main/inlang/packages/sherlock/marketplace-manifest.json",
3+
"2qj2w8pu": "https://raw.githubusercontent.com/opral/inlang/refs/heads/main/packages/cli/marketplace-manifest.json",
4+
"tdozzpar": "https://raw.githubusercontent.com/opral/inlang/refs/heads/main/packages/fink/marketplace-manifest.json",
5+
"dxnzrydw": "https://raw.githubusercontent.com/opral/inlang/refs/heads/inlang-v1/inlang/source-code/paraglide/paraglide-sveltekit/marketplace-manifest.json",
6+
"osslbuzt": "https://raw.githubusercontent.com/opral/inlang/refs/heads/inlang-v1/inlang/source-code/paraglide/paraglide-next/marketplace-manifest.json",
7+
"iljlwzfs": "https://raw.githubusercontent.com/opral/inlang/refs/heads/inlang-v1/inlang/source-code/paraglide/paraglide-astro/marketplace-manifest.json",
8+
"r7kp499g": "https://raw.githubusercontent.com/opral/inlang/refs/heads/main/packages/sherlock/marketplace-manifest.json",
99
"gkrpgoir": "https://raw.githubusercontent.com/parrot-global/parrot/refs/heads/main/marketplace-manifest.json",
10-
"3i8bor92": "https://raw.githubusercontent.com/opral/monorepo/refs/heads/main/inlang/packages/plugins/i18next/marketplace-manifest.json",
11-
"ig84ng0o": "https://raw.githubusercontent.com/opral/monorepo/refs/heads/main/inlang/packages/plugins/json/marketplace-manifest.json",
12-
"reootnfj": "https://raw.githubusercontent.com/opral/monorepo/refs/heads/main/inlang/packages/plugins/inlang-message-format/marketplace-manifest.json",
13-
"gerre34r": "https://raw.githubusercontent.com/opral/inlang-paraglide-js/refs/heads/main/marketplace-manifest.json",
14-
"632iow21": "https://raw.githubusercontent.com/opral/monorepo/refs/heads/main/inlang/packages/plugins/m-function-matcher/marketplace-manifest.json",
15-
"698iow33": "https://raw.githubusercontent.com/opral/monorepo/refs/heads/main/inlang/packages/plugins/t-function-matcher/marketplace-manifest.json",
16-
"193hsyds": "https://raw.githubusercontent.com/opral/monorepo/refs/heads/main/inlang/packages/plugins/next-intl/marketplace-manifest.json",
10+
"3i8bor92": "https://raw.githubusercontent.com/opral/inlang/refs/heads/main/packages/plugins/i18next/marketplace-manifest.json",
11+
"ig84ng0o": "https://raw.githubusercontent.com/opral/inlang/refs/heads/main/packages/plugins/json/marketplace-manifest.json",
12+
"reootnfj": "https://raw.githubusercontent.com/opral/inlang/refs/heads/main/packages/plugins/inlang-message-format/marketplace-manifest.json",
13+
"gerre34r": "https://raw.githubusercontent.com/opral/paraglide-js/refs/heads/main/marketplace-manifest.json",
14+
"632iow21": "https://raw.githubusercontent.com/opral/inlang/refs/heads/main/packages/plugins/m-function-matcher/marketplace-manifest.json",
15+
"698iow33": "https://raw.githubusercontent.com/opral/inlang/refs/heads/main/packages/plugins/t-function-matcher/marketplace-manifest.json",
16+
"193hsyds": "https://raw.githubusercontent.com/opral/inlang/refs/heads/main/packages/plugins/next-intl/marketplace-manifest.json",
1717
"neh2d6w7": "https://cdn.jsdelivr.net/npm/inlang-plugin-xcstrings@latest/marketplace-manifest.json",
18-
"3gk8n4n4": "https://raw.githubusercontent.com/opral/monorepo/refs/heads/inlang-v1/inlang/source-code/github-lint-action/marketplace-manifest.json",
19-
"y0eo8f66": "https://raw.githubusercontent.com/opral/monorepo/refs/heads/inlang-v1/inlang/source-code/message-lint-rules/emptyPattern/marketplace-manifest.json",
20-
"asvuch18": "https://raw.githubusercontent.com/opral/monorepo/refs/heads/inlang-v1/inlang/source-code/message-lint-rules/identicalPattern/marketplace-manifest.json",
21-
"10l6oyv1": "https://raw.githubusercontent.com/opral/monorepo/refs/heads/inlang-v1/inlang/source-code/message-lint-rules/messageWithoutSource/marketplace-manifest.json",
22-
"4cxm3eqi": "https://raw.githubusercontent.com/opral/monorepo/refs/heads/inlang-v1/inlang/source-code/message-lint-rules/missingTranslation/marketplace-manifest.json",
23-
"teldgniy": "https://raw.githubusercontent.com/opral/monorepo/refs/heads/inlang-v1/inlang/source-code/message-lint-rules/validJsIdentifier/marketplace-manifest.json",
24-
"gkerinvo": "https://raw.githubusercontent.com/opral/monorepo/refs/heads/inlang-v1/inlang/source-code/message-lint-rules/snakeCaseId/marketplace-manifest.json",
25-
"ewkole66": "https://raw.githubusercontent.com/opral/monorepo/refs/heads/inlang-v1/inlang/source-code/message-lint-rules/camelCaseId/marketplace-manifest.json",
18+
"3gk8n4n4": "https://raw.githubusercontent.com/opral/inlang/refs/heads/inlang-v1/inlang/source-code/github-lint-action/marketplace-manifest.json",
19+
"y0eo8f66": "https://raw.githubusercontent.com/opral/inlang/refs/heads/inlang-v1/inlang/source-code/message-lint-rules/emptyPattern/marketplace-manifest.json",
20+
"asvuch18": "https://raw.githubusercontent.com/opral/inlang/refs/heads/inlang-v1/inlang/source-code/message-lint-rules/identicalPattern/marketplace-manifest.json",
21+
"10l6oyv1": "https://raw.githubusercontent.com/opral/inlang/refs/heads/inlang-v1/inlang/source-code/message-lint-rules/messageWithoutSource/marketplace-manifest.json",
22+
"4cxm3eqi": "https://raw.githubusercontent.com/opral/inlang/refs/heads/inlang-v1/inlang/source-code/message-lint-rules/missingTranslation/marketplace-manifest.json",
23+
"teldgniy": "https://raw.githubusercontent.com/opral/inlang/refs/heads/inlang-v1/inlang/source-code/message-lint-rules/validJsIdentifier/marketplace-manifest.json",
24+
"gkerinvo": "https://raw.githubusercontent.com/opral/inlang/refs/heads/inlang-v1/inlang/source-code/message-lint-rules/snakeCaseId/marketplace-manifest.json",
25+
"ewkole66": "https://raw.githubusercontent.com/opral/inlang/refs/heads/inlang-v1/inlang/source-code/message-lint-rules/camelCaseId/marketplace-manifest.json",
2626
"0e520888": "https://raw.githubusercontent.com/PlusA2M/i18n-editor/refs/heads/main/marketplace-manifest.json"
2727
}
2828
}

0 commit comments

Comments
 (0)