Skip to content

Commit 277b6a0

Browse files
committed
chore: i18n schema with version distribution strings
1 parent e9ea5c1 commit 277b6a0

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

i18n/schema.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -867,6 +867,33 @@
867867
},
868868
"view_all": {
869869
"type": "string"
870+
},
871+
"distribution_title": {
872+
"type": "string"
873+
},
874+
"distribution_modal_title": {
875+
"type": "string"
876+
},
877+
"grouping_major": {
878+
"type": "string"
879+
},
880+
"grouping_minor": {
881+
"type": "string"
882+
},
883+
"show_old_versions": {
884+
"type": "string"
885+
},
886+
"show_old_versions_tooltip": {
887+
"type": "string"
888+
},
889+
"show_low_usage": {
890+
"type": "string"
891+
},
892+
"show_low_usage_tooltip": {
893+
"type": "string"
894+
},
895+
"date_range_tooltip": {
896+
"type": "string"
870897
}
871898
},
872899
"additionalProperties": false

0 commit comments

Comments
 (0)