From c2851ce104cf4daf13ee1aa214914d413769c2a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Noelia=20Ruiz=20Mart=C3=ADnez?= Date: Mon, 9 Jan 2023 05:02:17 +0100 Subject: [PATCH] docs: explain how to use the buildCommand for internationalization (#2344) --- docs/Internationalization.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/Internationalization.md b/docs/Internationalization.md index a62df9bd..7c316ccd 100644 --- a/docs/Internationalization.md +++ b/docs/Internationalization.md @@ -16,5 +16,4 @@ or LOCALE=fr yarn dev -There is also an experimental `LOCALE_DIRECTION` environment variable for the direction (LTR versus RTL) which is -exposed to the source code while building. +To host a localized version of Pinafore using Vercel, you can see this example: [buildCommand in vercel.json for Spanish](https://github.com/nvdaes/vercelPinafore/blob/45c70fb2088fe5f2380a729dab83e6f3ab4e6291/vercel.json#L9). \ No newline at end of file