docs: explain how to use the buildCommand for internationalization (#2344)

This commit is contained in:
Noelia Ruiz Martínez 2023-01-09 05:02:17 +01:00 committed by GitHub
parent 2578d0964d
commit c2851ce104
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -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).