We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5166399 commit bfa664aCopy full SHA for bfa664a
lunaria/lunaria.ts
@@ -91,7 +91,7 @@ const jsonStatus: I18nStatus = {
91
return {
92
lang: locale.code,
93
label: locale.name!,
94
- dir: locale?.dir ?? 'rtl',
+ dir: locale?.dir ?? 'ltr',
95
totalKeys,
96
completedKeys,
97
missingKeys,
0 commit comments