Merge pull request #5984 from vector-im/doug/disable_rtl

Disable RTL languages for now.
This commit is contained in:
Doug
2022-04-05 14:53:23 +01:00
committed by GitHub
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -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:
+1 -1
View File
@@ -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.