From 9a2e85feb0564b57704198b6dfb0f7dfce1c7ab6 Mon Sep 17 00:00:00 2001 From: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Date: Thu, 6 Oct 2022 14:19:16 +0200 Subject: [PATCH] Update template with transifex config Signed-off-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> --- .github/ISSUE_TEMPLATE/---request-translations.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/---request-translations.md b/.github/ISSUE_TEMPLATE/---request-translations.md index 4ccea32f..7a1950e7 100644 --- a/.github/ISSUE_TEMPLATE/---request-translations.md +++ b/.github/ISSUE_TEMPLATE/---request-translations.md @@ -24,14 +24,14 @@ vendor/ - [ ] Create file `.tx/config` with the following content, replace `{{APPID}}` with your app id 3 times: ```ini [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 = hu_HU: hu, nb_NO: nb, sk_SK: sk, th_TH: th, ja_JP: ja, bg_BG: bg, cs_CZ: cs, fi_FI: fi -[nextcloud.{{APPID}}] +[o:nextcloud:p:nextcloud:r:{{APPID}}] file_filter = translationfiles//{{APPID}}.po source_file = translationfiles/templates/{{APPID}}.pot source_lang = en -type = PO +type = PO ``` # 🏗️ Sysadmin team