← Customer Feedback for Poeditor Settings and activity 3 results found Paypal 7 votes Vote Vote Vote Vote We're glad you're herePlease sign in to leave feedback Signed in as (Sign out) Close Close 1 vote 2 votes 3 votes Remove votes You have left! (?) (thinking…) 0 comments · General · Delete… · Admin → How important is this to you? Not at all You must login first! Important You must login first! Critical You must login first! We're glad you're herePlease sign in to leave feedback Signed in as (Sign out) Close Close Submit Rating Peter Havenga supported this idea · Apr 6, 2018 feature: support string-array resources (android only?) 36 votes Vote Vote Vote Vote We're glad you're herePlease sign in to leave feedback Signed in as (Sign out) Close Close 1 vote 2 votes 3 votes Remove votes You have left! (?) (thinking…) 2 comments · General · Delete… · Admin → How important is this to you? Not at all You must login first! Important You must login first! Critical You must login first! We're glad you're herePlease sign in to leave feedback Signed in as (Sign out) Close Close Submit Rating An error occurred while saving the comment Peter Havenga commented · May 25, 2014 · Edit… · Delete… As a best practice, I would recommend to design your arrays in the following way (for example): <string-array name="genders"> <item>@string/text_male</item> <item>@string/text_female</item> </string-array> This way you keep the array's seperated from the language files. Save Submitting... Put a comment in the exported files containing the date on which the export was run 1 vote Vote Vote Vote Vote We're glad you're herePlease sign in to leave feedback Signed in as (Sign out) Close Close 1 vote 2 votes 3 votes Remove votes You have left! (?) (thinking…) 0 comments · General · Delete… · Admin → How important is this to you? Not at all You must login first! Important You must login first! Critical You must login first! We're glad you're herePlease sign in to leave feedback Signed in as (Sign out) Close Close Submit Rating Peter Havenga shared this idea · May 25, 2014
As a best practice, I would recommend to design your arrays in the following way (for example):
<string-array name="genders">
<item>@string/text_male</item>
<item>@string/text_female</item>
</string-array>
This way you keep the array's seperated from the language files.