Skip to content

Commit

Permalink
set language config to default if not specified in rtl fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
RealRichi3 committed May 24, 2024
1 parent 26e9fbc commit d9c1890
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/fixes/fix_rtl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,7 @@ if (require.main === module) {
);
}

CONFIG.languages = langs ?? CONFIG.languages;

fixAndStyleArabicHtmlFiles();
}

0 comments on commit d9c1890

Please sign in to comment.