From e9c76418eb6b1eadc5da16754021973806b19dce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Jaenisch?= Date: Fri, 21 Jun 2024 15:08:29 +0200 Subject: [PATCH] feat: display commits as activity MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I also learned how to pluralise. I'm curious whether Weblate can handle that. It follows ICU standard at least. Signed-off-by: André Jaenisch --- src/lib/components/templates/Profile.svelte | 146 +++++++++++++++++--- src/lib/i18n/locales/bg.json | 8 ++ src/lib/i18n/locales/de.json | 8 ++ src/lib/i18n/locales/en.json | 8 ++ src/lib/i18n/locales/he.json | 8 ++ src/lib/i18n/locales/pl.json | 8 ++ 6 files changed, 163 insertions(+), 23 deletions(-) diff --git a/src/lib/components/templates/Profile.svelte b/src/lib/components/templates/Profile.svelte index 1f47e2f..b241604 100644 --- a/src/lib/components/templates/Profile.svelte +++ b/src/lib/components/templates/Profile.svelte @@ -13,7 +13,14 @@ You should have received a copy of the GNU Affero General Public License along w