flutter: intl: Add strings

This commit is contained in:
Calcitem 2021-03-12 01:56:26 +08:00
parent 7a0115c720
commit 230322b8a0
2 changed files with 10 additions and 1 deletions

View File

@ -639,5 +639,13 @@
"fast": "Fast", "fast": "Fast",
"@fast": { "@fast": {
"description": "Fast" "description": "Fast"
},
"none": "None",
"@none": {
"description": "None"
},
"theme": "Theme",
"@theme": {
"description": "Theme"
} }
} }

View File

@ -160,5 +160,6 @@
"slow": "慢速", "slow": "慢速",
"medium": "中速", "medium": "中速",
"fast": "快速", "fast": "快速",
"none": "无" "none": "无",
"theme": "主题"
} }