@intlayer/docs 8.4.5 → 8.4.7

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.
Files changed (56) hide show
  1. package/blog/en/next-i18next_vs_next-intl_vs_intlayer.md +1 -3
  2. package/blog/en-GB/next-i18next_vs_next-intl_vs_intlayer.md +1 -3
  3. package/blog/es/next-i18next_vs_next-intl_vs_intlayer.md +1 -3
  4. package/blog/id/next-i18next_vs_next-intl_vs_intlayer.md +1 -3
  5. package/blog/it/next-i18next_vs_next-intl_vs_intlayer.md +1 -3
  6. package/blog/ja/next-i18next_vs_next-intl_vs_intlayer.md +1 -3
  7. package/blog/ko/next-i18next_vs_next-intl_vs_intlayer.md +1 -3
  8. package/blog/uk/next-i18next_vs_next-intl_vs_intlayer.md +1 -3
  9. package/blog/vi/next-i18next_vs_next-intl_vs_intlayer.md +1 -3
  10. package/blog/zh/next-i18next_vs_next-intl_vs_intlayer.md +1 -3
  11. package/dist/cjs/generated/docs.entry.cjs +20 -0
  12. package/dist/cjs/generated/docs.entry.cjs.map +1 -1
  13. package/dist/esm/generated/docs.entry.mjs +20 -0
  14. package/dist/esm/generated/docs.entry.mjs.map +1 -1
  15. package/dist/types/generated/docs.entry.d.ts +1 -0
  16. package/dist/types/generated/docs.entry.d.ts.map +1 -1
  17. package/docs/ar/intlayer_with_storybook.md +521 -0
  18. package/docs/bn/intlayer_with_hono.md +428 -0
  19. package/docs/de/intlayer_with_storybook.md +521 -0
  20. package/docs/en/configuration.md +160 -508
  21. package/docs/en/intlayer_with_storybook.md +521 -0
  22. package/docs/en-GB/intlayer_with_storybook.md +521 -0
  23. package/docs/es/configuration.md +387 -754
  24. package/docs/es/intlayer_with_storybook.md +521 -0
  25. package/docs/fr/configuration.md +384 -757
  26. package/docs/fr/intlayer_with_storybook.md +521 -0
  27. package/docs/hi/intlayer_with_storybook.md +521 -0
  28. package/docs/id/intlayer_with_storybook.md +521 -0
  29. package/docs/it/intlayer_with_storybook.md +521 -0
  30. package/docs/ja/intlayer_with_storybook.md +521 -0
  31. package/docs/ko/intlayer_with_storybook.md +521 -0
  32. package/docs/pl/intlayer_with_storybook.md +521 -0
  33. package/docs/pt/intlayer_with_storybook.md +521 -0
  34. package/docs/ru/intlayer_with_storybook.md +521 -0
  35. package/docs/tr/intlayer_with_storybook.md +521 -0
  36. package/docs/uk/intlayer_with_storybook.md +521 -0
  37. package/docs/ur/intlayer_with_hono.md +428 -0
  38. package/docs/vi/intlayer_with_storybook.md +521 -0
  39. package/docs/zh/intlayer_with_storybook.md +521 -0
  40. package/package.json +6 -6
  41. package/src/generated/docs.entry.ts +20 -0
  42. package/docs/ar/configuration.md +0 -1124
  43. package/docs/de/configuration.md +0 -1296
  44. package/docs/en-GB/configuration.md +0 -1123
  45. package/docs/hi/configuration.md +0 -1118
  46. package/docs/id/configuration.md +0 -1235
  47. package/docs/it/configuration.md +0 -1301
  48. package/docs/ja/configuration.md +0 -1121
  49. package/docs/ko/configuration.md +0 -1121
  50. package/docs/pl/configuration.md +0 -1226
  51. package/docs/pt/configuration.md +0 -1293
  52. package/docs/ru/configuration.md +0 -1112
  53. package/docs/tr/configuration.md +0 -1114
  54. package/docs/uk/configuration.md +0 -1241
  55. package/docs/vi/configuration.md +0 -1263
  56. package/docs/zh/configuration.md +0 -1115
@@ -1384,6 +1384,26 @@ const docsEntry = {
1384
1384
  vi: readLocale("intlayer_with_react_router_v7_fs_routes.md", "vi"),
1385
1385
  uk: readLocale("intlayer_with_react_router_v7_fs_routes.md", "uk")
1386
1386
  },
1387
+ "./docs/en/intlayer_with_storybook.md": {
1388
+ en: readLocale("intlayer_with_storybook.md", "en"),
1389
+ ru: readLocale("intlayer_with_storybook.md", "ru"),
1390
+ ja: readLocale("intlayer_with_storybook.md", "ja"),
1391
+ fr: readLocale("intlayer_with_storybook.md", "fr"),
1392
+ ko: readLocale("intlayer_with_storybook.md", "ko"),
1393
+ zh: readLocale("intlayer_with_storybook.md", "zh"),
1394
+ es: readLocale("intlayer_with_storybook.md", "es"),
1395
+ de: readLocale("intlayer_with_storybook.md", "de"),
1396
+ ar: readLocale("intlayer_with_storybook.md", "ar"),
1397
+ it: readLocale("intlayer_with_storybook.md", "it"),
1398
+ "en-GB": readLocale("intlayer_with_storybook.md", "en-GB"),
1399
+ pt: readLocale("intlayer_with_storybook.md", "pt"),
1400
+ hi: readLocale("intlayer_with_storybook.md", "hi"),
1401
+ tr: readLocale("intlayer_with_storybook.md", "tr"),
1402
+ pl: readLocale("intlayer_with_storybook.md", "pl"),
1403
+ id: readLocale("intlayer_with_storybook.md", "id"),
1404
+ vi: readLocale("intlayer_with_storybook.md", "vi"),
1405
+ uk: readLocale("intlayer_with_storybook.md", "uk")
1406
+ },
1387
1407
  "./docs/en/intlayer_with_svelte_kit.md": {
1388
1408
  en: readLocale("intlayer_with_svelte_kit.md", "en"),
1389
1409
  ru: readLocale("intlayer_with_svelte_kit.md", "ru"),