From 31df0ad513b3c1dae0050626815577cc16793561 Mon Sep 17 00:00:00 2001 From: Martin Date: Fri, 23 Aug 2024 11:04:38 +0200 Subject: [PATCH] [docs-only] Update add-translations.md Add an item to not forget maintaining the readme after adding the functionality. --- docs/services/general-info/add-translations.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/services/general-info/add-translations.md b/docs/services/general-info/add-translations.md index df2e9075a..f1367db20 100644 --- a/docs/services/general-info/add-translations.md +++ b/docs/services/general-info/add-translations.md @@ -91,3 +91,6 @@ Translations have a `context` and a `translatable string`. The context is shown l10n-clean: rm -f $(TEMPLATE_FILE); ``` + +* Add Description Text to README\ + Add the full `Translations` and `Default Language` text blocks including their sub sections to the service readme. You can derive from the `activitylog` or `userlog` service for easy copy/paste.