Closed khaos-codi closed 3 months ago
This PR enables building and publishing Spanish language versions of "Actual Intelligence" by:
tools/build.js
--all-languages
--lang=es
/es/
npm run build
npm run build -- --all-languages
npm run build -- --lang=es
I've preserved all the existing functionality while adding support for the Spanish language. This makes it easy to add more languages in the future.
Add Spanish Language Support to Book Build
This PR enables building and publishing Spanish language versions of "Actual Intelligence" by:
tools/build.js
--all-languages
: Build all supported languages--lang=es
: Build only the Spanish versionKey Improvements:
/es/
subdirectory in build/How to Test:
npm run build
to build the English book (default)npm run build -- --all-languages
to build both English and Spanishnpm run build -- --lang=es
to build only the Spanish versionI've preserved all the existing functionality while adding support for the Spanish language. This makes it easy to add more languages in the future.