62875 Commits

Author SHA1 Message Date
Vincent Koc
9c130388a3 fix(android): validate resource apostrophe syntax 2026-07-01 03:43:03 -07:00
Vincent Koc
03d3f49c3d fix(android): preserve Swedish app name 2026-07-01 03:43:03 -07:00
Vincent Koc
5e786ac27a test(android): enforce localized resource coverage 2026-07-01 03:43:03 -07:00
Vincent Koc
2fa4445529 fix(android): complete localized gateway trust flows 2026-07-01 03:43:03 -07:00
Vincent Koc
844775a6de feat(android): localize every native locale 2026-07-01 03:43:03 -07:00
Vincent Koc
af00b0bebf feat(android): localize gateway onboarding 2026-07-01 03:43:03 -07:00
chenyangjun-xy
73e6a626b8 fix(usage-bar): use Object.hasOwn instead of in operator to avoid prototype chain pollution (#98503)
The in operator traverses the prototype chain, causing keys like toString,
constructor, valueOf, and __proto__ to incorrectly match Object.prototype
inherited properties in alias table lookups and map segment case lookups.
Replace with Object.hasOwn (ES2022) which only checks own properties.

Fixes #98466

Co-authored-by: Claude <noreply@anthropic.com>
2026-07-01 03:37:45 -07:00
github-actions[bot]
1a160cec09 chore(ui): refresh fa control ui locale 2026-07-01 10:34:18 +00:00
github-actions[bot]
405b7a52c1 chore(ui): refresh nl control ui locale 2026-07-01 10:34:16 +00:00
github-actions[bot]
f69e27afa2 chore(ui): refresh vi control ui locale 2026-07-01 10:33:50 +00:00
github-actions[bot]
cd30b1c3ee chore(ui): refresh th control ui locale 2026-07-01 10:33:36 +00:00
github-actions[bot]
9bd071ead3 chore(ui): refresh pl control ui locale 2026-07-01 10:33:34 +00:00
github-actions[bot]
3d06ee9ed7 chore(ui): refresh id control ui locale 2026-07-01 10:33:20 +00:00
github-actions[bot]
a143ae4e7d chore(ui): refresh it control ui locale 2026-07-01 10:32:57 +00:00
github-actions[bot]
a72a64136e chore(ui): refresh uk control ui locale 2026-07-01 10:32:50 +00:00
github-actions[bot]
6cd0106bbc chore(ui): refresh tr control ui locale 2026-07-01 10:32:47 +00:00
github-actions[bot]
4e621240e8 chore(ui): refresh ar control ui locale 2026-07-01 10:32:32 +00:00
github-actions[bot]
21af6e7b19 chore(ui): refresh fr control ui locale 2026-07-01 10:32:08 +00:00
github-actions[bot]
f84243fe3f chore(ui): refresh ko control ui locale 2026-07-01 10:32:03 +00:00
github-actions[bot]
6b7986e14e chore(ui): refresh ja-JP control ui locale 2026-07-01 10:31:54 +00:00
github-actions[bot]
9ed03df44d chore(ui): refresh es control ui locale 2026-07-01 10:31:45 +00:00
github-actions[bot]
ccddbeea6a chore(ui): refresh zh-CN control ui locale 2026-07-01 10:31:17 +00:00
github-actions[bot]
dfaec1888d chore(ui): refresh pt-BR control ui locale 2026-07-01 10:31:08 +00:00
github-actions[bot]
da9308ddb7 chore(ui): refresh de control ui locale 2026-07-01 10:31:02 +00:00
github-actions[bot]
bb4afe40ae chore(ui): refresh zh-TW control ui locale 2026-07-01 10:30:57 +00:00
Momo
91cfac8ee0 fix: allow config.patch with defaulted provider baseUrl (#98396)
Summary:
- Merged fix: allow config.patch with defaulted provider baseUrl after ClawSweeper review.

Automerge notes:
- No ClawSweeper repair was needed after automerge opt-in.

Validation:
- ClawSweeper review passed for head 68fbf67640.
- Required merge gates passed before the squash merge.

Prepared head SHA: 68fbf67640
Review: https://github.com/openclaw/openclaw/pull/98396#issuecomment-4853365525

Co-authored-by: momothemage <niuzhengnan@163.com>
Approved-by: momothemage
2026-07-01 10:30:40 +00:00
Vincent Koc
740cc5b732 fix(ui): localize expired pairing QR notice 2026-07-01 03:28:23 -07:00
Vincent Koc
d39ac85f99 fix(ui): localize expired pairing QR notice 2026-07-01 03:28:23 -07:00
Vincent Koc
cd571faeaf chore(i18n): refresh native inventory line mappings 2026-07-01 03:28:23 -07:00
Vincent Koc
6497c3ca1b fix(i18n): stabilize native inventory generation 2026-07-01 03:28:23 -07:00
Vincent Koc
84247114c2 fix(i18n): include custom SwiftUI helper labels 2026-07-01 03:28:23 -07:00
Vincent Koc
a38864aeb9 fix(i18n): parse native UI string expressions 2026-07-01 03:28:23 -07:00
Vincent Koc
18494a04f5 fix(i18n): cover native conditional UI strings 2026-07-01 03:28:23 -07:00
Vincent Koc
5ec988230c fix(i18n): scope native UI helper extraction 2026-07-01 03:28:23 -07:00
Vincent Koc
59b6bdf36c fix(i18n): cover structured native UI strings 2026-07-01 03:28:23 -07:00
Vincent Koc
249d4904af fix(ci): route native locale refresh checks 2026-07-01 03:28:23 -07:00
Vincent Koc
fbd6e30ce1 feat(i18n): add Swedish native locale 2026-07-01 03:28:23 -07:00
Vincent Koc
9fd6ca9602 fix(i18n): route native inventory checks narrowly 2026-07-01 03:28:23 -07:00
Vincent Koc
da6ee4f0dd fix(i18n): restrict native UI extraction 2026-07-01 03:28:23 -07:00
Vincent Koc
53c66986ea fix(i18n): filter non-translatable native literals 2026-07-01 03:28:23 -07:00
Vincent Koc
ab83d35b26 fix(i18n): cover all native source roots 2026-07-01 03:28:23 -07:00
Vincent Koc
0e03507935 fix(i18n): inventory conditional native labels 2026-07-01 03:28:23 -07:00
Vincent Koc
aa32894afc fix(i18n): align native scan scope and build exclusions 2026-07-01 03:28:23 -07:00
Vincent Koc
3e65e64c19 feat(i18n): inventory native resources and wrappers 2026-07-01 03:28:23 -07:00
Vincent Koc
f165b53da9 fix(i18n): parse native interpolation expressions 2026-07-01 03:28:23 -07:00
Vincent Koc
d913a3314b fix(i18n): preserve Kotlin native placeholders 2026-07-01 03:28:23 -07:00
Vincent Koc
8c179bfc7e ci(i18n): run native checks for tooling changes 2026-07-01 03:28:23 -07:00
Vincent Koc
3d96a0039f fix(i18n): preserve native placeholders and whitespace 2026-07-01 03:28:23 -07:00
Vincent Koc
a519a07d36 fix(i18n): skip non-runtime native source literals 2026-07-01 03:28:23 -07:00
Vincent Koc
0a16d9e578 fix(i18n): guard native inventory in CI 2026-07-01 03:28:23 -07:00