Basic views added.

Next step is to build the feed item list once a parser has been found/
    made.

Signed-off-by: Louis Hollingworth <louis@hollingworth.ch>
This commit is contained in:
Louis Hollingworth 2023-05-22 19:30:02 +01:00
parent 9701c3428c
commit a18f485502
Signed by: lucxjo
GPG key ID: A11415CB3DC7809B
3 changed files with 93 additions and 8 deletions

View file

@ -6,4 +6,16 @@
*/
// General
"feeds" = "Feeds";
"save" = "Save";
"name" = "Name";
"desc" = "Description";
"url" = "URL";
"genre" = "Genre";
"fadd" = "Add Feed";
// Genre categories
"uncategorised" = "Uncategorised";
"technology" = "Technology";
"news" = "News";