mirror of
https://github.com/withastro/astro.git
synced 2025-01-27 22:19:04 -05:00
Move i18n config above legacy (#9318)
This commit is contained in:
parent
933f9f274d
commit
eb584de1f5
1 changed files with 12 additions and 11 deletions
|
@ -1359,17 +1359,7 @@ export interface AstroUserConfig {
|
|||
|
||||
/**
|
||||
* @docs
|
||||
* @kind heading
|
||||
* @name Legacy Flags
|
||||
* @description
|
||||
* To help some users migrate between versions of Astro, we occasionally introduce `legacy` flags.
|
||||
* These flags allow you to opt in to some deprecated or otherwise outdated behavior of Astro
|
||||
* in the latest version, so that you can continue to upgrade and take advantage of new Astro releases.
|
||||
*/
|
||||
legacy?: object;
|
||||
|
||||
/**
|
||||
* @docs
|
||||
* @kind heading
|
||||
* @name i18n
|
||||
* @type {object}
|
||||
* @version 3.5.0
|
||||
|
@ -1480,6 +1470,17 @@ export interface AstroUserConfig {
|
|||
};
|
||||
};
|
||||
|
||||
/**
|
||||
* @docs
|
||||
* @kind heading
|
||||
* @name Legacy Flags
|
||||
* @description
|
||||
* To help some users migrate between versions of Astro, we occasionally introduce `legacy` flags.
|
||||
* These flags allow you to opt in to some deprecated or otherwise outdated behavior of Astro
|
||||
* in the latest version, so that you can continue to upgrade and take advantage of new Astro releases.
|
||||
*/
|
||||
legacy?: object;
|
||||
|
||||
/**
|
||||
* @docs
|
||||
* @kind heading
|
||||
|
|
Loading…
Add table
Reference in a new issue