Translation Files for ParkSystem Plugin ======================================== This directory contains translation files for the ParkSystem plugin. Files: - parksystem.pot - Template file (source for all translations) - parksystem-pl_PL.po - Polish translation file - parksystem-pl_PL.mo - Compiled Polish translation (binary file) Available npm scripts (requires WP-CLI): 1. Generate POT file from source code: npm run make-pot 2. Generate JSON translations from PO file: npm run make-json 3. Compile all PO files to MO files: npm run make-mo Alternative: Use Poedit (https://poedit.net/) 1. Open parksystem-pl_PL.po in Poedit 2. Poedit will automatically compile to .mo file when you save WordPress will automatically load the .mo file if it exists.