From 2f2ced1b6b7a36e5c28e44e20e155af468aaea08 Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Mon, 25 Mar 2024 05:47:26 +0100 Subject: [PATCH] feat(apps/i18n): extract strings to translate for application test_app_for_translation --- translations/apps/test_app_for_translation/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/translations/apps/test_app_for_translation/en.json b/translations/apps/test_app_for_translation/en.json index aee051c..2ed866c 100644 --- a/translations/apps/test_app_for_translation/en.json +++ b/translations/apps/test_app_for_translation/en.json @@ -1,5 +1,5 @@ { - "description": "Fast ActivityPub social network server written in Go", + "description": "Fast ActivityPub social network server written in Go and change the description", "install_accounts_approval_required_ask": "Registration approval?", "install_accounts_approval_required_help": "Do sign up requests require approval from an admin/moderator before an account can sign in/use the server?", "install_accounts_reason_required_ask": "Request registration reason?",