Initial commit

This commit is contained in:
JoshEatsAll 2024-07-04 16:47:53 +02:00
commit d1f19336c2
12 changed files with 428 additions and 0 deletions

View file

@ -0,0 +1,6 @@
err:
gen:
UnknownFeedType: "Unknown Feed"
UnknownFeedDescription: "Unknown Feed Description"
UnknownFeedName: "Unknown Feed Name"

View file

@ -0,0 +1,10 @@
gen:
feed:
any:
title:
search: "Search results for %s"
description:
search:
limited: "The top %d results for the search query '%s'"
unlimted: "All search results for the search query '%s'\n\n(WARNING: might be unstable!!!)"