Skip to content

Commit 7be3ade

Browse files
add banners
1 parent a2e0b4b commit 7be3ade

File tree

11 files changed

+73
-21
lines changed

11 files changed

+73
-21
lines changed

packages/plugins/i18next/README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
---
2-
title: i18next Plugin for Inlang - Translation Management
3-
description: Connect your i18next JSON translation files to your inlang project. Use Fink for translation management, Sherlock for inline previews, and CLI for linting.
4-
og:image: https://cdn.jsdelivr.net/npm/@inlang/plugin-i18next@latest/assets/banner.svg
5-
---
6-
71
# i18next Plugin for Inlang
82

93
This plugin enables your inlang project to read and write [i18next](https://inlang.com/m/kl95463j) translation files.

packages/plugins/i18next/marketplace-manifest.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
"$schema": "https://inlang.com/schema/marketplace-manifest",
33
"id": "plugin.inlang.i18next",
44
"icon": "./assets/icon.png",
5+
"gallery": [
6+
"./assets/banner.svg"
7+
],
58
"displayName": {
69
"en": "i18next"
710
},

packages/plugins/inlang-message-format/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ imports:
55

66
# Inlang Message Format Plugin
77

8+
![inlang message format](https://cdn.jsdelivr.net/npm/@inlang/plugin-message-format@latest/assets/banner.svg)
9+
810
The Inlang Message Format is a storage plugin for inlang. It stores messages in a JSON file per language.
911
It is designed after inlang's data models, which enables all features of inlang.
1012

Lines changed: 52 additions & 0 deletions
Loading

packages/plugins/inlang-message-format/marketplace-manifest.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
{
22
"$schema": "https://inlang.com/schema/marketplace-manifest",
33
"id": "plugin.inlang.messageFormat",
4+
"gallery": [
5+
"./assets/banner.svg"
6+
],
47
"displayName": {
58
"en": "inlang message format"
69
},
710
"description": {
8-
"en": "The simplest storage plugin for inlang."
11+
"en": "Store translations in JSON files with support for variables, pluralization, and variants. The recommended storage plugin for inlang projects."
912
},
1013
"pages": {
1114
"/": "./README.md",

packages/plugins/inlang-message-format/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"./file-schema": "./src/fileSchema.ts"
99
},
1010
"files": [
11-
"./dist"
11+
"./dist",
12+
"./assets"
1213
],
1314
"publishConfig": {
1415
"access": "public"

packages/plugins/m-function-matcher/README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
---
2-
title: m Function Matcher - Paraglide JS Integration for Sherlock
3-
description: Enable inline translation previews and linting for Paraglide JS m.message() function calls in VS Code with Sherlock.
4-
og:image: https://cdn.jsdelivr.net/npm/@inlang/plugin-m-function-matcher@latest/assets/sherlock-preview.svg
5-
---
6-
71
# m Function Matcher for Sherlock
82

93
This plugin enables [Sherlock](https://inlang.com/m/r7kp499g/app-inlang-ideExtension) (VS Code extension) to recognize `m.message()` function calls used by [Paraglide JS](https://inlang.com/m/gerre34r/library-inlang-paraglideJs).

packages/plugins/m-function-matcher/marketplace-manifest.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
"$schema": "https://inlang.com/schema/marketplace-manifest",
33
"id": "plugin.inlang.mFunctionMatcher",
44
"icon": "./assets/m.png",
5+
"gallery": [
6+
"./assets/sherlock-preview.svg"
7+
],
58
"displayName": {
69
"en": "m-function-matcher"
710
},

packages/plugins/next-intl/marketplace-manifest.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,14 @@
22
"$schema": "https://inlang.com/schema/marketplace-manifest",
33
"id": "plugin.inlang.nextIntl",
44
"icon": "./assets/plugin-next-intl-logo.png",
5+
"gallery": [
6+
"./assets/banner.svg"
7+
],
58
"displayName": {
69
"en": "next-intl plugin"
710
},
811
"description": {
9-
"en": "A plugin to make next-intl ecosystem compatible with inlang"
12+
"en": "A plugin for inlang projects that reads and writes next-intl translation files."
1013
},
1114
"pages": {
1215
"/": "./README.md",

packages/plugins/t-function-matcher/README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
---
2-
title: t Function Matcher - i18n Integration for Sherlock
3-
description: Enable inline translation previews and linting for t() function calls in VS Code with Sherlock. Works with i18next, react-i18next, and most i18n libraries.
4-
og:image: https://cdn.jsdelivr.net/npm/@inlang/plugin-t-function-matcher@latest/assets/sherlock-preview.svg
5-
---
6-
71
# t Function Matcher for Sherlock
82

93
This plugin enables [Sherlock](https://inlang.com/m/r7kp499g/app-inlang-ideExtension) (VS Code extension) to recognize `t("key")` function calls used by most i18n libraries.

0 commit comments

Comments
 (0)