Skip to content

Commit 312bf81

Browse files
Upgrade to @microbit/ui@0.1.0-alpha.23
Recompile the message catalogs to pick up the library's translation sync (previously-English ui.* strings). Point AGENTS.md at the new "Upgrading in an app" section in the library README.
1 parent ea390c5 commit 312bf81

14 files changed

Lines changed: 92 additions & 90 deletions

AGENTS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ theme package above. Re-create it after `npm install` (which restores the pinned
1616
version), and regenerate clean afterwards (`rm -rf styled-system && npm run panda`) — incremental codegen does not detect external preset changes.
1717
`resolve.dedupe` in `vite.config.ts` is what stops the symlinked package loading
1818
its own copies of React and friends, so leave it in place either way.
19+
After bumping the pinned `@microbit/ui` version, follow "Upgrading in an app" in
20+
`../ui/packages/ui/README.md`.
1921

2022
## Commands
2123

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@codemirror/view": "^6.26.3",
2222
"@microbit/microbit-connection": "^1.0.0",
2323
"@microbit/microbit-fs": "^0.10.0",
24-
"@microbit/ui": "0.1.0-alpha.22",
24+
"@microbit/ui": "0.1.0-alpha.23",
2525
"@sanity/block-content-to-react": "^3.0.0",
2626
"@sanity/image-url": "^1.0.1",
2727
"@testing-library/jest-dom": "^5.14.1",

