Skip to content

Commit

Permalink
chore(react): add from node locale
Browse files Browse the repository at this point in the history
  • Loading branch information
janryWang committed Aug 6, 2021
1 parent 6662354 commit 0e7d99b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/react/src/locales/operations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export default {
update_children: '覆盖子节点',
remove_node: '删除节点',
wrap_node: '包装节点',
from_node: '子树更新',
},
},
'en-US': {
Expand All @@ -27,6 +28,7 @@ export default {
update_children: 'Update Children',
remove_node: 'Remove Node',
wrap_node: 'Wrap Node',
from_node: 'Update Child Tree',
},
},
}

0 comments on commit 0e7d99b

Please sign in to comment.