diff options
| -rw-r--r-- | config/q10.0.yaml | 22 |
1 files changed, 14 insertions, 8 deletions
diff --git a/config/q10.0.yaml b/config/q10.0.yaml index 994a1a3..cd9a36f 100644 --- a/config/q10.0.yaml +++ b/config/q10.0.yaml @@ -263,19 +263,25 @@ files: # Device specific - # device_oppo_common DeviceHandler for OnePlus - - - source: '/device/oppo/common/DeviceHandler/res/values/strings.xml' - translation: '/%original_path%-%android_code%/%original_file_name%' - languages_mapping: *anchor +# # device_oppo_common DeviceHandler for OnePlus +# - +# source: '/device/oppo/common/DeviceHandler/res/values/strings.xml' +# translation: '/%original_path%-%android_code%/%original_file_name%' +# languages_mapping: *anchor +# - +# source: '/device/oppo/common/overlay/packages/apps/Settings/res/values/devicehandlerstrings.xml' +# translation: '/%original_path%-%android_code%/%original_file_name%' +# languages_mapping: *anchor + + # DeviceSettings - - source: '/device/oppo/common/overlay/packages/apps/Settings/res/values/devicehandlerstrings.xml' + source: '/packages/resources/devicesettings/res/values/strings.xml' translation: '/%original_path%-%android_code%/%original_file_name%' languages_mapping: *anchor - # DeviceSettings + # DeviceParts - - source: '/packages/resources/devicesettings/res/values/strings.xml' + source: 'packages/resources/deviceparts/res/values/strings.xml' translation: '/%original_path%-%android_code%/%original_file_name%' languages_mapping: *anchor |
