Translations for LandTech Self Storage API (text domain: landtech-self-storage-api)

Free vs Self Storage API Premium
- This free plugin: translation-ready; English is the default. A catalog landtech-self-storage-api.pot is in this folder for custom or community .mo files. The free string set covers the core LandTech Storage settings UI and the public shortcodes in this package.
- Self Storage API Premium: ships pre-built .mo files for multiple locales, RTL CSS, a Language support help document (under SelfStorage → Documentation), and many more translatable strings for reservations, waiting list, license screens, and all Premium templates. For the full multi-language experience with bundled packages, use Premium: https://landtechwebdesigns.com/product/self-storage-api-premium/

Where to put compiled .mo files
- WordPress.org language packs: when the plugin is hosted on WordPress.org, translations may be delivered automatically after they are contributed to GlotPress; load_plugin_textdomain must be present (this plugin loads on plugins_loaded).
- Manual or custom: wp-content/languages/plugins/landtech-self-storage-api-{locale}.mo
- Or inside the plugin folder: wp-content/plugins/landtech-self-storage-api/languages/landtech-self-storage-api-{locale}.mo

Refreshing the template (.pot) for maintainers
- From the plugin root: wp i18n make-pot . languages/landtech-self-storage-api.pot --domain=landtech-self-storage-api
- Without global wp: php /path/to/wp.phar i18n make-pot . languages/landtech-self-storage-api.pot --domain=landtech-self-storage-api
- Commit the updated .pot when user-facing strings change.
