=== Dialekt === Contributors: paulpascual Tags: translation, multilingual, i18n, localization, language Requires at least: 5.0 Tested up to: 6.9 Stable tag: 1.0.1 Requires PHP: 7.4 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html Automatic website translation by Dialekt. == Description == Dialekt automatically translates your WordPress website into multiple languages. Simply install the plugin, enter your API key, and your site becomes multilingual. **Features:** * Automatic translation of all page content * Language selector widget * SEO-friendly URLs with language prefixes (/fr/, /en/, etc.) * No performance impact - translations are cached == Installation == 1. Install the Dialekt plugin through the WordPress Plugin Directory 2. Activate the plugin through the 'Plugins' menu 3. Go to Dialekt settings and enter your API key == Frequently Asked Questions == = Where do I get an API key? = Sign up at [dashboard.dialekt.io](https://dashboard.dialekt.io) to get your API key. = How do URLs work? = Each language has its own URL prefix. For example, /fr/about for French, /en/about for English. == External services == This plugin connects to Dialekt's translation service to provide automatic website translation functionality. The service is required for the plugin to translate your website content into multiple languages. **What data is sent and when:** The plugin loads a JavaScript file from Dialekt's CDN (https://cdn.dialekt.io/dialektweb.js) on every page view of your website. This script receives your API key as a data attribute, which is used to identify your account and retrieve translation settings. The script then automatically translates the visible content on your website based on the user's language preference. **Service information:** This service is provided by Dialekt. For more information, please review our terms of service and privacy policy: * Terms of service: https://dialekt.io/terms * Privacy policy: https://dialekt.io/terms == Changelog == = 1.0.1 = * Improved subdirectory mode handling * Better 404 page support * WordPress coding standards compliance = 1.0.0 = * Initial release