mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-03 16:59:06 +02:00
feat(v2): Extract/translate hardcoded labels from classic theme (#4168)
* Translate theme hardcoded strings * improve test
This commit is contained in:
parent
823d0fe3c2
commit
ab7951571e
17 changed files with 217 additions and 60 deletions
|
@ -10,6 +10,7 @@
|
|||
"deploy": "docusaurus deploy",
|
||||
"clear": "docusaurus clear",
|
||||
"serve": "docusaurus serve",
|
||||
"write-translations": "docusaurus write-translations",
|
||||
"start:baseUrl": "cross-env BASE_URL='/build/' yarn start",
|
||||
"build:baseUrl": "cross-env BASE_URL='/build/' yarn build",
|
||||
"start:bootstrap": "cross-env DOCUSAURUS_PRESET=bootstrap yarn start",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue