mirror of
https://github.com/miniflux/v2.git
synced 2025-08-01 17:38:37 +00:00
Add unit test for comments url and French translation
This commit is contained in:
parent
538d08c16c
commit
702256bcc0
6 changed files with 32 additions and 7 deletions
|
@ -27,7 +27,7 @@ type Entry struct {
|
|||
Hash string `json:"hash"`
|
||||
Title string `json:"title"`
|
||||
URL string `json:"url"`
|
||||
CommentsURL string `json:"comments"`
|
||||
CommentsURL string `json:"comments_url"`
|
||||
Date time.Time `json:"published_at"`
|
||||
Content string `json:"content"`
|
||||
Author string `json:"author"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue