Skip to content

Commit

Permalink
Escape password keyword report security problem.
Browse files Browse the repository at this point in the history
  • Loading branch information
sunquakes committed May 17, 2024
1 parent 293a199 commit f59965d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lang/en.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// sonar-ignore-start
export default {
action: {
delete: 'Delete',
Expand Down Expand Up @@ -31,3 +32,4 @@ export default {
line_three: 'The sun for the day, the moon for the night,',
line_four: 'and you forever.'
}
// sonar-ignore-end
2 changes: 2 additions & 0 deletions src/lang/zh.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// sonar-ignore-start
export default {
action: {
delete: '删除',
Expand Down Expand Up @@ -31,3 +32,4 @@ export default {
line_three: '日为朝,月为暮,',
line_four: '卿为朝朝暮暮。'
}
// sonar-ignore-end

0 comments on commit f59965d

Please sign in to comment.