Skip to content

Commit

Permalink
Update locales so en-rtl actually applies rtl attribute. (microsoft#1631
Browse files Browse the repository at this point in the history
)
  • Loading branch information
scomea authored Apr 9, 2019
1 parent dc2ec90 commit 1c320c0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ import { Direction } from "@microsoft/fast-web-utilities";

export const localeDirectionMapping: { [key: string]: Direction } = {
en: Direction.ltr,
"en-rtl": Direction.rtl,
};

export function isRTL(locale: string): boolean {
Expand Down

0 comments on commit 1c320c0

Please sign in to comment.