We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3280fdf commit d22bb84Copy full SHA for d22bb84
1 file changed
plugin/i18n/v2Resources/active.en-US.json
@@ -7412,8 +7412,8 @@
7412
"[TAG NAME]": {
7413
"other": "[TAG NAME]"
7414
},
7415
- "required": {
7416
- "other": "required"
+ "[required]": {
+ "other": "[required]"
7417
7418
"accepts at most {{.Limit}} arg(s), received {{.Args}}": {
7419
"other": "accepts at most {{.Limit}} arg(s), received {{.Args}}"
@@ -7745,6 +7745,9 @@
7745
"replication": {
7746
"other": "replication"
7747
7748
+ "required": {
7749
+ "other": "required"
7750
+ },
7751
"requires at least {{.Limit}} arg(s), only received {{.Args}}": {
7752
"other": "requires at least {{.Limit}} arg(s), only received {{.Args}}"
7753
0 commit comments