docs: translation module (#14271)

* docs: translation module

* fix link in JS SDK

* add translations user guides [WIP]

* updates

* fix broken link

* remove mentions of default locale

* change header

* updates

* updated user guides

* handle todos

* fix build error

* fix lint errors
This commit is contained in:
Shahed Nasser
2025-12-17 13:07:43 +02:00
committed by GitHub
parent 1743ed7f04
commit c1a5390fc6
133 changed files with 21304 additions and 1661 deletions
+10 -8
View File
@@ -13,9 +13,9 @@ export const generatedEditDates = {
"app/settings/users/invites/page.mdx": "2025-11-12T15:31:25.390Z",
"app/settings/developer/page.mdx": "2025-02-25T15:11:55.392Z",
"app/settings/profile/page.mdx": "2025-05-30T13:30:55.079Z",
"app/settings/store/page.mdx": "2025-05-30T13:31:17.095Z",
"app/settings/store/page.mdx": "2025-12-16T12:35:20.003Z",
"app/products/import/page.mdx": "2025-07-31T14:29:38.743Z",
"app/products/categories/page.mdx": "2025-05-30T13:28:59.821Z",
"app/products/categories/page.mdx": "2025-12-16T13:03:06.204Z",
"app/inventory/reservations/page.mdx": "2025-05-30T13:27:25.559Z",
"app/discounts/manage/page.mdx": "2024-05-03T17:36:38+03:00",
"app/products/page.mdx": "2025-05-30T13:29:49.292Z",
@@ -28,15 +28,15 @@ export const generatedEditDates = {
"app/orders/fulfillments/page.mdx": "2025-10-30T11:49:21.135Z",
"app/customers/page.mdx": "2025-05-30T13:27:11.744Z",
"app/orders/edit/page.mdx": "2025-05-30T13:27:51.495Z",
"app/products/collections/page.mdx": "2025-05-30T13:29:05.948Z",
"app/products/collections/page.mdx": "2025-12-16T13:02:30.067Z",
"app/customers/manage/page.mdx": "2025-07-31T14:28:07.889Z",
"app/discounts/create/page.mdx": "2024-05-03T17:36:38+03:00",
"app/orders/payments/page.mdx": "2025-10-09T07:31:59.781Z",
"app/discounts/page.mdx": "2024-05-03T17:36:38+03:00",
"app/orders/exchanges/page.mdx": "2025-12-01T09:27:18.971Z",
"app/products/create/page.mdx": "2025-05-30T13:29:24.876Z",
"app/products/edit/page.mdx": "2025-10-30T11:24:51.589Z",
"app/products/variants/page.mdx": "2025-10-30T11:26:37.612Z",
"app/products/edit/page.mdx": "2025-12-16T12:59:39.608Z",
"app/products/variants/page.mdx": "2025-12-16T13:01:11.706Z",
"app/products/create/bundle/page.mdx": "2025-05-30T13:29:15.958Z",
"app/products/create/multi-part/page.mdx": "2025-11-27T08:28:54.245Z",
"app/promotions/campaigns/page.mdx": "2025-10-13T10:14:17.948Z",
@@ -50,8 +50,8 @@ export const generatedEditDates = {
"app/settings/locations-and-shipping/locations/page.mdx": "2025-10-09T07:38:11.270Z",
"app/settings/locations-and-shipping/page.mdx": "2025-10-09T07:40:33.084Z",
"app/settings/locations-and-shipping/shipping-profiles/page.mdx": "2025-05-30T13:30:37.452Z",
"app/settings/product-tags/page.mdx": "2025-05-30T13:30:46.705Z",
"app/settings/product-types/page.mdx": "2025-05-30T13:30:50.623Z",
"app/settings/product-tags/page.mdx": "2025-12-16T13:04:53.256Z",
"app/settings/product-types/page.mdx": "2025-12-16T13:04:15.463Z",
"app/settings/developer/publishable-api-keys/page.mdx": "2025-05-30T13:30:19.734Z",
"app/settings/developer/secret-api-keys/page.mdx": "2025-05-30T13:30:23.919Z",
"app/settings/developer/workflows/page.mdx": "2025-02-25T15:52:48.349Z",
@@ -60,5 +60,7 @@ export const generatedEditDates = {
"app/orders/draft-orders/manage/page.mdx": "2025-08-26T09:47:17.568Z",
"app/orders/draft-orders/page.mdx": "2025-08-26T09:31:53.784Z",
"app/settings/locations-and-shipping/shipping-option-types/page.mdx": "2025-08-28T14:03:13.999Z",
"app/settings/refund-reasons/page.mdx": "2025-10-09T07:29:52.837Z"
"app/settings/refund-reasons/page.mdx": "2025-10-09T07:29:52.837Z",
"app/settings/translations/page.mdx": "2025-12-16T13:44:48.166Z",
"app/orders/export/page.mdx": "2025-12-16T14:25:26.231Z"
}
+16
View File
@@ -152,6 +152,14 @@ export const generatedSidebars = [
"children": []
}
]
},
{
"loaded": true,
"isPathHref": true,
"type": "link",
"title": "Export Orders",
"path": "/orders/export",
"children": []
}
]
},
@@ -508,6 +516,14 @@ export const generatedSidebars = [
}
]
},
{
"loaded": true,
"isPathHref": true,
"type": "link",
"title": "Translations",
"path": "/settings/translations",
"children": []
},
{
"loaded": true,
"isPathHref": true,