From 569799372d70ddc2e46b0cc511fbd9bc7667eb8f Mon Sep 17 00:00:00 2001 From: Shivan Sivakumaran Date: Sun, 29 Dec 2024 15:05:51 +1300 Subject: [PATCH] feat: adding paraglide --- messages/en.json | 3 +++ project.inlang/.gitignore | 1 + project.inlang/project_id | 1 + project.inlang/settings.json | 15 +++++++++++++++ 4 files changed, 20 insertions(+) create mode 100644 messages/en.json create mode 100644 project.inlang/.gitignore create mode 100644 project.inlang/project_id create mode 100644 project.inlang/settings.json diff --git a/messages/en.json b/messages/en.json new file mode 100644 index 0000000..66931f5 --- /dev/null +++ b/messages/en.json @@ -0,0 +1,3 @@ +{ + "$schema": "https://inlang.com/schema/inlang-message-format" +} diff --git a/project.inlang/.gitignore b/project.inlang/.gitignore new file mode 100644 index 0000000..5e46596 --- /dev/null +++ b/project.inlang/.gitignore @@ -0,0 +1 @@ +cache \ No newline at end of file diff --git a/project.inlang/project_id b/project.inlang/project_id new file mode 100644 index 0000000..bf31e73 --- /dev/null +++ b/project.inlang/project_id @@ -0,0 +1 @@ +0356a88895c3beec63f1f363190f3a9c243fee34138f000d29980401608a3c29 \ No newline at end of file diff --git a/project.inlang/settings.json b/project.inlang/settings.json new file mode 100644 index 0000000..6e03d88 --- /dev/null +++ b/project.inlang/settings.json @@ -0,0 +1,15 @@ +{ + "$schema": "https://inlang.com/schema/project-settings", + "sourceLanguageTag": "en", + "languageTags": ["en"], + "modules": [ + "https://cdn.jsdelivr.net/npm/@inlang/message-lint-rule-empty-pattern@latest/dist/index.js", + "https://cdn.jsdelivr.net/npm/@inlang/message-lint-rule-missing-translation@latest/dist/index.js", + "https://cdn.jsdelivr.net/npm/@inlang/message-lint-rule-without-source@latest/dist/index.js", + "https://cdn.jsdelivr.net/npm/@inlang/plugin-message-format@latest/dist/index.js", + "https://cdn.jsdelivr.net/npm/@inlang/plugin-m-function-matcher@latest/dist/index.js" + ], + "plugin.inlang.messageFormat": { + "pathPattern": "./messages/{languageTag}.json" + } +}