1
0
Fork 0
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:
Frédéric Guillot 2018-04-07 13:56:11 -07:00
parent 538d08c16c
commit 702256bcc0
6 changed files with 32 additions and 7 deletions

View file

@ -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"`