src/messages/ui.ca.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2370,7 +2370,7 @@
23702370
"ui.breadcrumb": [
23712371
{
23722372
"type": 0,
2373-
"value": "Breadcrumb"
2373+
"value": "Rastres de navegació"
23742374
}
23752375
],
23762376
"ui.close-action": [
@@ -2382,25 +2382,25 @@
23822382
"ui.combobox-listbox": [
23832383
{
23842384
"type": 0,
2385-
"value": "Suggestions"
2385+
"value": "Suggeriments"
23862386
}
23872387
],
23882388
"ui.combobox-trigger": [
23892389
{
23902390
"type": 0,
2391-
"value": "Show suggestions"
2391+
"value": "Mostra els suggeriments"
23922392
}
23932393
],
23942394
"ui.loading": [
23952395
{
23962396
"type": 0,
2397-
"value": "Loading"
2397+
"value": "S'està carregant"
23982398
}
23992399
],
24002400
"ui.numberfield-decrease": [
24012401
{
24022402
"type": 0,
2403-
"value": "Decrease "
2403+
"value": "Decrementa "
24042404
},
24052405
{
24062406
"type": 1,
@@ -2410,7 +2410,7 @@
24102410
"ui.numberfield-increase": [
24112411
{
24122412
"type": 0,
2413-
"value": "Increase "
2413+
"value": "Incrementa "
24142414
},
24152415
{
24162416
"type": 1,
@@ -2420,13 +2420,13 @@
24202420
"ui.select-placeholder": [
24212421
{
24222422
"type": 0,
2423-
"value": "Select an item"
2423+
"value": "Selecciona un element"
24242424
}
24252425
],
24262426
"ui.select-row-action": [
24272427
{
24282428
"type": 0,
2429-
"value": "Select"
2429+
"value": "Selecciona"
24302430
}
24312431
],
24322432
"ui.toast-region": [
@@ -2441,7 +2441,7 @@
24412441
},
24422442
{
24432443
"type": 0,
2444-
"value": " notification"
2444+
"value": " notificació"
24452445
}
24462446
]
24472447
},
@@ -2452,7 +2452,7 @@
24522452
},
24532453
{
24542454
"type": 0,
2455-
"value": " notifications"
2455+
"value": " notificacions"
24562456
}
24572457
]
24582458
}
@@ -2474,19 +2474,19 @@
24742474
"ui.toast-status-info": [
24752475
{
24762476
"type": 0,
2477-
"value": "Information"
2477+
"value": "Informació"
24782478
}
24792479
],
24802480
"ui.toast-status-success": [
24812481
{
24822482
"type": 0,
2483-
"value": "Success"
2483+
"value": "Completat amb èxit"
24842484
}
24852485
],
24862486
"ui.toast-status-warning": [
24872487
{
24882488
"type": 0,
2489-
"value": "Warning"
2489+
"value": "Advertència"
24902490
}
24912491
],
24922492
"undo": [

src/messages/ui.de.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2460,7 +2460,7 @@
24602460
"ui.breadcrumb": [
24612461
{
24622462
"type": 0,
2463-
"value": "Breadcrumb"
2463+
"value": "Navigationspfad"
24642464
}
24652465
],
24662466
"ui.close-action": [
@@ -2484,7 +2484,7 @@
24842484
"ui.loading": [
24852485
{
24862486
"type": 0,
2487-
"value": "Loading"
2487+
"value": "Laden"
24882488
}
24892489
],
24902490
"ui.numberfield-decrease": [
@@ -2558,25 +2558,25 @@
25582558
"ui.toast-status-error": [
25592559
{
25602560
"type": 0,
2561-
"value": "Error"
2561+
"value": "Fehler"
25622562
}
25632563
],
25642564
"ui.toast-status-info": [
25652565
{
25662566
"type": 0,
2567-
"value": "Information"
2567+
"value": "Informationen"
25682568
}
25692569
],
25702570
"ui.toast-status-success": [
25712571
{
25722572
"type": 0,
2573-
"value": "Success"
2573+
"value": "Erfolg"
25742574
}
25752575
],
25762576
"ui.toast-status-warning": [
25772577
{
25782578
"type": 0,
2579-
"value": "Warning"
2579+
"value": "Warnung"
25802580
}
25812581
],
25822582
"undo": [

src/messages/ui.es-es.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2400,7 +2400,7 @@
24002400
"ui.breadcrumb": [
24012401
{
24022402
"type": 0,
2403-
"value": "Breadcrumb"
2403+
"value": "Sendero de navegación"
24042404
}
24052405
],
24062406
"ui.close-action": [
@@ -2424,7 +2424,7 @@
24242424
"ui.loading": [
24252425
{
24262426
"type": 0,
2427-
"value": "Loading"
2427+
"value": "Cargando"
24282428
}
24292429
],
24302430
"ui.numberfield-decrease": [
@@ -2504,19 +2504,19 @@
25042504
"ui.toast-status-info": [
25052505
{
25062506
"type": 0,
2507-
"value": "Information"
2507+
"value": "Información"
25082508
}
25092509
],
25102510
"ui.toast-status-success": [
25112511
{
25122512
"type": 0,
2513-
"value": "Success"
2513+
"value": "Éxito"
25142514
}
25152515
],
25162516
"ui.toast-status-warning": [
25172517
{
25182518
"type": 0,
2519-
"value": "Warning"
2519+
"value": "Advertencia"
25202520
}
25212521
],
25222522
"undo": [

src/messages/ui.fr.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2400,7 +2400,7 @@
24002400
"ui.breadcrumb": [
24012401
{
24022402
"type": 0,
2403-
"value": "Breadcrumb"
2403+
"value": "Fil d'Ariane"
24042404
}
24052405
],
24062406
"ui.close-action": [
@@ -2424,7 +2424,7 @@
24242424
"ui.loading": [
24252425
{
24262426
"type": 0,
2427-
"value": "Loading"
2427+
"value": "Chargement"
24282428
}
24292429
],
24302430
"ui.numberfield-decrease": [
@@ -2498,25 +2498,25 @@
24982498
"ui.toast-status-error": [
24992499
{
25002500
"type": 0,
2501-
"value": "Error"
2501+
"value": "Erreur"
25022502
}
25032503
],
25042504
"ui.toast-status-info": [
25052505
{
25062506
"type": 0,
2507-
"value": "Information"
2507+
"value": "Informations"
25082508
}
25092509
],
25102510
"ui.toast-status-success": [
25112511
{
25122512
"type": 0,
2513-
"value": "Success"
2513+
"value": "Succès"
25142514
}
25152515
],
25162516
"ui.toast-status-warning": [
25172517
{
25182518
"type": 0,
2519-
"value": "Warning"
2519+
"value": "Avertissement"
25202520
}
25212521
],
25222522
"undo": [

src/messages/ui.ga-ie.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2550,7 +2550,7 @@
25502550
"ui.breadcrumb": [
25512551
{
25522552
"type": 0,
2553-
"value": "Breadcrumb"
2553+
"value": "Mionrian"
25542554
}
25552555
],
25562556
"ui.close-action": [
@@ -2574,7 +2574,7 @@
25742574
"ui.loading": [
25752575
{
25762576
"type": 0,
2577-
"value": "Loading"
2577+
"value": "Ag lódáil"
25782578
}
25792579
],
25802580
"ui.numberfield-decrease": [
@@ -2606,7 +2606,7 @@
26062606
"ui.select-row-action": [
26072607
{
26082608
"type": 0,
2609-
"value": "Select"
2609+
"value": "Roghnaigh"
26102610
}
26112611
],
26122612
"ui.toast-region": [
@@ -2648,7 +2648,7 @@
26482648
"ui.toast-status-error": [
26492649
{
26502650
"type": 0,
2651-
"value": "Error"
2651+
"value": "Earráid"
26522652
}
26532653
],
26542654
"ui.toast-status-info": [
@@ -2660,13 +2660,13 @@
26602660
"ui.toast-status-success": [
26612661
{
26622662
"type": 0,
2663-
"value": "Success"
2663+
"value": "D'éirigh leis"
26642664
}
26652665
],
26662666
"ui.toast-status-warning": [
26672667
{
26682668
"type": 0,
2669-
"value": "Warning"
2669+
"value": "Rabhadh"
26702670
}
26712671
],
26722672
"undo": [

src/messages/ui.ja.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2394,7 +2394,7 @@
23942394
"ui.breadcrumb": [
23952395
{
23962396
"type": 0,
2397-
"value": "Breadcrumb"
2397+
"value": "パンくずリスト"
23982398
}
23992399
],
24002400
"ui.close-action": [
@@ -2418,7 +2418,7 @@
24182418
"ui.loading": [
24192419
{
24202420
"type": 0,
2421-
"value": "Loading"
2421+
"value": "読み込み中"
24222422
}
24232423
],
24242424
"ui.numberfield-decrease": [
@@ -2450,7 +2450,7 @@
24502450
"ui.select-row-action": [
24512451
{
24522452
"type": 0,
2453-
"value": "選択"
2453+
"value": "選択する"
24542454
}
24552455
],
24562456
"ui.toast-region": [
@@ -2492,25 +2492,25 @@
24922492
"ui.toast-status-error": [
24932493
{
24942494
"type": 0,
2495-
"value": "Error"
2495+
"value": "エラー"
24962496
}
24972497
],
24982498
"ui.toast-status-info": [
24992499
{
25002500
"type": 0,
2501-
"value": "Information"
2501+
"value": "情報"
25022502
}
25032503
],
25042504
"ui.toast-status-success": [
25052505
{
25062506
"type": 0,
2507-
"value": "Success"
2507+
"value": "成功"
25082508
}
25092509
],
25102510
"ui.toast-status-warning": [
25112511
{
25122512
"type": 0,
2513-
"value": "Warning"
2513+
"value": "警告"
25142514
}
25152515
],
25162516
"undo": [

0 commit comments

Comments
 (0)