Merge pull request #1908 from vector-im/t3chguy/localazy/2

Switch from Weblate to Localazy
This commit is contained in:
Robin
2023-11-20 16:55:58 -05:00
committed by GitHub
68 changed files with 2680 additions and 2162 deletions

View File

@@ -276,7 +276,7 @@ export const InCallView: FC<InCallViewProps> = ({
if (items.length === 0) {
return (
<div className={styles.centerMessage}>
<p>{t("Waiting for other participants")}</p>
<p>{t("waiting_for_participants")}</p>
</div>
);
}