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
2022-01-18 20:14:55 +01:00
micahmills
1d3d6a32a6
Persian translations ( #10765 )
...
* Persian Translations
* fixed typo in English text
* removes extra spaces in main translation file
* Farsi Translation update
* Finished Farsi translations
2022-01-11 08:39:39 -06:00
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
2021-09-10 13:57:36 -05:00
Juan Searle
20c6115c38
Fix suspicious URL on Persian localization file
2021-02-03 20:39:08 -06:00
Vahid Zafari
76b4899c39
full support persian language ( #8300 ) Fixes #8299
2020-12-23 08:29:07 -06:00
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
2020-05-15 09:49:55 -04:00
damencho
28781965ed
Commit from translate.jitsi.org by user damencho.: 102 of 621 strings translated (6 fuzzy).
2019-12-20 16:20:49 +00:00
damencho
17e5bc7b73
Commit from translate.jitsi.org by user damencho.: 89 of 586 strings translated (5 fuzzy).
2019-07-22 13:01:11 +00:00
jitsi-pootle
6146c12533
New files added from translate.jitsi.org based on templates
2017-12-26 20:48:41 +00:00