diff --git a/Riot/target.yml b/Riot/target.yml index 76014eb44..d0239e9ae 100644 --- a/Riot/target.yml +++ b/Riot/target.yml @@ -67,6 +67,8 @@ targets: - path: . excludes: - "Modules/Room/EmojiPicker/Data/EmojiMart/EmojiJSONStore.swift" + - "Assets/ar.lproj/**" # RTL is broken so languages are disabled for now + - "Assets/he.lproj/**" - path: ../RiotShareExtension/Shared - path: Modules/MatrixKit excludes: diff --git a/changelog.d/5935.i18n b/changelog.d/5935.i18n index 1d306244d..cbfd09559 100644 --- a/changelog.d/5935.i18n +++ b/changelog.d/5935.i18n @@ -1 +1 @@ -Translations: Enable all languages rather than waiting for an 80% translation. +Translations: Enable all languages rather than waiting for an 80% translation. RTL languages are still disabled due to layout and formatting bugs.