iksnae / actual-intelligence

A practical, non-technical guide to using AI tools like ChatGPT in everyday life
MIT License
0 stars 0 forks source link

Add Spanish language support to book build #41

Closed khaos-codi closed 3 months ago

khaos-codi commented 3 months ago

Add Spanish Language Support to Book Build

This PR enables building and publishing Spanish language versions of "Actual Intelligence" by:

  1. Adding Spanish to supported languages in tools/build.js
  2. Adding Spanish localization for titles and metadata
  3. Setting up Spanish output files with proper names ("inteligencia-real.*")
  4. Creating language-specific directories in build folder
  5. Implementing multi-language build support with command line flags:
    • --all-languages: Build all supported languages
    • --lang=es: Build only the Spanish version
    • Default: Build only English version

Key Improvements:

How to Test:

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.