{
    "title": "Multilanguage & Translation Plugins",
    "messages": {
        "success": {
            "details": "Active translation plugin: {value}",
            "steps": [
                "Your site is properly configured for translation capabilities",
                "Configure your translation settings in the plugin dashboard",
                "Create a language switcher if needed for your multilingual site",
                "Start translating your content or modifying existing translations",
                "Test your translations to ensure everything displays correctly"
            ]
        },
        "error": {
            "details": "Current setup: {value}",
            "steps": [
                "Your current setup is working fine if you don't need multilingual content",
                "Loco Translate is perfect for modifying theme and plugin translations",
                "If you need multilingual content, consider installing WPML, Polylang, or TranslatePress",
                "For simple string translations, your current setup with Loco Translate is optimal",
                "Review the 'Learn More' section to understand different translation needs"
            ]
        }
    },
    "learn_more": {
        "description": "WordPress offers two types of translation capabilities: string translation for modifying existing text in themes/plugins, and full multilingual support for creating content in multiple languages. Not every site needs both - it depends on your specific requirements.",
        "benefits": [
            "String translation tools (like Loco Translate) let you modify existing theme and plugin text",
            "Multilingual plugins allow creating complete translated versions of your content",
            "Choose based on your needs - not every site requires full multilingual capabilities",
            "String translation is perfect for customizing interface text",
            "Full multilingual support is needed only if you want content in multiple languages",
            "You can always add multilingual support later if needed"
        ],
        "recommended_plugins": [
            {
                "name": "Loco Translate",
                "description": "Perfect for customizing existing translations in themes and plugins"
            },
            {
                "name": "WPML",
                "description": "Full multilingual solution for sites needing content in multiple languages"
            },
            {
                "name": "Polylang",
                "description": "User-friendly option for creating multilingual content"
            },
            {
                "name": "TranslatePress",
                "description": "Visual translation tool for multilingual sites"
            }
        ]
    }
}