Returns only the player-facing text, removing inline sound markers.
import { stripSoundMarkers } from '@datamoc/mw_games/i18n';stripSoundMarkers('Strike! {sound:hit.wav}'); // 'Strike! ' Copy
import { stripSoundMarkers } from '@datamoc/mw_games/i18n';stripSoundMarkers('Strike! {sound:hit.wav}'); // 'Strike! '
Returns only the player-facing text, removing inline sound markers.