mirror of
https://github.com/revanced/Apktool.git
synced 2025-06-12 05:07:41 +02:00
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:
@ -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
Reference in New Issue
Block a user