From d5b9ba724dbab8ac1b17ca52d3f85309e5f22497 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Fri, 23 Aug 2019 15:55:48 -0700 Subject: Add missing by and to translations. --- ui/src/components/post-listing.tsx | 4 ++-- ui/src/translations/en.ts | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'ui') diff --git a/ui/src/components/post-listing.tsx b/ui/src/components/post-listing.tsx index f6bf80e4..883d8a53 100644 --- a/ui/src/components/post-listing.tsx +++ b/ui/src/components/post-listing.tsx @@ -115,7 +115,7 @@ export class PostListing extends Component {
  • - by + {i18n.t('by')} {post.creator_name} {this.isMod && # @@ -125,7 +125,7 @@ export class PostListing extends Component { } {this.props.showCommunity && - to + {i18n.t('to')} {post.community_name} } diff --git a/ui/src/translations/en.ts b/ui/src/translations/en.ts index 94e06d02..ff38a84b 100644 --- a/ui/src/translations/en.ts +++ b/ui/src/translations/en.ts @@ -128,6 +128,8 @@ export const en = { monero: 'Monero', code: 'Code', joined: 'Joined', + by: 'by', + to: 'to', powered_by: 'Powered by', landing_0: 'Lemmy is a <1>link aggregator / reddit alternative, intended to work in the <2>fediverse.<3>It\'s self-hostable, has live-updating comment threads, and is tiny (<4>~80kB). Federation into the ActivityPub network is on the roadmap. <5>This is a <6>very early beta version, and a lot of features are currently broken or missing. <7>Suggest new features or report bugs <8>here.<9>Made with <10>Rust, <11>Actix, <12>Inferno, <13>Typescript.', not_logged_in: 'Not logged in.', -- cgit v1.2.3