<?php
/**
 * D5 Readiness Translations for Divi Theme
 *
 * This file contains the translation strings for the Roadmap section
 * of the Divi theme. Each key-value pair consists of a string identifier
 * and its corresponding translated string.
 *
 * @package    Divi
 * @subpackage D5 Readiness / I18n
 * @since      ??
 */

// Translation strings for the Hero section.
return [
	'Loading'                     => __( 'Loading...', 'Divi' ),
	'Error loading roadmap items' => __( 'Error loading roadmap items.', 'Divi' ),
];
