Improve arb comments

This commit is contained in:
Ming Ming 2021-10-12 01:07:06 +08:00
parent 481387e8fb
commit 23017c74f8

View file

@ -862,10 +862,11 @@
}, },
"fileLastSharedDescription": "Last shared on {date}", "fileLastSharedDescription": "Last shared on {date}",
"@fileLastSharedDescription": { "@fileLastSharedDescription": {
"description": "The date when this file is last shared. The date string is formatted according to the current locale", "description": "The date when this file was last shared by you",
"placeholders": { "placeholders": {
"date": { "date": {
"example": "Jan 1, 2021" "example": "Jan 1, 2021",
"description": "The date string is formatted according to the current locale"
} }
} }
}, },