-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
Hi,
It seems like Android's string-array isn't supported.
When I have an array defined as
<string-array name="key">
<item>item 1</item>
<item>item 2</item>
</string-array>and do phrase push. It appears on Phrase in the following format
---
- item 1
- item 2
and when I do phrase pull. The array got synced but overridden into a string instead
<string name="key">---
- item 1
- item 2
</string>Is this a bug or does Phrase intentionally doesn't support this use case?
jablan
Metadata
Metadata
Assignees
Labels
No labels