Skip to content

Commit 83af189

Browse files
authored
Translation cleanup (github#33738)
1 parent d8f706b commit 83af189

19 files changed

+3
-1228
lines changed

.env.example

-1
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
ALLOW_TRANSLATION_COMMITS=

.github/actions-scripts/msft-create-translation-batch-pr.js

-142
This file was deleted.

.github/workflows/msft-create-translation-batch-pr.yml

-193
This file was deleted.

.github/workflows/triage-unallowed-contributions.yml

-5
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ on:
2020
- 'lib/webhooks/**'
2121
- 'package*.json'
2222
- 'script/**'
23-
- 'translations/**'
2423
- 'content/actions/deployment/security-hardening-your-deployments/**'
2524

2625
permissions:
@@ -49,8 +48,6 @@ jobs:
4948

5049
# Returns list of changed files matching each filter
5150
filters: |
52-
translation:
53-
- 'translations/**'
5451
openapi:
5552
- 'lib/rest/static/**'
5653
notAllowed:
@@ -67,7 +64,6 @@ jobs:
6764
- 'lib/webhooks/**'
6865
- 'package*.json'
6966
- 'scripts/**'
70-
- 'translations/**'
7167
- 'content/actions/deployment/security-hardening-your-deployments/**'
7268
7369
# When there are changes to files we can't accept, leave a comment
@@ -91,7 +87,6 @@ jobs:
9187
'lib/webhooks/**',
9288
'package*.json',
9389
'scripts/**',
94-
'translations/**',
9590
'content/actions/deployment/security-hardening-your-deployments/**',
9691
]
9792

.prettierignore

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/translations/
21
includes/
32
data/release-notes/
43
script/bookmarklets/

.vscode/settings.json

-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
{
2-
"files.exclude": {
3-
"translations/**": true
4-
},
52
"workbench.editor.enablePreview": false,
63
"workbench.editor.enablePreviewFromQuickOpen": false
74
}

nodemon.json

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"ignore": [
44
"assets",
55
"script",
6-
"translations",
76
"stylesheets",
87
"tests",
98
"content",

0 commit comments

Comments
 (0)