mirror of
https://github.com/openharmony/ohos_bundles.git
synced 2026-07-01 06:41:17 -04:00
23 lines
802 B
JSON
23 lines
802 B
JSON
{
|
|
"name": "@ohos/global_resource_manager",
|
|
"version": "1.8.0",
|
|
"publishAs": "code-segment",
|
|
"description": "OpenHarmony设备上用户可以设置语言和地区,规划中预计会支持68种语言;考虑到OpenHarmony设备间互联时,会涉及从OpenHarmony设备同步语言和地区设置到另一台OpenHarmony设备。因此需要考虑多语言资源回溯和多偏好语言支持的能力。",
|
|
"scripts": {
|
|
"install": "DEST_PATH=${DEP_BUNDLE_BASE}/base/global &&mkdir -p $DEST_PATH && cp -r ./* $DEST_PATH"
|
|
},
|
|
"keywords": [
|
|
"app"
|
|
],
|
|
"license": "Apache V2",
|
|
"repository": "",
|
|
"homepage": "",
|
|
"tags": [
|
|
"base"
|
|
],
|
|
"ohos": {
|
|
"os": "1.0.0",
|
|
"kernel": "liteos-a",
|
|
"board": "hi3516"
|
|
}
|
|
} |