@intlayer/docs 8.4.5 → 8.4.6

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 (48) hide show
  1. package/dist/cjs/generated/docs.entry.cjs +20 -0
  2. package/dist/cjs/generated/docs.entry.cjs.map +1 -1
  3. package/dist/esm/generated/docs.entry.mjs +20 -0
  4. package/dist/esm/generated/docs.entry.mjs.map +1 -1
  5. package/dist/types/generated/docs.entry.d.ts +1 -0
  6. package/dist/types/generated/docs.entry.d.ts.map +1 -1
  7. package/docs/ar/configuration.md +520 -722
  8. package/docs/ar/intlayer_with_storybook.md +521 -0
  9. package/docs/bn/configuration.md +922 -0
  10. package/docs/bn/intlayer_with_hono.md +428 -0
  11. package/docs/de/configuration.md +369 -743
  12. package/docs/de/intlayer_with_storybook.md +521 -0
  13. package/docs/en/configuration.md +181 -507
  14. package/docs/en/intlayer_with_storybook.md +521 -0
  15. package/docs/en-GB/configuration.md +456 -657
  16. package/docs/en-GB/intlayer_with_storybook.md +521 -0
  17. package/docs/es/configuration.md +379 -754
  18. package/docs/es/intlayer_with_storybook.md +521 -0
  19. package/docs/fr/configuration.md +376 -757
  20. package/docs/fr/intlayer_with_storybook.md +521 -0
  21. package/docs/hi/configuration.md +532 -728
  22. package/docs/hi/intlayer_with_storybook.md +521 -0
  23. package/docs/id/configuration.md +371 -684
  24. package/docs/id/intlayer_with_storybook.md +521 -0
  25. package/docs/it/configuration.md +397 -775
  26. package/docs/it/intlayer_with_storybook.md +521 -0
  27. package/docs/ja/configuration.md +525 -724
  28. package/docs/ja/intlayer_with_storybook.md +521 -0
  29. package/docs/ko/configuration.md +525 -724
  30. package/docs/ko/intlayer_with_storybook.md +521 -0
  31. package/docs/pl/configuration.md +430 -734
  32. package/docs/pl/intlayer_with_storybook.md +521 -0
  33. package/docs/pt/configuration.md +375 -746
  34. package/docs/pt/intlayer_with_storybook.md +521 -0
  35. package/docs/ru/configuration.md +532 -701
  36. package/docs/ru/intlayer_with_storybook.md +521 -0
  37. package/docs/tr/configuration.md +527 -719
  38. package/docs/tr/intlayer_with_storybook.md +521 -0
  39. package/docs/uk/configuration.md +425 -744
  40. package/docs/uk/intlayer_with_storybook.md +521 -0
  41. package/docs/ur/configuration.md +922 -0
  42. package/docs/ur/intlayer_with_hono.md +428 -0
  43. package/docs/vi/configuration.md +412 -753
  44. package/docs/vi/intlayer_with_storybook.md +521 -0
  45. package/docs/zh/configuration.md +521 -714
  46. package/docs/zh/intlayer_with_storybook.md +521 -0
  47. package/package.json +6 -6
  48. package/src/generated/docs.entry.ts +20 -0
@@ -1386,6 +1386,26 @@ const docsEntry = {
1386
1386
  vi: readLocale("intlayer_with_react_router_v7_fs_routes.md", "vi"),
1387
1387
  uk: readLocale("intlayer_with_react_router_v7_fs_routes.md", "uk")
1388
1388
  },
1389
+ "./docs/en/intlayer_with_storybook.md": {
1390
+ en: readLocale("intlayer_with_storybook.md", "en"),
1391
+ ru: readLocale("intlayer_with_storybook.md", "ru"),
1392
+ ja: readLocale("intlayer_with_storybook.md", "ja"),
1393
+ fr: readLocale("intlayer_with_storybook.md", "fr"),
1394
+ ko: readLocale("intlayer_with_storybook.md", "ko"),
1395
+ zh: readLocale("intlayer_with_storybook.md", "zh"),
1396
+ es: readLocale("intlayer_with_storybook.md", "es"),
1397
+ de: readLocale("intlayer_with_storybook.md", "de"),
1398
+ ar: readLocale("intlayer_with_storybook.md", "ar"),
1399
+ it: readLocale("intlayer_with_storybook.md", "it"),
1400
+ "en-GB": readLocale("intlayer_with_storybook.md", "en-GB"),
1401
+ pt: readLocale("intlayer_with_storybook.md", "pt"),
1402
+ hi: readLocale("intlayer_with_storybook.md", "hi"),
1403
+ tr: readLocale("intlayer_with_storybook.md", "tr"),
1404
+ pl: readLocale("intlayer_with_storybook.md", "pl"),
1405
+ id: readLocale("intlayer_with_storybook.md", "id"),
1406
+ vi: readLocale("intlayer_with_storybook.md", "vi"),
1407
+ uk: readLocale("intlayer_with_storybook.md", "uk")
1408
+ },
1389
1409
  "./docs/en/intlayer_with_svelte_kit.md": {
1390
1410
  en: readLocale("intlayer_with_svelte_kit.md", "en"),
1391
1411
  ru: readLocale("intlayer_with_svelte_kit.md", "ru"),