Skip to content

Commit abbdc11

Browse files
committed
Added persian
1 parent 6ec3c01 commit abbdc11

File tree

3 files changed

+443
-0
lines changed

3 files changed

+443
-0
lines changed

src/App.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ function App() {
3939

4040
return (
4141
<ConfigProvider
42+
direction={currentLanguageOption.rtl ? 'rtl' : 'ltr'}
4243
theme={{
4344
algorithm: isDarkMode ? darkAlgorithm : defaultAlgorithm,
4445
token: {

0 commit comments

Comments
 (0)