]> git.saurik.com Git - android/aapt.git/commit
Use "ldrtl" and "ldltr" config qualifiers for RTL / LTR resources
authorFabrice Di Meglio <fdimeglio@google.com>
Wed, 5 Sep 2012 20:12:02 +0000 (13:12 -0700)
committerFabrice Di Meglio <fdimeglio@google.com>
Thu, 6 Sep 2012 18:13:24 +0000 (11:13 -0700)
commitdc63f4cb0300891ac5f05cf119a3648dc2ff5d1e
treef84725bf2ab660a1f2395e54b62d4feb364df24f
parentc3204d6e6acd9b0ad11f51e3b9107394c552eb52
Use "ldrtl" and "ldltr" config qualifiers for RTL / LTR resources

- we cannot use "rtl" / "ltr" qualifiers as they can conflict with ISO-639 Alpha-3
codespace which uses 3 letters for identifying a language code (and could use either
"rtl" or "ltr" strings for defining a language in the future).

- we are using instead "ldrtl" for RTL and "ldltr" for LTR resources. Those qualifiers
are defined by more than 3 chars and outside of what is defined into ISO-639. They
are also more understandable as "ld" prefix is for "layoutdirection"

Change-Id: Id43e948103707e09bef63ebd54ac1779dde58e72
AaptAssets.cpp