remove localized AI Pick strings from HAR
Keep AI Pick and card explanation strings only in the base resource bundle so the HAR does not maintain locale-specific copies that belong to the host application.
This commit is contained in:
@@ -3,34 +3,6 @@
|
||||
{
|
||||
"name": "page_show",
|
||||
"value": "page from package"
|
||||
},
|
||||
{
|
||||
"name": "ai_pick_title",
|
||||
"value": "AI Picks"
|
||||
},
|
||||
{
|
||||
"name": "ai_pick_loading",
|
||||
"value": "Loading"
|
||||
},
|
||||
{
|
||||
"name": "ai_pick_no_contract",
|
||||
"value": "No matching contracts"
|
||||
},
|
||||
{
|
||||
"name": "ai_pick_main_contract",
|
||||
"value": "M"
|
||||
},
|
||||
{
|
||||
"name": "ai_pick_custom_strategy",
|
||||
"value": "Create a strategy"
|
||||
},
|
||||
{
|
||||
"name": "ai_pick_custom_tag",
|
||||
"value": "Custom"
|
||||
},
|
||||
{
|
||||
"name": "card_explain_confirm",
|
||||
"value": "Got it"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -3,34 +3,6 @@
|
||||
{
|
||||
"name": "page_show",
|
||||
"value": "page from package"
|
||||
},
|
||||
{
|
||||
"name": "ai_pick_title",
|
||||
"value": "AI选期"
|
||||
},
|
||||
{
|
||||
"name": "ai_pick_loading",
|
||||
"value": "数据加载中"
|
||||
},
|
||||
{
|
||||
"name": "ai_pick_no_contract",
|
||||
"value": "没有符合的合约"
|
||||
},
|
||||
{
|
||||
"name": "ai_pick_main_contract",
|
||||
"value": "主"
|
||||
},
|
||||
{
|
||||
"name": "ai_pick_custom_strategy",
|
||||
"value": "一句话定制策略"
|
||||
},
|
||||
{
|
||||
"name": "ai_pick_custom_tag",
|
||||
"value": "自编"
|
||||
},
|
||||
{
|
||||
"name": "card_explain_confirm",
|
||||
"value": "我知道了"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user