mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-01 16:00:29 +02:00
fix site snapshots
This commit is contained in:
parent
f8d1d49a82
commit
4fe8019cec
1 changed files with 2 additions and 0 deletions
|
@ -20,6 +20,7 @@ exports[`load loads props for site with custom i18n path 1`] = `
|
|||
"htmlLang": "en",
|
||||
"label": "English",
|
||||
"path": "en-custom",
|
||||
"translate": false,
|
||||
},
|
||||
"zh-Hans": {
|
||||
"calendar": "gregory",
|
||||
|
@ -27,6 +28,7 @@ exports[`load loads props for site with custom i18n path 1`] = `
|
|||
"htmlLang": "zh-Hans",
|
||||
"label": "简体中文",
|
||||
"path": "zh-Hans-custom",
|
||||
"translate": true,
|
||||
},
|
||||
},
|
||||
"locales": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue