mirror of
https://github.com/withastro/astro.git
synced 2025-02-03 22:29:08 -05:00
[ci] format
This commit is contained in:
parent
b4b851f5a4
commit
0bd0c578f5
1 changed files with 2 additions and 2 deletions
|
@ -1445,8 +1445,8 @@ export interface AstroUserConfig {
|
|||
* A list of all locales supported by the website, including the `defaultLocale`. This is a required field.
|
||||
*
|
||||
* Languages can be listed either as individual codes (e.g. `['en', 'es', 'pt-br']`) or mapped to a shared `path` of codes (e.g. `{ path: "english", codes: ["en", "en-US"]}`). These codes will be used to determine the URL structure of your deployed site.
|
||||
*
|
||||
* No particular language code format or syntax is enforced, but your project folders containing your content files must match exactly the `locales` items in the list. In the case of multiple `codes` pointing to a custom URL path prefix, store your content files in a folder with the same name as the `path` configured.
|
||||
*
|
||||
* No particular language code format or syntax is enforced, but your project folders containing your content files must match exactly the `locales` items in the list. In the case of multiple `codes` pointing to a custom URL path prefix, store your content files in a folder with the same name as the `path` configured.
|
||||
*/
|
||||
locales: Locales;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue