From 7183f362390bcd5b695459e37e98aa7bc1e21199 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 22 Mar 2023 00:09:00 -0400 Subject: [PATCH] spelling: workflow Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- doc/translations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/translations.md b/doc/translations.md index 8b7077b6b..9eb1bb2db 100644 --- a/doc/translations.md +++ b/doc/translations.md @@ -7,7 +7,7 @@ Friendica translations The Friendica translation process is based on `gettext` PO files. -Basic worflow: +Basic workflow: 1. `xgettext` is used to collect translation strings across the project in the authoritative PO file located in `view/lang/C/messages.po`. 2. This file makes translations strings available at [the Transifex Friendica page](https://www.transifex.com/Friendica/friendica/dashboard/). 3. The translation itself is done at Transifex by volunteers.