Translation files (.pot/.po/.mo) go in this folder.

All user-facing strings in this plugin already use WordPress's translation
functions (__(), _e(), esc_html__(), etc.) under the text domain
"digi-eye-redirects", so it's ready to translate.

To generate the base .pot file, run from the plugin's root directory:

    wp i18n make-pot . languages/digi-eye-redirects.pot

(requires WP-CLI: https://wp-cli.org/)
