Android project and localization string files
已回答
Hi, i have an android project with strings.xml files in my various language folders (/res/values, res/values-pl, etc).
Is there a way to look at these files in unison, like you can with bundles?
Also, since this is effectively a bundle, it would be neat if there was a way to create them all at once. Now you have to create a new resource file with the same name in every directory.
请先登录再写评论。
Do you mean XML format properties? They can be formed to bundles as described here: https://www.jetbrains.com/help/idea/properties-files.html