3 changed files with 7 additions and 1 deletions
@ -1,3 +1,3 @@ |
|||
<Weavers xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="FodyWeavers.xsd"> |
|||
<ConfigureAwait /> |
|||
<ConfigureAwait ContinueOnCapturedContext="false" /> |
|||
</Weavers> |
|||
@ -1,5 +1,8 @@ |
|||
{ |
|||
"culture": "en", |
|||
"texts": { |
|||
"JobAction:Failed": "Failed", |
|||
"JobAction:Successed": "Successed", |
|||
"JobAction:Completed": "Completed" |
|||
} |
|||
} |
|||
@ -1,5 +1,8 @@ |
|||
{ |
|||
"culture": "zh-Hans", |
|||
"texts": { |
|||
"JobAction:Failed": "失败", |
|||
"JobAction:Successed": "成功", |
|||
"JobAction:Completed": "完成" |
|||
} |
|||
} |
|||
Loading…
Reference in new issue