Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/js/catalog/store-enable-wizard/src/
Upload File :
Current File : /var/www/homesaver/www/bitrix/js/catalog/store-enable-wizard/src/replace-lang-phrase-tait.js

export const ReplaceLangPhraseTrait = {
	methods: {
		replaceLangPhrase(phrase: string): string
		{
			return this.$Bitrix.Loc.getMessage(phrase)
				.replaceAll('[break]', '<br>')
				.replaceAll('[bold]', '<span>')
				.replaceAll('[/bold]', '</span>')
			;
		},
	},
};