Disable RTL languages for now.

This commit is contained in:
Doug 2022-04-05 13:23:52 +01:00
parent 2a5aa160f4
commit f61f633f55
2 changed files with 3 additions and 1 deletions

View file

@ -67,6 +67,8 @@ targets:
- path: . - path: .
excludes: excludes:
- "Modules/Room/EmojiPicker/Data/EmojiMart/EmojiJSONStore.swift" - "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: ../RiotShareExtension/Shared
- path: Modules/MatrixKit - path: Modules/MatrixKit
excludes: excludes:

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.