This website requires JavaScript.
Explore
Help
Sign In
iSharkFly-Docs
/
angular-docs-cn
Watch
1
Star
0
Fork
0
You've already forked angular-docs-cn
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
angular-docs-cn
/
aio
/
tools
/
translator
/
dict-entry.ts
7 lines
108 B
TypeScript
Raw
Normal View
History
Unescape
Escape
feat: add auto checker fix: some translations found by auto checker
2018-03-01 22:19:59 +08:00
export
class
DictEntry
{
original
:
string
;
translation
:
string
;
refactor: extract checker functions
2018-03-03 08:13:52 +08:00
sourceFile?
:
string
;
refactor: 重构自动翻译代码
2018-03-24 16:33:17 +08:00
key
:
string
;
feat: add auto checker fix: some translations found by auto checker
2018-03-01 22:19:59 +08:00
}
Reference in New Issue
Copy Permalink