Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[docs][material-ui] Clarify RTL language support in localization guide #41784

Merged
merged 26 commits into from
Aug 26, 2024
Merged
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
c8dfeb0
[docs] Update the versions dropdown to show v6 (#41557)
mnajdova Mar 20, 2024
deb7a6d
[blog] Add post about remote (#41565)
danilo-leal Mar 20, 2024
6888897
[blog] Blog post with MUI X v7.0.0 annoucement (#41563) (#41604)
cherniavskii Mar 22, 2024
39fe215
[docs] Add notification for MUI X v7 blog post (#41587) (#41605)
cherniavskii Mar 22, 2024
bd8ced4
[website] Update pricing table (#41606)
cherniavskii Mar 22, 2024
e948fc7
[website] Add stray design adjustments throughout the site (#41642)
mnajdova Mar 25, 2024
b7f5def
[blog] Link to Romain's blog post in MUI X v7 announcement post (#41641)
cherniavskii Mar 25, 2024
cc8d22f
[material-ui][RadioGroup] Apply classnames (#41681)
ZeeshanTamboli Mar 27, 2024
5461733
[material-ui][docs] Fix typo in CSS theme variables customization (#4…
ZeeshanTamboli Mar 27, 2024
a8fe71a
[system] Fix typo to avoid infinite recursion in function call. (#41678)
ZeeshanTamboli Mar 27, 2024
602e68a
[core] Continue rename of Toolpad
oliviertassinari Mar 29, 2024
2da509f
[docs] Continue migration of Base UI to sperate repository
oliviertassinari Apr 1, 2024
807032d
[material-ui][docs] Remove deleted page from the sidenav (#41594)
danilo-leal Mar 22, 2024
fdc839b
[website] Add Aarón to About Us (#41747)
aarongarciah Apr 2, 2024
4170412
[docs-infra] Add Toolpad product/category IDs to types (#41551)
bharatkashyap Apr 3, 2024
42afab7
[material-ui][Autocomplete] Display options provided to the `options`…
ZeeshanTamboli Apr 4, 2024
cf08c2e
[docs][material-ui][Slider] Remove valueLabelFormat from restricted v…
ZeeshanTamboli Apr 4, 2024
5a07996
5.15.15 (#41752)
siriwatknp Apr 4, 2024
f188332
[base-ui][website] Page <title> should have no dots
oliviertassinari Apr 4, 2024
b3e95eb
[docs-infra] Fix analytics about inline ads (#41474)
alexfauquette Apr 5, 2024
24bc383
updated: Kurdish added as a RTL language
bahmanworld Apr 5, 2024
0455cbd
Merge branch 'next' into pr/41784
danilo-leal Apr 9, 2024
b1e4225
resolve conflict
ZeeshanTamboli Aug 26, 2024
e74eb9a
improve sentence
ZeeshanTamboli Aug 26, 2024
03c9779
revert unnecessary changes
ZeeshanTamboli Aug 26, 2024
9eef513
prettier
ZeeshanTamboli Aug 26, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
prettier
  • Loading branch information
ZeeshanTamboli committed Aug 26, 2024
commit 9eef513bf9361d74e6dc832533964e3cdec1c335
2 changes: 1 addition & 1 deletion docs/src/modules/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ const LANGUAGES_LABEL = [
module.exports = {
CODE_VARIANTS,
LANGUAGES_LABEL,
CODE_STYLING
CODE_STYLING,
};