mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-21 23:27:39 +00:00
feat(android): Enable psudeo locale
To support RTL, this enables the pseudolocales **English (XA)** and **AR (XB)**
This commit is contained in:
parent
ef83fab6aa
commit
eb918fe09b
1 changed files with 1 additions and 0 deletions
|
|
@ -62,6 +62,7 @@ android {
|
|||
buildTypes {
|
||||
debug {
|
||||
applicationIdSuffix ".debug"
|
||||
pseudoLocalesEnabled true
|
||||
debuggable true
|
||||
}
|
||||
release {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue