Android 14 - Support for Grammatical Inflection (#3374)

* build: update aapt/aapt2 with win/linux binaries

* docs: add note for specific aapt tag

* test: test for grammatical inflection

* build: update aapt/aapt2 with mac binaries

* build: update aapt/aapt2 with mac binaries (static libstl)
This commit is contained in:
Connor Tumbleson
2023-10-08 06:38:10 -04:00
committed by GitHub
parent 01cf954c23
commit 7fe58ca0c2
14 changed files with 16 additions and 2 deletions

View File

@ -86,6 +86,12 @@ public class BuildAndDecodeTest extends BaseTest {
compareValuesFiles("values-b+iw+660/strings.xml");
}
@Test
public void valuesGrammaticalGenderTest() throws BrutException {
compareValuesFiles("values-neuter/strings.xml");
compareValuesFiles("values-feminine/strings.xml");
}
@Test
public void valuesBcp47LanguageScriptRegionVariantTest() throws BrutException {
compareValuesFiles("values-b+ast+Latn+IT+AREVELA/strings.xml");

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long