Skip to content

Commit a75b599

Browse files
authored
input: Remove translated-title (#341)
If we indeed plan to add support for this in the new 1.1 title object, we should not add translated-title in 1.0.2. So this PR removes these variables again.
1 parent 910c52b commit a75b599

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

schemas/input/csl-data.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -423,12 +423,6 @@
423423
"title-short": {
424424
"type": "string"
425425
},
426-
"translated-title": {
427-
"type": "string"
428-
},
429-
"translated-title-short": {
430-
"type": "string"
431-
},
432426
"URL": {
433427
"type": "string"
434428
},

schemas/styles/csl-variables.rnc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ div {
7979
| "part-title"
8080
| "reviewed-title"
8181
| "title"
82-
| "translated-title"
8382
| "volume-title"
8483

8584
## String variables

0 commit comments

Comments
 (0)