<?xml version="1.0"?>
<wpml-config>

	<!-- Plugin options -->
	<admin-texts>
		<key name="sppu_price_per_unit">
			<key name="anteponer" />
			<key name="postponer" />
			<key name="separador" />
		</key>
	</admin-texts>

	<!-- Product meta -->
	<custom-fields>

		<!-- Behavior / logic (copy) -->
		<custom-field action="copy">
			_sppu_precio_unidad_mostrar
		</custom-field>

		<custom-field action="copy">
			_sppu_precio_unidad_precio_por
		</custom-field>

		<custom-field action="copy">
			_sppu_precio_unidad_unidad_producto
		</custom-field>
		<custom-field action="translate">
			_sppu_precio_unidad_separador
		</custom-field>

		<!-- Translatable (PRO / future-proof) -->
		<custom-field action="translate">
			_sppu_precio_unidad_texto_unidad
		</custom-field>

	</custom-fields>

</wpml-config>