Skip to content

Commit d21d8f3

Browse files
arglcaugner
andauthored
feat(jsondata): add translations for CSS formal definitions (mdn#42241)
* adds a new translation file for webref-based CSS formal definitions. * added css formal definition translation file * formal translations * Update CODEOWNERS * Add translations for CSSFormalDefinitions based on mdn-data * chore(L10n-CSSFormalDefinitions): add machine-translations * chore(vscode/cspell): ignore L10n files --------- Co-authored-by: Claas Augner <495429+caugner@users.noreply.github.com> Co-authored-by: Claas Augner <caugner@mozilla.com>
1 parent f09990d commit d21d8f3

File tree

4 files changed

+4882
-2
lines changed

4 files changed

+4882
-2
lines changed

.github/CODEOWNERS

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,9 @@
3535
# MathML
3636
/files/en-us/web/mathml/ @mdn/mathml
3737

38-
# Templates and sidebars (rari)
38+
# L10n for Macros (rari)
3939
/files/jsondata/L10n-Template.json @mdn/engineering
40+
/files/jsondata/L10n-CSSFormalDefinitions.json @mdn/engineering
4041

4142
# ============================= CONTROL FILES ============================= #
4243
# The CODEOWNERS file must end with these matches: Any pull request changing

.vscode/cspell.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@
2828
"ignorePaths": [
2929
".vscode/cspell.json",
3030
".vscode/extensions.json",
31-
".markdownlint-cli2.jsonc"
31+
".markdownlint-cli2.jsonc",
32+
"files/jsondata/L10n-*.json"
3233
],
3334
"ignoreRegExpList": [
3435
// macros

0 commit comments

Comments
 (0)