Skip to content

Commit

Permalink
Translation cleanup (#33738)
Browse files Browse the repository at this point in the history
  • Loading branch information
heiskr committed Jan 4, 2023
1 parent d8f706b commit 83af189
Show file tree
Hide file tree
Showing 19 changed files with 3 additions and 1,228 deletions.
1 change: 0 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
ALLOW_TRANSLATION_COMMITS=
142 changes: 0 additions & 142 deletions .github/actions-scripts/msft-create-translation-batch-pr.js

This file was deleted.

193 changes: 0 additions & 193 deletions .github/workflows/msft-create-translation-batch-pr.yml

This file was deleted.

5 changes: 0 additions & 5 deletions .github/workflows/triage-unallowed-contributions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ on:
- 'lib/webhooks/**'
- 'package*.json'
- 'script/**'
- 'translations/**'
- 'content/actions/deployment/security-hardening-your-deployments/**'

permissions:
Expand Down Expand Up @@ -49,8 +48,6 @@ jobs:

# Returns list of changed files matching each filter
filters: |
translation:
- 'translations/**'
openapi:
- 'lib/rest/static/**'
notAllowed:
Expand All @@ -67,7 +64,6 @@ jobs:
- 'lib/webhooks/**'
- 'package*.json'
- 'scripts/**'
- 'translations/**'
- 'content/actions/deployment/security-hardening-your-deployments/**'
# When there are changes to files we can't accept, leave a comment
Expand All @@ -91,7 +87,6 @@ jobs:
'lib/webhooks/**',
'package*.json',
'scripts/**',
'translations/**',
'content/actions/deployment/security-hardening-your-deployments/**',
]
Expand Down
1 change: 0 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/translations/
includes/
data/release-notes/
script/bookmarklets/
Expand Down
3 changes: 0 additions & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
{
"files.exclude": {
"translations/**": true
},
"workbench.editor.enablePreview": false,
"workbench.editor.enablePreviewFromQuickOpen": false
}
1 change: 0 additions & 1 deletion nodemon.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"ignore": [
"assets",
"script",
"translations",

This comment was marked as spam.

Copy link
@joker80031

joker80031 Mar 4, 2024

1

This comment was marked as spam.

Copy link
@skinnyjenny111
"stylesheets",
"tests",

This comment was marked as spam.

Copy link
@StanislavUhimenko

StanislavUhimenko Apr 12, 2024

tests Всі тести

"content",
Expand Down

1 comment on commit 83af189

@Achrlund

This comment was marked as spam.

Please sign in to comment.