Merge branch 'cz-language' into 'develop'

improved Czech language localization + changed a few hard-coded strings to localized ones

See merge request soapbox-pub/soapbox!1915
This commit is contained in:
Alex Gleason
2022-11-18 23:32:26 +00:00
22 changed files with 519 additions and 417 deletions

View File

@ -179,6 +179,7 @@ const ReportModal = ({ onClose }: IReportModal) => {
<Modal
title={<FormattedMessage id='report.target' defaultMessage='Reporting {target}' values={{ target: <strong>@{account.acct}</strong> }} />}
onClose={onClose}
cancelText={<FormattedMessage id='common.cancel' defaultMessage='Cancel' />}
cancelAction={currentStep === Steps.THREE ? undefined : onClose}
confirmationAction={handleNextStep}
confirmationText={confirmationText}