You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm building an app where the default language of the app does not happen to be english. Therefore I'm putting the translations in a values/strings.xml (note the lack of language code in the folder name). However in POEditor I have defined my languages so if I run a download translations task and my default language happens to be swedish, I'll then have a values-sv/strings.xml which will be a duplicate of my values/strings.xml.
Would it be possible to add to the config what language to use for the default resource value folder? And then have that work for both imports and exports? Thanks in advance!
The text was updated successfully, but these errors were encountered:
Hi!
I'm building an app where the default language of the app does not happen to be english. Therefore I'm putting the translations in a
values/strings.xml
(note the lack of language code in the folder name). However in POEditor I have defined my languages so if I run a download translations task and my default language happens to be swedish, I'll then have avalues-sv/strings.xml
which will be a duplicate of myvalues/strings.xml
.Would it be possible to add to the config what language to use for the default resource value folder? And then have that work for both imports and exports? Thanks in advance!
The text was updated successfully, but these errors were encountered: