Strings with translatable="false" are still imported (Android)
<string name="app_name" translatable="false">Example</string>
This should not be imported.
1
vote

We’ve added support for the translatable=“false” flag, so that users can no longer edit them: https://poeditor.com/kb/how-to-set-strings-as-non-translatable-in-android-localization-projects