소개
The Foundry VTT Localization skill provides expert guidance for implementing internationalization (i18n) within the Foundry Virtual Tabletop ecosystem. It assists developers in creating structured JSON language files, utilizing the game.i18n JavaScript API for string lookups and interpolation, and applying Handlebars helpers for template-based localization. By following these established patterns, developers can ensure their modules are translation-ready, avoid common pitfalls like hardcoded strings, and maintain consistent naming conventions across complex system architectures.