diff --git a/application/entry/src/main/ets/common/constants/CommonConstants.ets b/application/entry/src/main/ets/common/constants/CommonConstants.ets index 87b87c7b42efe71dacf47208f681bf3e7543482a..4267ae0c4d931d3daede0ea735fbdcf6b947d9b1 100644 --- a/application/entry/src/main/ets/common/constants/CommonConstants.ets +++ b/application/entry/src/main/ets/common/constants/CommonConstants.ets @@ -55,7 +55,7 @@ export default class CommonConstants { public static readonly UPDATE_PROMPT_LINE_HEIGHT: number = 16; public static readonly UPDATE_PROMPT_MARGIN_TOP: number = 9; // isMirrorLanguages - public static readonly MIRROR_LANGUAGES: Array = ['ug']; + public static readonly MIRROR_LANGUAGES: Array = ['ug','ar']; // isTibetanLanguages public static readonly TIBETAN_LANGUAGES: Array = ['bo']; }