diff options
| author | Carlos Solano <csolano@gmail.com> | 2020-04-01 08:08:29 +0200 |
|---|---|---|
| committer | Carlos Solano <csolano@gmail.com> | 2020-04-01 08:10:12 +0200 |
| commit | 7d442a5c2aa1d2176e5737a44028c0bcce166242 (patch) | |
| tree | df7482868fd84ea8bdb6786773825c73c1acdb02 | |
| parent | 26bfc620f9dbfd2894b3c67e9f50f0b3c4e2c3cc (diff) | |
crowdin: Move to deviceparts
Change-Id: I6153364dc8feb32059c8b2b252d0816e152896ff
| -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 |
