Skip to content

Commit 9d396c2

Browse files
authored
Merge pull request #602 from reactjs/sync-2859efa0
Sync with react.dev @ 2859efa Translate home page
2 parents e89fc38 + 82b1700 commit 9d396c2

File tree

6 files changed

+117
-113
lines changed

6 files changed

+117
-113
lines changed

.github/workflows/discord_notify.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Discord Notify
22

33
on:
4-
pull_request:
4+
pull_request_target:
55
types: [opened, ready_for_review]
66

77
permissions: {}
@@ -14,7 +14,6 @@ jobs:
1414
contents: read
1515
with:
1616
actor: ${{ github.event.pull_request.user.login }}
17-
is_remote: true
1817

1918
notify:
2019
if: ${{ needs.check_maintainer.outputs.is_core_team == 'true' }}

.github/workflows/label_core_team_prs.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Label Core Team PRs
22

33
on:
4-
pull_request:
4+
pull_request_target:
55

66
permissions: {}
77

@@ -18,7 +18,6 @@ jobs:
1818
contents: read
1919
with:
2020
actor: ${{ github.event.pull_request.user.login }}
21-
is_remote: true
2221

2322
label:
2423
if: ${{ needs.check_maintainer.outputs.is_core_team == 'true' }}

TRANSLATION.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
| batch | група оновлень |
120120
| batching | групування |
121121
| browser | браузер |
122-
| build | збірка |
122+
| build | збірка (результат); збирання (процес створення збірки); збирати (пакет, збірку); будувати, створити (компонент, архітектуру) |
123123
| build tool | інструмент збирання |
124124
| build tooling | інструменти збирання |
125125
| bug | помилка, дефект |

0 commit comments

Comments
 (0)