Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Now emits empty item tags within a string-array #65

Merged
merged 1 commit into from
Dec 14, 2019

Conversation

brentinrochester
Copy link

@brentinrochester brentinrochester commented Dec 5, 2019

It is acceptable for a string-array to contain
<item></item>
or
<item/>

These empty items may be placeholders to allow enumerations to
align with status strings. Omitting the empty items causes any
subsequent items to correspond to the wrong index.

Changed so empty items are emitted in the original location.

Bug:64

It is acceptable for a string-array to contain
  <item></item>
or
 <item/>

These empty items may be placeholders to allow enumerations to
align with status strings. Omitting the empty items causes any
subsequent items to correspond to the wrong index.

Changed so empty items are emitted in the original location.

Bug:64
miracle2k added a commit that referenced this pull request Dec 14, 2019
Now emits empty item tags within a string-array
@miracle2k miracle2k merged commit 3b0cef6 into miracle2k:master Dec 14, 2019
@miracle2k
Copy link
Owner

I had to revert this PR unfortunately. See the test failure here (https://travis-ci.org/miracle2k/android2po/jobs/625102788) There are two - Travis only shows the first.

Fundamentally, this seems complicated by the fact that Babel itself does not write empty strings to the po catalog file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants