Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions lib/l10n/app_en.arb
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"@@locale": "en",
"@_G": {},
"g_article": "Article",
"@g_article": {
"description": "A piece of content fetched from the web. This is one of the main concepts of the app."
},
"g_check": "Check",
"@g_check": {
"description": "A verb as in to check something."
Expand Down Expand Up @@ -139,6 +143,23 @@
}
}
},
"@ARTICLEFIELDS": {},
"articlefields_readingTime": "Reading time",
"@articlefields_readingTime": {
"description": "The estimated reading time of the article."
},
"articlefields_tags": "Tags",
"@articlefields_tags": {
"description": "The tags of the article."
},
"articlefields_title": "Title",
"@articlefields_title": {
"description": "The title of the article."
},
"articlefields_website": "Website",
"@articlefields_website": {
"description": "The website (domain) from where the article has been fetched."
},
"@_FILTERS": {},
"filters_articleDomains": "Domains",
"@filters_articleDomains": {
Expand Down
Loading