mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-04 20:02:54 +02:00
Fixes #104 by providing a useful error message.
Next step will be to run 'write-translations' on 'yarn start' and 'yarn build' (#119)
This commit is contained in:
parent
a1810c99fc
commit
8ac191a331
2 changed files with 14 additions and 0 deletions
|
@ -26,6 +26,8 @@ function writeFileAndCreateFolder(file, content) {
|
|||
}
|
||||
|
||||
function execute() {
|
||||
console.log("Writing translation files...");
|
||||
|
||||
let translations = {
|
||||
"localized-strings": {
|
||||
next: "Next",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue