-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# 汇总所有的错误信息 | ||
|
||
## 2003:源代码中有的 item 没有对应的翻译 | ||
|
||
```json | ||
{ | ||
"No": "2003", | ||
"Level": "错误", | ||
"Scope": "单个翻译项", | ||
"Name": "源代码中有的 item 没有对应的翻译", | ||
"Data": { | ||
"type": "item", | ||
"key_name": "xxxx", | ||
"key_value": "xxxx", | ||
"info": "", | ||
"file_position": ["xxx/xxx.java#123", "xxx/xxx.jsp#13"] | ||
}, | ||
"Comment": "" | ||
} | ||
``` | ||
|
||
`xxx/xxx.java#123`,#号前面是文件名,后面是行号 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters