Fox2Code / FoxMagiskModuleManager

A module manager for Magisk because the official app dropped support for it
GNU Lesser General Public License v3.0
2.19k stars 131 forks source link

[BUG] Simplified Chinese option not work #320

Closed Z-Siqi closed 1 year ago

Z-Siqi commented 1 year ago

Describe the bug English is still displayed after Simplified Chinese is selected

To Reproduce Steps to reproduce the behavior:

  1. Go to 'Settings'
  2. Click on 'Language'
  3. Scroll down to '中文'
  4. See error

Screenshot 20230503_073654

Device info(please complete the following information):

androidacy-user commented 1 year ago

We're investigating what we suspect is a issue with RossetaX internally. We will migrate this issue to https://github.com/Androidacy/MagiskModuleManager in the meantime

Z-Siqi commented 1 year ago

We're investigating what we suspect is a issue with RossetaX internally. We will migrate this issue to https://github.com/Androidacy/MagiskModuleManager in the meantime

I just found another way could fix this error, change the values-zh-rCN folder name to values-zh can fix it.

app/src/main/res/values-zh-rCN/strings.xml

To

app/src/main/res/values-zh/strings.xml