In the Android strings.xml file this can be done using translatable attribute:
<string name="inches" translatable="false">in</string>
I could not find any solution for this for the Flutter localization *.arb files.
In the Android strings.xml file this can be done using translatable attribute:
<string name="inches" translatable="false">in</string>
I could not find any solution for this for the Flutter localization *.arb files.