From 7d91c9aab347927e7733184e128e79600a60b28e Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 6 Oct 2022 17:04:50 +0200 Subject: [PATCH] Update transifex config template with new TX version Signed-off-by: Joas Schilling --- developer_manual/basics/front-end/l10n.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/developer_manual/basics/front-end/l10n.rst b/developer_manual/basics/front-end/l10n.rst index d038a2028..b326ff3a9 100644 --- a/developer_manual/basics/front-end/l10n.rst +++ b/developer_manual/basics/front-end/l10n.rst @@ -251,14 +251,14 @@ To setup the transifex sync within the Nextcloud community you need to add first transifex config to your app folder at :file:`.tx/config` (please replace **MYAPP** with your apps id):: [main] - host = https://www.transifex.com - lang_map = bg_BG: bg, cs_CZ: cs, fi_FI: fi, hu_HU: hu, nb_NO: nb, sk_SK: sk, th_TH: th, ja_JP: ja + host = https://www.transifex.com + lang_map = th_TH: th, ja_JP: ja, bg_BG: bg, cs_CZ: cs, fi_FI: fi, hu_HU: hu, nb_NO: nb, sk_SK: sk - [nextcloud.MYAPP] + [o:nextcloud:p:nextcloud:r:MYAPP] file_filter = translationfiles//MYAPP.po source_file = translationfiles/templates/MYAPP.pot source_lang = en - type = PO + type = PO Then create a folder :file:`l10n` and a file :file:`l10n/.gitkeep` to create an empty folder which later holds the translations.