How to translate context menu in react native?
问题 I am working on a project that requires to be translated on multiple languages. I am using Zanata to translate everything and it works except context menu. I can not find anything in official documentation how to translate it. Regardless of language that I set on the phone it will always show english language in context menu(copy, select all, paste..) Example of untranslated context menu I thought that it will be done automatically by operating system but it is not. Does anyone has the same