Skip to content

Commit bfa664a

Browse files
committed
fix: lunaria ltr fix
1 parent 5166399 commit bfa664a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lunaria/lunaria.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ const jsonStatus: I18nStatus = {
9191
return {
9292
lang: locale.code,
9393
label: locale.name!,
94-
dir: locale?.dir ?? 'rtl',
94+
dir: locale?.dir ?? 'ltr',
9595
totalKeys,
9696
completedKeys,
9797
missingKeys,

0 commit comments

Comments
 (0)