Steffen Kolmer
e9675453e1
feat: Make Jitsi WCAG 2.1 compliant (#8921)
* Make Jitsi WCAG 2.1 compliant
* Fixed password form keypress handling
* Added keypress handler to name form
* Removed unneccessary dom query
* Fixed mouse hove style
* Removed obsolete css rules
* accessibilty background feature
* Merge remote-tracking branch 'upstream/master' into nic/fix/merge-conflicts
* fix error
* add german translation
* Fixed merge issue
* Add id prop back to device selection
* Fixed lockfile
Co-authored-by: AHMAD KADRI <52747422 +ahmadkadri@users.noreply.github.com >
3 gadus atpakaļ
hristoterezov
9131d2448d
ref(i18next): Remove the base/config dependancy.
7 gadus atpakaļ
Leonard Kim
c9b54845d9
ref(settings): convert panel to react
The goal is to reduce usage on atlassian/aui. New components
have been created to display the settings panel. Language
selection will reach into i18n for state whereas moderator
options will keep state in redux.
7 gadus atpakaļ
Lyubo Marinov
8fd91573fc
Fix eslint & flow errors
Prepares for the latest eslint & flow-related npm packages which cause
these errors.
7 gadus atpakaļ
hristoterezov
969f5d67ab
feat(eslint): Enable for non react files
7 gadus atpakaļ
damencho
2e4b39c19c
Fixes loading jquery-i18next.
8 gadus atpakaļ
Lyubo Marinov
18368fefaa
Comply w/ coding style
8 gadus atpakaļ
damencho
d861ba1876
Moves translation to react and use i18next language detectors.
8 gadus atpakaļ
hristoterezov
e731f6c3f3
feat(translation): ES6 support
8 gadus atpakaļ
damencho
1f200b63a7
Updates i18next and bundles default translations.
8 gadus atpakaļ
paweldomas
e349cc59ad
style(translation): adds comment about lang auto detection
8 gadus atpakaļ
Ilya Daynatovich
209272f940
Add detect translation freeze in interface config
8 gadus atpakaļ
damencho
b2a1c9881e
Fixes comments from review.
Adds a safe check, i18n is expecting undefined not null. Fix a method name and translation to be at placeholder.
8 gadus atpakaļ
damencho
5217bf0bb8
Removes translateString and use translateElement.
Removing translateString forces using data-i18n attributes, to make sure we do not forget to set them. Missing data-i18n attributes is a problem with late loading where we can end up without translation, without text. Missing data-i18n attributes is also problem that strings will not be translated when changing language.
Fixes a bug in invite dialog, where remove password button was shown for non moderators.
8 gadus atpakaļ
Lyubomir Marinov
a2b076985a
ESLint
Enable ESLint on jitsi-meet with the same configuration and the same
goals as in lib-jitsi-meet.
8 gadus atpakaļ
hristoterezov
d9e08032ce
Changes translation module to load async
9 gadus atpakaļ
isymchych
a10f9437f1
Integration of statistics module
9 gadus atpakaļ
Boris Grozev
bd58e6c799
Enables the jshint maximum line length check (80 chars) globally, and only overrides it in certain files.
9 gadus atpakaļ
Boris Grozev
71229bdba9
Minor formatting fixes.
9 gadus atpakaļ
hristoterezov
62a731e244
Fixes typo in translation module interface.
9 gadus atpakaļ
George Politis
5f48e4cf9d
Revert "Updates the license headers."
This reverts commit 93648f361b .
10 gadus atpakaļ
George Politis
93648f361b
Updates the license headers.
10 gadus atpakaļ
hristoterezov
8a4c341512
Implements default language config property and comments to config.js
10 gadus atpakaļ
hristoterezov
6048d0a325
Fixes the html attributes for translation options.
10 gadus atpakaļ
hristoterezov
6f12446c99
Fixes translation of plurals.
10 gadus atpakaļ
hristoterezov
af682f8727
Changes the configuration of translation module to retrieve the resources synchronous. Removes the default values.
10 gadus atpakaļ
hristoterezov
f16a1cdf44
Changes the implementation to store the language in local storage. Adds new languages.
10 gadus atpakaļ
hristoterezov
74f078f166
Adds multi language support for message handlers.
10 gadus atpakaļ
hristoterezov
79cdd94833
Adds multi language support for notifications.
10 gadus atpakaļ
hristoterezov
3032ea7684
Implements basic multi language support.
10 gadus atpakaļ