From 774d7e3f6a120cc7defb12f94873307d46abd946 Mon Sep 17 00:00:00 2001 From: Autom <40275136+AutomCoding@users.noreply.github.com> Date: Thu, 15 Aug 2019 18:38:20 +0200 Subject: Typo (missing apostrophe in contraction) --- ui/src/translations/de.ts | 2 +- ui/src/translations/en.ts | 2 +- ui/src/translations/zh.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ui/src/translations/de.ts b/ui/src/translations/de.ts index 543d74dc..5ec55911 100644 --- a/ui/src/translations/de.ts +++ b/ui/src/translations/de.ts @@ -118,7 +118,7 @@ export const de = { ethereum: 'Ethereum', code: 'Code', powered_by: 'Powered by', - landing_0: 'GERMAN Lemmy is a <1>link aggregator / reddit alternative, intended to work in the <2>fediverse.<3>Its 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.', + landing_0: 'GERMAN 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.', }, } diff --git a/ui/src/translations/en.ts b/ui/src/translations/en.ts index 7c2b184f..d8cb6ca4 100644 --- a/ui/src/translations/en.ts +++ b/ui/src/translations/en.ts @@ -123,7 +123,7 @@ export const en = { code: 'Code', joined: 'Joined', powered_by: 'Powered by', - landing_0: 'Lemmy is a <1>link aggregator / reddit alternative, intended to work in the <2>fediverse.<3>Its 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.', + 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.', community_ban: 'You have been banned from this community.', site_ban: 'You have been banned from the site', diff --git a/ui/src/translations/zh.ts b/ui/src/translations/zh.ts index 59e09d7c..2a407678 100644 --- a/ui/src/translations/zh.ts +++ b/ui/src/translations/zh.ts @@ -122,7 +122,7 @@ export const zh = { code: '代码', joined: '已加入', powered_by: '保留所有权利', - landing_0: 'Lemmy is a <1>link aggregator / reddit alternative, intended to work in the <2>fediverse.<3>Its 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.', + 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: '未登录.', community_ban: '你被此节点禁止.', site_ban: '你被此站点禁止', -- cgit v1.2.3