@intlayer/docs 7.5.12 → 7.5.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/blog/uk/compiler_vs_declarative_i18n.md +224 -0
- package/blog/uk/i18n_using_next-i18next.md +1086 -0
- package/blog/uk/i18n_using_next-intl.md +760 -0
- package/blog/uk/index.md +69 -0
- package/blog/uk/internationalization_and_SEO.md +273 -0
- package/blog/uk/intlayer_with_i18next.md +211 -0
- package/blog/uk/intlayer_with_next-i18next.md +202 -0
- package/blog/uk/intlayer_with_next-intl.md +203 -0
- package/blog/uk/intlayer_with_react-i18next.md +200 -0
- package/blog/uk/intlayer_with_react-intl.md +202 -0
- package/blog/uk/intlayer_with_vue-i18n.md +206 -0
- package/blog/uk/l10n_platform_alternative/Lokalise.md +80 -0
- package/blog/uk/l10n_platform_alternative/crowdin.md +80 -0
- package/blog/uk/l10n_platform_alternative/phrase.md +78 -0
- package/blog/uk/list_i18n_technologies/CMS/drupal.md +143 -0
- package/blog/uk/list_i18n_technologies/CMS/wix.md +167 -0
- package/blog/uk/list_i18n_technologies/CMS/wordpress.md +189 -0
- package/blog/uk/list_i18n_technologies/frameworks/angular.md +125 -0
- package/blog/uk/list_i18n_technologies/frameworks/flutter.md +128 -0
- package/blog/uk/list_i18n_technologies/frameworks/react-native.md +217 -0
- package/blog/uk/list_i18n_technologies/frameworks/react.md +155 -0
- package/blog/uk/list_i18n_technologies/frameworks/svelte.md +145 -0
- package/blog/uk/list_i18n_technologies/frameworks/vue.md +144 -0
- package/blog/uk/next-i18next_vs_next-intl_vs_intlayer.md +1499 -0
- package/blog/uk/nextjs-multilingual-seo-comparison.md +360 -0
- package/blog/uk/rag_powered_documentation_assistant.md +288 -0
- package/blog/uk/react-i18next_vs_react-intl_vs_intlayer.md +164 -0
- package/blog/uk/vue-i18n_vs_intlayer.md +279 -0
- package/blog/uk/what_is_internationalization.md +167 -0
- package/dist/cjs/generated/frequentQuestions.entry.cjs +20 -0
- package/dist/cjs/generated/frequentQuestions.entry.cjs.map +1 -1
- package/dist/esm/generated/frequentQuestions.entry.mjs +20 -0
- package/dist/esm/generated/frequentQuestions.entry.mjs.map +1 -1
- package/dist/types/generated/frequentQuestions.entry.d.ts +1 -0
- package/dist/types/generated/frequentQuestions.entry.d.ts.map +1 -1
- package/docs/ar/configuration.md +6 -1
- package/docs/ar/dictionary/content_file.md +6 -1
- package/docs/de/configuration.md +6 -1
- package/docs/de/dictionary/content_file.md +6 -1
- package/docs/en/configuration.md +6 -1
- package/docs/en/dictionary/content_file.md +6 -1
- package/docs/en-GB/configuration.md +6 -1
- package/docs/en-GB/dictionary/content_file.md +3 -1
- package/docs/es/configuration.md +6 -1
- package/docs/es/dictionary/content_file.md +6 -1
- package/docs/fr/configuration.md +6 -1
- package/docs/fr/dictionary/content_file.md +3 -1
- package/docs/hi/configuration.md +6 -1
- package/docs/hi/dictionary/content_file.md +3 -1
- package/docs/id/configuration.md +6 -1
- package/docs/id/dictionary/content_file.md +3 -1
- package/docs/it/configuration.md +6 -1
- package/docs/it/dictionary/content_file.md +3 -1
- package/docs/ja/configuration.md +6 -1
- package/docs/ja/dictionary/content_file.md +3 -1
- package/docs/ko/configuration.md +6 -1
- package/docs/ko/dictionary/content_file.md +3 -1
- package/docs/pl/configuration.md +3 -1
- package/docs/pl/dictionary/content_file.md +3 -1
- package/docs/pt/configuration.md +6 -1
- package/docs/pt/dictionary/content_file.md +3 -1
- package/docs/ru/configuration.md +6 -1
- package/docs/ru/dictionary/content_file.md +6 -1
- package/docs/tr/configuration.md +6 -1
- package/docs/tr/dictionary/content_file.md +3 -1
- package/docs/uk/CI_CD.md +198 -0
- package/docs/uk/autoFill.md +307 -0
- package/docs/uk/bundle_optimization.md +185 -0
- package/docs/uk/cli/build.md +64 -0
- package/docs/uk/cli/ci.md +137 -0
- package/docs/uk/cli/configuration.md +63 -0
- package/docs/uk/cli/debug.md +46 -0
- package/docs/uk/cli/doc-review.md +43 -0
- package/docs/uk/cli/doc-translate.md +132 -0
- package/docs/uk/cli/editor.md +28 -0
- package/docs/uk/cli/fill.md +130 -0
- package/docs/uk/cli/index.md +190 -0
- package/docs/uk/cli/init.md +84 -0
- package/docs/uk/cli/list.md +90 -0
- package/docs/uk/cli/list_projects.md +128 -0
- package/docs/uk/cli/live.md +41 -0
- package/docs/uk/cli/login.md +157 -0
- package/docs/uk/cli/pull.md +78 -0
- package/docs/uk/cli/push.md +98 -0
- package/docs/uk/cli/sdk.md +71 -0
- package/docs/uk/cli/test.md +76 -0
- package/docs/uk/cli/transform.md +65 -0
- package/docs/uk/cli/version.md +24 -0
- package/docs/uk/cli/watch.md +37 -0
- package/docs/uk/configuration.md +742 -0
- package/docs/uk/dictionary/condition.md +237 -0
- package/docs/uk/dictionary/content_file.md +1134 -0
- package/docs/uk/dictionary/enumeration.md +245 -0
- package/docs/uk/dictionary/file.md +232 -0
- package/docs/uk/dictionary/function_fetching.md +212 -0
- package/docs/uk/dictionary/gender.md +273 -0
- package/docs/uk/dictionary/insertion.md +187 -0
- package/docs/uk/dictionary/markdown.md +383 -0
- package/docs/uk/dictionary/nesting.md +273 -0
- package/docs/uk/dictionary/translation.md +332 -0
- package/docs/uk/formatters.md +595 -0
- package/docs/uk/how_works_intlayer.md +256 -0
- package/docs/uk/index.md +175 -0
- package/docs/uk/interest_of_intlayer.md +297 -0
- package/docs/uk/intlayer_CMS.md +569 -0
- package/docs/uk/intlayer_visual_editor.md +292 -0
- package/docs/uk/intlayer_with_angular.md +710 -0
- package/docs/uk/intlayer_with_astro.md +256 -0
- package/docs/uk/intlayer_with_create_react_app.md +1258 -0
- package/docs/uk/intlayer_with_express.md +429 -0
- package/docs/uk/intlayer_with_fastify.md +446 -0
- package/docs/uk/intlayer_with_lynx+react.md +548 -0
- package/docs/uk/intlayer_with_nestjs.md +283 -0
- package/docs/uk/intlayer_with_next-i18next.md +640 -0
- package/docs/uk/intlayer_with_next-intl.md +456 -0
- package/docs/uk/intlayer_with_nextjs_page_router.md +1541 -0
- package/docs/uk/intlayer_with_nuxt.md +711 -0
- package/docs/uk/intlayer_with_react_router_v7.md +600 -0
- package/docs/uk/intlayer_with_react_router_v7_fs_routes.md +669 -0
- package/docs/uk/intlayer_with_svelte_kit.md +579 -0
- package/docs/uk/intlayer_with_tanstack.md +818 -0
- package/docs/uk/intlayer_with_vite+preact.md +1748 -0
- package/docs/uk/intlayer_with_vite+react.md +1449 -0
- package/docs/uk/intlayer_with_vite+solid.md +302 -0
- package/docs/uk/intlayer_with_vite+svelte.md +520 -0
- package/docs/uk/intlayer_with_vite+vue.md +1113 -0
- package/docs/uk/introduction.md +222 -0
- package/docs/uk/locale_mapper.md +242 -0
- package/docs/uk/mcp_server.md +211 -0
- package/docs/uk/packages/express-intlayer/t.md +465 -0
- package/docs/uk/packages/intlayer/getEnumeration.md +159 -0
- package/docs/uk/packages/intlayer/getHTMLTextDir.md +121 -0
- package/docs/uk/packages/intlayer/getLocaleLang.md +81 -0
- package/docs/uk/packages/intlayer/getLocaleName.md +135 -0
- package/docs/uk/packages/intlayer/getLocalizedUrl.md +338 -0
- package/docs/uk/packages/intlayer/getMultilingualUrls.md +359 -0
- package/docs/uk/packages/intlayer/getPathWithoutLocale.md +75 -0
- package/docs/uk/packages/intlayer/getPrefix.md +213 -0
- package/docs/uk/packages/intlayer/getTranslation.md +190 -0
- package/docs/uk/packages/intlayer/getTranslationContent.md +189 -0
- package/docs/uk/packages/next-intlayer/t.md +365 -0
- package/docs/uk/packages/next-intlayer/useDictionary.md +276 -0
- package/docs/uk/packages/next-intlayer/useIntlayer.md +263 -0
- package/docs/uk/packages/next-intlayer/useLocale.md +166 -0
- package/docs/uk/packages/react-intlayer/t.md +311 -0
- package/docs/uk/packages/react-intlayer/useDictionary.md +295 -0
- package/docs/uk/packages/react-intlayer/useI18n.md +250 -0
- package/docs/uk/packages/react-intlayer/useIntlayer.md +251 -0
- package/docs/uk/packages/react-intlayer/useLocale.md +210 -0
- package/docs/uk/per_locale_file.md +345 -0
- package/docs/uk/plugins/sync-json.md +398 -0
- package/docs/uk/readme.md +265 -0
- package/docs/uk/releases/v6.md +305 -0
- package/docs/uk/releases/v7.md +624 -0
- package/docs/uk/roadmap.md +346 -0
- package/docs/uk/testing.md +204 -0
- package/docs/vi/configuration.md +6 -1
- package/docs/vi/dictionary/content_file.md +6 -1
- package/docs/zh/configuration.md +6 -1
- package/docs/zh/dictionary/content_file.md +6 -1
- package/frequent_questions/ar/error-vite-env-only.md +77 -0
- package/frequent_questions/de/error-vite-env-only.md +77 -0
- package/frequent_questions/en/error-vite-env-only.md +77 -0
- package/frequent_questions/en-GB/error-vite-env-only.md +77 -0
- package/frequent_questions/es/error-vite-env-only.md +76 -0
- package/frequent_questions/fr/error-vite-env-only.md +77 -0
- package/frequent_questions/hi/error-vite-env-only.md +77 -0
- package/frequent_questions/id/error-vite-env-only.md +77 -0
- package/frequent_questions/it/error-vite-env-only.md +77 -0
- package/frequent_questions/ja/error-vite-env-only.md +77 -0
- package/frequent_questions/ko/error-vite-env-only.md +77 -0
- package/frequent_questions/pl/error-vite-env-only.md +77 -0
- package/frequent_questions/pt/error-vite-env-only.md +77 -0
- package/frequent_questions/ru/error-vite-env-only.md +77 -0
- package/frequent_questions/tr/error-vite-env-only.md +77 -0
- package/frequent_questions/uk/SSR_Next_no_[locale].md +104 -0
- package/frequent_questions/uk/array_as_content_declaration.md +72 -0
- package/frequent_questions/uk/build_dictionaries.md +58 -0
- package/frequent_questions/uk/build_error_CI_CD.md +74 -0
- package/frequent_questions/uk/bun_set_up.md +53 -0
- package/frequent_questions/uk/customized_locale_list.md +64 -0
- package/frequent_questions/uk/domain_routing.md +113 -0
- package/frequent_questions/uk/error-vite-env-only.md +77 -0
- package/frequent_questions/uk/esbuild_error.md +29 -0
- package/frequent_questions/uk/get_locale_cookie.md +142 -0
- package/frequent_questions/uk/intlayer_command_undefined.md +155 -0
- package/frequent_questions/uk/locale_incorect_in_url.md +73 -0
- package/frequent_questions/uk/package_version_error.md +181 -0
- package/frequent_questions/uk/static_rendering.md +44 -0
- package/frequent_questions/uk/translated_path_url.md +55 -0
- package/frequent_questions/uk/unknown_command.md +97 -0
- package/frequent_questions/vi/error-vite-env-only.md +77 -0
- package/frequent_questions/zh/error-vite-env-only.md +77 -0
- package/legal/uk/privacy_notice.md +83 -0
- package/legal/uk/terms_of_service.md +55 -0
- package/package.json +6 -6
- package/src/generated/frequentQuestions.entry.ts +20 -0
package/docs/ar/configuration.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
createdAt: 2024-08-13
|
|
3
|
-
updatedAt:
|
|
3
|
+
updatedAt: 2026-01-10
|
|
4
4
|
title: التهيئة
|
|
5
5
|
description: تعلّم كيفية تهيئة Intlayer لتطبيقك. فهم الإعدادات والخيارات المختلفة المتاحة لتخصيص Intlayer حسب احتياجاتك.
|
|
6
6
|
keywords:
|
|
@@ -14,6 +14,9 @@ slugs:
|
|
|
14
14
|
- concept
|
|
15
15
|
- configuration
|
|
16
16
|
history:
|
|
17
|
+
- version: 7.5.1
|
|
18
|
+
date: 2026-01-10
|
|
19
|
+
changes: إضافة دعم لتنسيقات ملفات JSON5 و JSONC
|
|
17
20
|
- version: 7.5.0
|
|
18
21
|
date: 2025-12-17
|
|
19
22
|
changes: إضافة خيار `buildMode`
|
|
@@ -55,6 +58,8 @@ history:
|
|
|
55
58
|
- `intlayer.config.ts`
|
|
56
59
|
- `intlayer.config.js`
|
|
57
60
|
- `intlayer.config.json`
|
|
61
|
+
- `intlayer.config.json5`
|
|
62
|
+
- `intlayer.config.jsonc`
|
|
58
63
|
- `intlayer.config.cjs`
|
|
59
64
|
- `intlayer.config.mjs`
|
|
60
65
|
- `.intlayerrc`
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
createdAt: 2025-02-07
|
|
3
|
-
updatedAt:
|
|
3
|
+
updatedAt: 2026-01-10
|
|
4
4
|
title: ملف المحتوى
|
|
5
5
|
description: تعلّم كيفية تخصيص الامتدادات لملفات إعلان المحتوى الخاصة بك. اتبع هذا التوثيق لتنفيذ الشروط بكفاءة في مشروعك.
|
|
6
6
|
keywords:
|
|
@@ -12,6 +12,9 @@ slugs:
|
|
|
12
12
|
- concept
|
|
13
13
|
- content
|
|
14
14
|
history:
|
|
15
|
+
- version: 7.5.13
|
|
16
|
+
date: 2026-01-10
|
|
17
|
+
changes: إضافة دعم لتنسيقات ملفات JSON5 و JSONC
|
|
15
18
|
- version: 7.5.0
|
|
16
19
|
date: 2025-12-13
|
|
17
20
|
changes: إضافة دعم تنسيقات ICU و i18next
|
|
@@ -788,6 +791,8 @@ export default {
|
|
|
788
791
|
بشكل افتراضي، تراقب Intlayer جميع الملفات التي تحمل الامتدادات التالية لإعلانات المحتوى:
|
|
789
792
|
|
|
790
793
|
- `.content.json`
|
|
794
|
+
- `.content.json5`
|
|
795
|
+
- `.content.jsonc`
|
|
791
796
|
- `.content.ts`
|
|
792
797
|
- `.content.tsx`
|
|
793
798
|
- `.content.js`
|
package/docs/de/configuration.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
createdAt: 2024-08-13
|
|
3
|
-
updatedAt:
|
|
3
|
+
updatedAt: 2026-01-10
|
|
4
4
|
title: Konfiguration
|
|
5
5
|
description: Erfahren Sie, wie Sie Intlayer für Ihre Anwendung konfigurieren. Verstehen Sie die verschiedenen Einstellungen und Optionen, um Intlayer an Ihre Bedürfnisse anzupassen.
|
|
6
6
|
keywords:
|
|
@@ -14,6 +14,9 @@ slugs:
|
|
|
14
14
|
- concept
|
|
15
15
|
- configuration
|
|
16
16
|
history:
|
|
17
|
+
- version: 7.5.1
|
|
18
|
+
date: 2026-01-10
|
|
19
|
+
changes: Unterstützung für JSON5- und JSONC-Dateiformate hinzugefügt
|
|
17
20
|
- version: 7.5.0
|
|
18
21
|
date: 2025-12-17
|
|
19
22
|
changes: Hinzufügen der Option `buildMode`
|
|
@@ -55,6 +58,8 @@ Intlayer akzeptiert JSON-, JS-, MJS- und TS-Konfigurationsdateiformate:
|
|
|
55
58
|
- `intlayer.config.ts`
|
|
56
59
|
- `intlayer.config.js`
|
|
57
60
|
- `intlayer.config.json`
|
|
61
|
+
- `intlayer.config.json5`
|
|
62
|
+
- `intlayer.config.jsonc`
|
|
58
63
|
- `intlayer.config.cjs`
|
|
59
64
|
- `intlayer.config.mjs`
|
|
60
65
|
- `.intlayerrc`
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
createdAt: 2025-02-07
|
|
3
|
-
updatedAt:
|
|
3
|
+
updatedAt: 2026-01-10
|
|
4
4
|
title: Inhaltsdatei
|
|
5
5
|
description: Erfahren Sie, wie Sie die Erweiterungen für Ihre Inhaltsdeklarationsdateien anpassen können. Folgen Sie dieser Dokumentation, um Bedingungen effizient in Ihrem Projekt umzusetzen.
|
|
6
6
|
keywords:
|
|
@@ -12,6 +12,9 @@ slugs:
|
|
|
12
12
|
- concept
|
|
13
13
|
- content
|
|
14
14
|
history:
|
|
15
|
+
- version: 7.5.13
|
|
16
|
+
date: 2026-01-10
|
|
17
|
+
changes: Unterstützung für JSON5- und JSONC-Dateiformate hinzugefügt
|
|
15
18
|
- version: 7.5.0
|
|
16
19
|
date: 2025-12-13
|
|
17
20
|
changes: Unterstützung für ICU- und i18next-Formate hinzugefügt
|
|
@@ -788,6 +791,8 @@ Intlayer ermöglicht es Ihnen, die Erweiterungen für Ihre Inhaltsdeklarationsda
|
|
|
788
791
|
Standardmäßig überwacht Intlayer alle Dateien mit den folgenden Erweiterungen für Inhaltsdeklarationen:
|
|
789
792
|
|
|
790
793
|
- `.content.json`
|
|
794
|
+
- `.content.json5`
|
|
795
|
+
- `.content.jsonc`
|
|
791
796
|
- `.content.ts`
|
|
792
797
|
- `.content.tsx`
|
|
793
798
|
- `.content.js`
|
package/docs/en/configuration.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
createdAt: 2024-08-13
|
|
3
|
-
updatedAt:
|
|
3
|
+
updatedAt: 2026-01-10
|
|
4
4
|
title: Configuration
|
|
5
5
|
description: Learn how to configure Intlayer for your application. Understand the various settings and options available to customize Intlayer to your needs.
|
|
6
6
|
keywords:
|
|
@@ -14,6 +14,9 @@ slugs:
|
|
|
14
14
|
- concept
|
|
15
15
|
- configuration
|
|
16
16
|
history:
|
|
17
|
+
- version: 7.5.1
|
|
18
|
+
date: 2026-01-10
|
|
19
|
+
changes: Add support for JSON5 and JSONC file formats
|
|
17
20
|
- version: 7.5.0
|
|
18
21
|
date: 2025-12-17
|
|
19
22
|
changes: Add `buildMode` option
|
|
@@ -73,6 +76,8 @@ Intlayer accepts JSON, JS, MJS, and TS configuration file formats:
|
|
|
73
76
|
- `intlayer.config.ts`
|
|
74
77
|
- `intlayer.config.js`
|
|
75
78
|
- `intlayer.config.json`
|
|
79
|
+
- `intlayer.config.json5`
|
|
80
|
+
- `intlayer.config.jsonc`
|
|
76
81
|
- `intlayer.config.cjs`
|
|
77
82
|
- `intlayer.config.mjs`
|
|
78
83
|
- `.intlayerrc`
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
createdAt: 2025-02-07
|
|
3
|
-
updatedAt:
|
|
3
|
+
updatedAt: 2026-01-10
|
|
4
4
|
title: Content File
|
|
5
5
|
description: Learn how to customize the extensions for your content declaration files. Follow this documentation to implement conditions efficiently in your project.
|
|
6
6
|
keywords:
|
|
@@ -12,6 +12,9 @@ slugs:
|
|
|
12
12
|
- concept
|
|
13
13
|
- content
|
|
14
14
|
history:
|
|
15
|
+
- version: 7.5.13
|
|
16
|
+
date: 2026-01-10
|
|
17
|
+
changes: Add support for JSON5 and JSONC file formats
|
|
15
18
|
- version: 7.5.0
|
|
16
19
|
date: 2025-12-13
|
|
17
20
|
changes: Add ICU and i18next format support
|
|
@@ -794,6 +797,8 @@ Intlayer allows you to customize the extensions for your content declaration fil
|
|
|
794
797
|
By default, Intlayer watches all files with the following extensions for content declarations:
|
|
795
798
|
|
|
796
799
|
- `.content.json`
|
|
800
|
+
- `.content.json5`
|
|
801
|
+
- `.content.jsonc`
|
|
797
802
|
- `.content.ts`
|
|
798
803
|
- `.content.tsx`
|
|
799
804
|
- `.content.js`
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
createdAt: 2024-08-13
|
|
3
|
-
updatedAt:
|
|
3
|
+
updatedAt: 2026-01-10
|
|
4
4
|
title: Configuration
|
|
5
5
|
description: Learn how to configure Intlayer for your application. Understand the various settings and options available to customise Intlayer to your needs.
|
|
6
6
|
keywords:
|
|
@@ -14,6 +14,9 @@ slugs:
|
|
|
14
14
|
- concept
|
|
15
15
|
- configuration
|
|
16
16
|
history:
|
|
17
|
+
- version: 7.5.1
|
|
18
|
+
date: 2026-01-10
|
|
19
|
+
changes: Add support for JSON5 and JSONC file formats
|
|
17
20
|
- version: 7.5.0
|
|
18
21
|
date: 2025-12-17
|
|
19
22
|
changes: Add `buildMode` option
|
|
@@ -55,6 +58,8 @@ Intlayer accepts JSON, JS, MJS, and TS configuration file formats:
|
|
|
55
58
|
- `intlayer.config.ts`
|
|
56
59
|
- `intlayer.config.js`
|
|
57
60
|
- `intlayer.config.json`
|
|
61
|
+
- `intlayer.config.json5`
|
|
62
|
+
- `intlayer.config.jsonc`
|
|
58
63
|
- `intlayer.config.cjs`
|
|
59
64
|
- `intlayer.config.mjs`
|
|
60
65
|
- `.intlayerrc`
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
createdAt: 2025-02-07
|
|
3
|
-
updatedAt:
|
|
3
|
+
updatedAt: 2026-01-10
|
|
4
4
|
title: Content File
|
|
5
5
|
description: Learn how to customise the extensions for your content declaration files. Follow this documentation to implement conditions efficiently in your project.
|
|
6
6
|
keywords:
|
|
@@ -794,6 +794,8 @@ Intlayer allows you to customise the extensions for your content declaration fil
|
|
|
794
794
|
By default, Intlayer watches all files with the following extensions for content declarations:
|
|
795
795
|
|
|
796
796
|
- `.content.json`
|
|
797
|
+
- `.content.json5`
|
|
798
|
+
- `.content.jsonc`
|
|
797
799
|
- `.content.ts`
|
|
798
800
|
- `.content.tsx`
|
|
799
801
|
- `.content.js`
|
package/docs/es/configuration.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
createdAt: 2024-08-13
|
|
3
|
-
updatedAt:
|
|
3
|
+
updatedAt: 2026-01-10
|
|
4
4
|
title: Configuración
|
|
5
5
|
description: Aprende cómo configurar Intlayer para tu aplicación. Entiende las diversas configuraciones y opciones disponibles para personalizar Intlayer según tus necesidades.
|
|
6
6
|
keywords:
|
|
@@ -14,6 +14,9 @@ slugs:
|
|
|
14
14
|
- concept
|
|
15
15
|
- configuration
|
|
16
16
|
history:
|
|
17
|
+
- version: 7.5.1
|
|
18
|
+
date: 2026-01-10
|
|
19
|
+
changes: Añadir soporte para formatos de archivo JSON5 y JSONC
|
|
17
20
|
- version: 7.5.0
|
|
18
21
|
date: 2025-12-17
|
|
19
22
|
changes: Añadir opción `buildMode`
|
|
@@ -55,6 +58,8 @@ Intlayer acepta formatos de archivo de configuración JSON, JS, MJS y TS:
|
|
|
55
58
|
- `intlayer.config.ts`
|
|
56
59
|
- `intlayer.config.js`
|
|
57
60
|
- `intlayer.config.json`
|
|
61
|
+
- `intlayer.config.json5`
|
|
62
|
+
- `intlayer.config.jsonc`
|
|
58
63
|
- `intlayer.config.cjs`
|
|
59
64
|
- `intlayer.config.mjs`
|
|
60
65
|
- `.intlayerrc`
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
createdAt: 2025-02-07
|
|
3
|
-
updatedAt:
|
|
3
|
+
updatedAt: 2026-01-10
|
|
4
4
|
title: Archivo de Contenido
|
|
5
5
|
description: Aprende a personalizar las extensiones para tus archivos de declaración de contenido. Sigue esta documentación para implementar condiciones de manera eficiente en tu proyecto.
|
|
6
6
|
keywords:
|
|
@@ -12,6 +12,9 @@ slugs:
|
|
|
12
12
|
- concept
|
|
13
13
|
- content
|
|
14
14
|
history:
|
|
15
|
+
- version: 7.5.13
|
|
16
|
+
date: 2026-01-10
|
|
17
|
+
changes: Añadir soporte para formatos de archivo JSON5 y JSONC
|
|
15
18
|
- version: 7.5.0
|
|
16
19
|
date: 2025-12-13
|
|
17
20
|
changes: Añadido soporte para formatos ICU e i18next
|
|
@@ -787,6 +790,8 @@ Intlayer te permite personalizar las extensiones para tus archivos de declaraci
|
|
|
787
790
|
Por defecto, Intlayer vigila todos los archivos con las siguientes extensiones para declaraciones de contenido:
|
|
788
791
|
|
|
789
792
|
- `.content.json`
|
|
793
|
+
- `.content.json5`
|
|
794
|
+
- `.content.jsonc`
|
|
790
795
|
- `.content.ts`
|
|
791
796
|
- `.content.tsx`
|
|
792
797
|
- `.content.js`
|
package/docs/fr/configuration.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
createdAt: 2024-08-13
|
|
3
|
-
updatedAt:
|
|
3
|
+
updatedAt: 2026-01-10
|
|
4
4
|
title: Configuration
|
|
5
5
|
description: Apprenez à configurer Intlayer pour votre application. Comprenez les différents paramètres et options disponibles pour personnaliser Intlayer selon vos besoins.
|
|
6
6
|
keywords:
|
|
@@ -14,6 +14,9 @@ slugs:
|
|
|
14
14
|
- concept
|
|
15
15
|
- configuration
|
|
16
16
|
history:
|
|
17
|
+
- version: 7.5.1
|
|
18
|
+
date: 2026-01-10
|
|
19
|
+
changes: Ajout du support des formats de fichiers JSON5 et JSONC
|
|
17
20
|
- version: 7.5.0
|
|
18
21
|
date: 2025-12-17
|
|
19
22
|
changes: Ajout de l'option `buildMode`
|
|
@@ -58,6 +61,8 @@ Intlayer accepte les formats de fichiers de configuration JSON, JS, MJS et TS :
|
|
|
58
61
|
- `intlayer.config.ts`
|
|
59
62
|
- `intlayer.config.js`
|
|
60
63
|
- `intlayer.config.json`
|
|
64
|
+
- `intlayer.config.json5`
|
|
65
|
+
- `intlayer.config.jsonc`
|
|
61
66
|
- `intlayer.config.cjs`
|
|
62
67
|
- `intlayer.config.mjs`
|
|
63
68
|
- `.intlayerrc`
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
createdAt: 2025-02-07
|
|
3
|
-
updatedAt:
|
|
3
|
+
updatedAt: 2026-01-10
|
|
4
4
|
title: Fichier de Contenu
|
|
5
5
|
description: Apprenez à personnaliser les extensions pour vos fichiers de déclaration de contenu. Suivez cette documentation pour implémenter efficacement des conditions dans votre projet.
|
|
6
6
|
keywords:
|
|
@@ -786,6 +786,8 @@ Intlayer vous permet de personnaliser les extensions de vos fichiers de déclara
|
|
|
786
786
|
Par défaut, Intlayer surveille tous les fichiers avec les extensions suivantes pour les déclarations de contenu :
|
|
787
787
|
|
|
788
788
|
- `.content.json`
|
|
789
|
+
- `.content.json5`
|
|
790
|
+
- `.content.jsonc`
|
|
789
791
|
- `.content.ts`
|
|
790
792
|
- `.content.tsx`
|
|
791
793
|
- `.content.js`
|
package/docs/hi/configuration.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
createdAt: 2024-08-13
|
|
3
|
-
updatedAt:
|
|
3
|
+
updatedAt: 2026-01-10
|
|
4
4
|
title: कॉन्फ़िगरेशन
|
|
5
5
|
description: अपने एप्लिकेशन के लिए Intlayer को कॉन्फ़िगर करना सीखें। Intlayer को अपनी आवश्यकताओं के अनुसार अनुकूलित करने के लिए विभिन्न सेटिंग्स और विकल्पों को समझें।
|
|
6
6
|
keywords:
|
|
@@ -14,6 +14,9 @@ slugs:
|
|
|
14
14
|
- concept
|
|
15
15
|
- configuration
|
|
16
16
|
history:
|
|
17
|
+
- version: 7.5.1
|
|
18
|
+
date: 2026-01-10
|
|
19
|
+
changes: JSON5 और JSONC फ़ाइल प्रारूपों के लिए समर्थन जोड़ा
|
|
17
20
|
- version: 7.5.0
|
|
18
21
|
date: 2025-12-17
|
|
19
22
|
changes: `buildMode` विकल्प जोड़ा
|
|
@@ -55,6 +58,8 @@ Intlayer JSON, JS, MJS, और TS कॉन्फ़िगरेशन फ़ा
|
|
|
55
58
|
- `intlayer.config.ts`
|
|
56
59
|
- `intlayer.config.js`
|
|
57
60
|
- `intlayer.config.json`
|
|
61
|
+
- `intlayer.config.json5`
|
|
62
|
+
- `intlayer.config.jsonc`
|
|
58
63
|
- `intlayer.config.cjs`
|
|
59
64
|
- `intlayer.config.mjs`
|
|
60
65
|
- `.intlayerrc`
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
createdAt: 2025-02-07
|
|
3
|
-
updatedAt:
|
|
3
|
+
updatedAt: 2026-01-10
|
|
4
4
|
title: कंटेंट फ़ाइल
|
|
5
5
|
description: अपनी कंटेंट घोषणा फ़ाइलों के एक्सटेंशनों को कस्टमाइज़ करना सीखें। अपने प्रोजेक्ट में शर्तों को कुशलतापूर्वक लागू करने के लिए इस दस्तावेज़ का पालन करें।
|
|
6
6
|
keywords:
|
|
@@ -788,6 +788,8 @@ Intlayer आपको अपनी सामग्री घोषणा फ़
|
|
|
788
788
|
डिफ़ॉल्ट रूप से, Intlayer निम्नलिखित एक्सटेंशनों वाली सभी फ़ाइलों को सामग्री घोषणाओं के लिए देखता है:
|
|
789
789
|
|
|
790
790
|
- `.content.json`
|
|
791
|
+
- `.content.json5`
|
|
792
|
+
- `.content.jsonc`
|
|
791
793
|
- `.content.ts`
|
|
792
794
|
- `.content.tsx`
|
|
793
795
|
- `.content.js`
|
package/docs/id/configuration.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
createdAt: 2024-08-13
|
|
3
|
-
updatedAt:
|
|
3
|
+
updatedAt: 2026-01-10
|
|
4
4
|
title: Konfigurasi
|
|
5
5
|
description: Pelajari cara mengonfigurasi Intlayer untuk aplikasi Anda. Pahami berbagai pengaturan dan opsi yang tersedia untuk menyesuaikan Intlayer sesuai kebutuhan Anda.
|
|
6
6
|
keywords:
|
|
@@ -14,6 +14,9 @@ slugs:
|
|
|
14
14
|
- concept
|
|
15
15
|
- configuration
|
|
16
16
|
history:
|
|
17
|
+
- version: 7.5.1
|
|
18
|
+
date: 2026-01-10
|
|
19
|
+
changes: Menambahkan dukungan untuk format file JSON5 dan JSONC
|
|
17
20
|
- version: 7.5.0
|
|
18
21
|
date: 2025-12-17
|
|
19
22
|
changes: Menambahkan opsi `buildMode`
|
|
@@ -73,6 +76,8 @@ Intlayer menerima format file konfigurasi JSON, JS, MJS, dan TS:
|
|
|
73
76
|
- `intlayer.config.ts`
|
|
74
77
|
- `intlayer.config.js`
|
|
75
78
|
- `intlayer.config.json`
|
|
79
|
+
- `intlayer.config.json5`
|
|
80
|
+
- `intlayer.config.jsonc`
|
|
76
81
|
- `intlayer.config.cjs`
|
|
77
82
|
- `intlayer.config.mjs`
|
|
78
83
|
- `.intlayerrc`
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
createdAt: 2025-02-07
|
|
3
|
-
updatedAt:
|
|
3
|
+
updatedAt: 2026-01-10
|
|
4
4
|
title: Berkas Konten
|
|
5
5
|
description: Pelajari cara menyesuaikan ekstensi untuk berkas deklarasi konten Anda. Ikuti dokumentasi ini untuk mengimplementasikan kondisi secara efisien dalam proyek Anda.
|
|
6
6
|
keywords:
|
|
@@ -824,6 +824,8 @@ Intlayer memungkinkan Anda untuk menyesuaikan ekstensi untuk file deklarasi kont
|
|
|
824
824
|
Secara default, Intlayer memantau semua file dengan ekstensi berikut untuk deklarasi konten:
|
|
825
825
|
|
|
826
826
|
- `.content.json`
|
|
827
|
+
- `.content.json5`
|
|
828
|
+
- `.content.jsonc`
|
|
827
829
|
- `.content.ts`
|
|
828
830
|
- `.content.tsx`
|
|
829
831
|
- `.content.js`
|
package/docs/it/configuration.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
createdAt: 2024-08-13
|
|
3
|
-
updatedAt:
|
|
3
|
+
updatedAt: 2026-01-10
|
|
4
4
|
title: Configurazione
|
|
5
5
|
description: Scopri come configurare Intlayer per la tua applicazione. Comprendi le varie impostazioni e opzioni disponibili per personalizzare Intlayer secondo le tue esigenze.
|
|
6
6
|
keywords:
|
|
@@ -14,6 +14,9 @@ slugs:
|
|
|
14
14
|
- concept
|
|
15
15
|
- configuration
|
|
16
16
|
history:
|
|
17
|
+
- version: 7.5.1
|
|
18
|
+
date: 2026-01-10
|
|
19
|
+
changes: Aggiunto supporto per i formati di file JSON5 e JSONC
|
|
17
20
|
- version: 7.5.0
|
|
18
21
|
date: 2025-12-17
|
|
19
22
|
changes: Aggiunta opzione `buildMode`
|
|
@@ -55,6 +58,8 @@ Intlayer accetta formati di file di configurazione JSON, JS, MJS e TS:
|
|
|
55
58
|
- `intlayer.config.ts`
|
|
56
59
|
- `intlayer.config.js`
|
|
57
60
|
- `intlayer.config.json`
|
|
61
|
+
- `intlayer.config.json5`
|
|
62
|
+
- `intlayer.config.jsonc`
|
|
58
63
|
- `intlayer.config.cjs`
|
|
59
64
|
- `intlayer.config.mjs`
|
|
60
65
|
- `.intlayerrc`
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
createdAt: 2025-02-07
|
|
3
|
-
updatedAt:
|
|
3
|
+
updatedAt: 2026-01-10
|
|
4
4
|
title: File di Contenuto
|
|
5
5
|
description: Scopri come personalizzare le estensioni per i tuoi file di dichiarazione dei contenuti. Segui questa documentazione per implementare condizioni in modo efficiente nel tuo progetto.
|
|
6
6
|
keywords:
|
|
@@ -790,6 +790,8 @@ Intlayer consente di personalizzare le estensioni per i file di dichiarazione de
|
|
|
790
790
|
Per impostazione predefinita, Intlayer monitora tutti i file con le seguenti estensioni per le dichiarazioni di contenuto:
|
|
791
791
|
|
|
792
792
|
- `.content.json`
|
|
793
|
+
- `.content.json5`
|
|
794
|
+
- `.content.jsonc`
|
|
793
795
|
- `.content.ts`
|
|
794
796
|
- `.content.tsx`
|
|
795
797
|
- `.content.js`
|
package/docs/ja/configuration.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
createdAt: 2024-08-13
|
|
3
|
-
updatedAt:
|
|
3
|
+
updatedAt: 2026-01-10
|
|
4
4
|
title: 設定
|
|
5
5
|
description: Intlayerをアプリケーション向けに設定する方法を学びます。Intlayerをニーズに合わせてカスタマイズするためのさまざまな設定やオプションについて理解しましょう。
|
|
6
6
|
keywords:
|
|
@@ -14,6 +14,9 @@ slugs:
|
|
|
14
14
|
- concept
|
|
15
15
|
- configuration
|
|
16
16
|
history:
|
|
17
|
+
- version: 7.5.1
|
|
18
|
+
date: 2026-01-10
|
|
19
|
+
changes: JSON5 および JSONC ファイル形式のサポートを追加
|
|
17
20
|
- version: 7.5.0
|
|
18
21
|
date: 2025-12-17
|
|
19
22
|
changes: `buildMode` オプションを追加
|
|
@@ -58,6 +61,8 @@ IntlayerはJSON、JS、MJS、TSの設定ファイル形式をサポートして
|
|
|
58
61
|
- `intlayer.config.ts`
|
|
59
62
|
- `intlayer.config.js`
|
|
60
63
|
- `intlayer.config.json`
|
|
64
|
+
- `intlayer.config.json5`
|
|
65
|
+
- `intlayer.config.jsonc`
|
|
61
66
|
- `intlayer.config.cjs`
|
|
62
67
|
- `intlayer.config.mjs`
|
|
63
68
|
- `.intlayerrc`
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
createdAt: 2025-02-07
|
|
3
|
-
updatedAt:
|
|
3
|
+
updatedAt: 2026-01-10
|
|
4
4
|
title: コンテンツファイル
|
|
5
5
|
description: コンテンツ宣言ファイルの拡張機能をカスタマイズする方法を学びます。このドキュメントに従って、プロジェクトで効率的に条件を実装しましょう。
|
|
6
6
|
keywords:
|
|
@@ -791,6 +791,8 @@ Intlayerでは、コンテンツ宣言ファイルの拡張子をカスタマイ
|
|
|
791
791
|
デフォルトでは、Intlayerは以下の拡張子を持つすべてのファイルをコンテンツ宣言用に監視します:
|
|
792
792
|
|
|
793
793
|
- `.content.json`
|
|
794
|
+
- `.content.json5`
|
|
795
|
+
- `.content.jsonc`
|
|
794
796
|
- `.content.ts`
|
|
795
797
|
- `.content.tsx`
|
|
796
798
|
- `.content.js`
|
package/docs/ko/configuration.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
createdAt: 2024-08-13
|
|
3
|
-
updatedAt:
|
|
3
|
+
updatedAt: 2026-01-10
|
|
4
4
|
title: 구성
|
|
5
5
|
description: 애플리케이션에 맞게 Intlayer를 구성하는 방법을 배우세요. Intlayer를 사용자 요구에 맞게 맞춤 설정할 수 있는 다양한 설정과 옵션을 이해하세요.
|
|
6
6
|
keywords:
|
|
@@ -14,6 +14,9 @@ slugs:
|
|
|
14
14
|
- concept
|
|
15
15
|
- configuration
|
|
16
16
|
history:
|
|
17
|
+
- version: 7.5.1
|
|
18
|
+
date: 2026-01-10
|
|
19
|
+
changes: JSON5 및 JSONC 파일 형식 지원 추가
|
|
17
20
|
- version: 7.5.0
|
|
18
21
|
date: 2025-12-17
|
|
19
22
|
changes: `buildMode` 옵션 추가
|
|
@@ -58,6 +61,8 @@ Intlayer는 JSON, JS, MJS, TS 구성 파일 형식을 지원합니다:
|
|
|
58
61
|
- `intlayer.config.ts`
|
|
59
62
|
- `intlayer.config.js`
|
|
60
63
|
- `intlayer.config.json`
|
|
64
|
+
- `intlayer.config.json5`
|
|
65
|
+
- `intlayer.config.jsonc`
|
|
61
66
|
- `intlayer.config.cjs`
|
|
62
67
|
- `intlayer.config.mjs`
|
|
63
68
|
- `.intlayerrc`
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
createdAt: 2025-02-07
|
|
3
|
-
updatedAt:
|
|
3
|
+
updatedAt: 2026-01-10
|
|
4
4
|
title: 콘텐츠 파일
|
|
5
5
|
description: 콘텐츠 선언 파일의 확장자를 사용자 정의하는 방법을 배우세요. 이 문서를 따라 프로젝트에서 조건을 효율적으로 구현하세요.
|
|
6
6
|
keywords:
|
|
@@ -809,6 +809,8 @@ Intlayer는 콘텐츠 선언 파일의 확장자를 사용자 정의할 수 있
|
|
|
809
809
|
기본적으로 Intlayer는 콘텐츠 선언을 위해 다음 확장자를 가진 모든 파일을 감시합니다:
|
|
810
810
|
|
|
811
811
|
- `.content.json`
|
|
812
|
+
- `.content.json5`
|
|
813
|
+
- `.content.jsonc`
|
|
812
814
|
- `.content.ts`
|
|
813
815
|
- `.content.tsx`
|
|
814
816
|
- `.content.js`
|
package/docs/pl/configuration.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
createdAt: 2024-08-13
|
|
3
|
-
updatedAt:
|
|
3
|
+
updatedAt: 2026-01-10
|
|
4
4
|
title: Konfiguracja
|
|
5
5
|
description: Dowiedz się, jak skonfigurować Intlayer dla swojej aplikacji. Zrozum różne ustawienia i opcje dostępne do dostosowania Intlayer do Twoich potrzeb.
|
|
6
6
|
keywords:
|
|
@@ -73,6 +73,8 @@ Intlayer obsługuje formaty plików konfiguracyjnych JSON, JS, MJS oraz TS:
|
|
|
73
73
|
- `intlayer.config.ts`
|
|
74
74
|
- `intlayer.config.js`
|
|
75
75
|
- `intlayer.config.json`
|
|
76
|
+
- `intlayer.config.json5`
|
|
77
|
+
- `intlayer.config.jsonc`
|
|
76
78
|
- `intlayer.config.cjs`
|
|
77
79
|
- `intlayer.config.mjs`
|
|
78
80
|
- `.intlayerrc`
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
createdAt: 2025-02-07
|
|
3
|
-
updatedAt:
|
|
3
|
+
updatedAt: 2026-01-10
|
|
4
4
|
title: Plik z Treścią
|
|
5
5
|
description: Dowiedz się, jak dostosować rozszerzenia dla plików deklaracji treści. Postępuj zgodnie z tą dokumentacją, aby efektywnie wdrażać warunki w swoim projekcie.
|
|
6
6
|
keywords:
|
|
@@ -828,6 +828,8 @@ Intlayer pozwala na dostosowanie rozszerzeń plików deklarujących zawartość.
|
|
|
828
828
|
Domyślnie Intlayer monitoruje wszystkie pliki o następujących rozszerzeniach dla deklaracji zawartości:
|
|
829
829
|
|
|
830
830
|
- `.content.json`
|
|
831
|
+
- `.content.json5`
|
|
832
|
+
- `.content.jsonc`
|
|
831
833
|
- `.content.ts`
|
|
832
834
|
- `.content.tsx`
|
|
833
835
|
- `.content.js`
|
package/docs/pt/configuration.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
createdAt: 2024-08-13
|
|
3
|
-
updatedAt:
|
|
3
|
+
updatedAt: 2026-01-10
|
|
4
4
|
title: Configuração
|
|
5
5
|
description: Aprenda como configurar o Intlayer para sua aplicação. Entenda as várias configurações e opções disponíveis para personalizar o Intlayer conforme suas necessidades.
|
|
6
6
|
keywords:
|
|
@@ -14,6 +14,9 @@ slugs:
|
|
|
14
14
|
- concept
|
|
15
15
|
- configuration
|
|
16
16
|
history:
|
|
17
|
+
- version: 7.5.1
|
|
18
|
+
date: 2026-01-10
|
|
19
|
+
changes: Adicionar suporte para formatos de arquivo JSON5 e JSONC
|
|
17
20
|
- version: 7.5.0
|
|
18
21
|
date: 2025-12-17
|
|
19
22
|
changes: Adicionar opção `buildMode`
|
|
@@ -55,6 +58,8 @@ O Intlayer aceita formatos de arquivos de configuração JSON, JS, MJS e TS:
|
|
|
55
58
|
- `intlayer.config.ts`
|
|
56
59
|
- `intlayer.config.js`
|
|
57
60
|
- `intlayer.config.json`
|
|
61
|
+
- `intlayer.config.json5`
|
|
62
|
+
- `intlayer.config.jsonc`
|
|
58
63
|
- `intlayer.config.cjs`
|
|
59
64
|
- `intlayer.config.mjs`
|
|
60
65
|
- `.intlayerrc`
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
createdAt: 2025-02-07
|
|
3
|
-
updatedAt:
|
|
3
|
+
updatedAt: 2026-01-10
|
|
4
4
|
title: Arquivo de Conteúdo
|
|
5
5
|
description: Aprenda como personalizar as extensões para seus arquivos de declaração de conteúdo. Siga esta documentação para implementar condições de forma eficiente em seu projeto.
|
|
6
6
|
keywords:
|
|
@@ -791,6 +791,8 @@ O Intlayer permite que você personalize as extensões dos seus arquivos de decl
|
|
|
791
791
|
Por padrão, o Intlayer monitora todos os arquivos com as seguintes extensões para declarações de conteúdo:
|
|
792
792
|
|
|
793
793
|
- `.content.json`
|
|
794
|
+
- `.content.json5`
|
|
795
|
+
- `.content.jsonc`
|
|
794
796
|
- `.content.ts`
|
|
795
797
|
- `.content.tsx`
|
|
796
798
|
- `.content.js`
|
package/docs/ru/configuration.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
createdAt: 2024-08-13
|
|
3
|
-
updatedAt:
|
|
3
|
+
updatedAt: 2026-01-10
|
|
4
4
|
title: Конфигурация
|
|
5
5
|
description: Узнайте, как настроить Intlayer для вашего приложения. Поймите различные параметры и опции, доступные для настройки Intlayer под ваши нужды.
|
|
6
6
|
keywords:
|
|
@@ -14,6 +14,9 @@ slugs:
|
|
|
14
14
|
- concept
|
|
15
15
|
- configuration
|
|
16
16
|
history:
|
|
17
|
+
- version: 7.5.1
|
|
18
|
+
date: 2026-01-10
|
|
19
|
+
changes: Добавлена поддержка форматов файлов JSON5 и JSONC
|
|
17
20
|
- version: 7.5.0
|
|
18
21
|
date: 2025-12-17
|
|
19
22
|
changes: Добавлена опция `buildMode`
|
|
@@ -55,6 +58,8 @@ Intlayer поддерживает форматы файлов конфигура
|
|
|
55
58
|
- `intlayer.config.ts`
|
|
56
59
|
- `intlayer.config.js`
|
|
57
60
|
- `intlayer.config.json`
|
|
61
|
+
- `intlayer.config.json5`
|
|
62
|
+
- `intlayer.config.jsonc`
|
|
58
63
|
- `intlayer.config.cjs`
|
|
59
64
|
- `intlayer.config.mjs`
|
|
60
65
|
- `.intlayerrc`
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
createdAt: 2025-02-07
|
|
3
|
-
updatedAt:
|
|
3
|
+
updatedAt: 2026-01-10
|
|
4
4
|
title: Файл контента
|
|
5
5
|
description: Узнайте, как настраивать расширения для ваших файлов декларации контента. Следуйте этой документации, чтобы эффективно реализовывать условия в вашем проекте.
|
|
6
6
|
keywords:
|
|
@@ -12,6 +12,9 @@ slugs:
|
|
|
12
12
|
- concept
|
|
13
13
|
- content
|
|
14
14
|
history:
|
|
15
|
+
- version: 7.5.13
|
|
16
|
+
date: 2026-01-10
|
|
17
|
+
changes: Добавлена поддержка форматов файлов JSON5 и JSONC
|
|
15
18
|
- version: 7.5.0
|
|
16
19
|
date: 2025-12-13
|
|
17
20
|
changes: Добавлена поддержка форматов ICU и i18next
|
|
@@ -810,6 +813,8 @@ Intlayer позволяет настраивать расширения для
|
|
|
810
813
|
По умолчанию Intlayer отслеживает все файлы с следующими расширениями для деклараций контента:
|
|
811
814
|
|
|
812
815
|
- `.content.json`
|
|
816
|
+
- `.content.json5`
|
|
817
|
+
- `.content.jsonc`
|
|
813
818
|
- `.content.ts`
|
|
814
819
|
- `.content.tsx`
|
|
815
820
|
- `.content.js`
|