-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Total refactor of the XLIFF parser logic. * More readable and robust code that can handle out-of-order translation units and special cases. * XLIFF parser can now also parse `.xcstrings` files on top of the existing `.strings` and `.stringsdict`. * Only simple "plural." rules of `.xcstrings` files are parsed. The rest of the rule types (device variations, substitutions) produce and log an error and are not pushed to CDS. * Improves XLIFF parsing logic. * Adds unit test for simple `.xcstrings` plurals. * Documents limitations.
- Loading branch information
1 parent
59dc221
commit a73f4ca
Showing
4 changed files
with
498 additions
and
219 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.