Saúl Ibarra Corretgé
0c042ca720
fix(WaitForOwnerDialog) simplify code
Don't print the room name, which could be long and nondescriptive.
3 lat temu
wfleischer
076b823ea2
fix(lang, shared-video): Reference to YouTube
3 lat temu
Christoph Settgast
7fe319d965
lang: sort json keys
This is the result of
find lang -name "*.json" | while read file; do
echo "Standardizing ${file}"
t=$(mktemp)
jq --indent 4 -S "." ${file} > ${t}
mv ${t} ${file}
done
3 lat temu
dimitardelchev93
11a86a9383
fix: Add different text when disablePolls is enabled/disabled (#9900)
* Add different text when disablePolls is enabled/disabled #9890
* Add different text when disablePolls is enabled/disabled v2 #9890
3 lat temu
Hristo Terezov
262e855260
fix: recommended browser page link.
5 lat temu
Jaya Allamsetty
3f679407a9
fix(video-quality): Get rid of the video qaulity warning for p2p
It is now possible to change the sender video quality for p2p calls as well
5 lat temu
Weblate (bot)
c9f26dc7ac
lang: improved translattions with weblate
Icelandic, Sardinian, Bulgarian, Czech, Catalan, Turkish.
Translate-URL: https://hosted.weblate.org/projects/jitsi/main/
Co-authored-by: Sveinn í Felli <sv1@fellsnet.is >
Co-authored-by: Václav Zbránek <vaclav@weblate.org >
Co-authored-by: Damian Minkov <damencho@jitsi.org >
Co-authored-by: Joan Montané <joan@montane.cat >
Co-authored-by: Oğuz Ersen <oguzersen@protonmail.com >
Co-authored-by: Rafael Fontenelle <rafaelff@gnome.org >
Co-authored-by: Adrià Martín <adriamartinmor@gmail.com >
Co-authored-by: Tomas Apeltauer <tomas.apeltauer@gmail.com >
5 lat temu