Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/docker-ci.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2022-10-06 17:50:34 +0300
committerGitHub <noreply@github.com>2022-10-06 17:50:34 +0300
commit2cdbfb2fbc2012c457d70f1848e6238b2f90398d (patch)
tree18946e30625c63c3a4fe51c5531dc846e7ed6ddb
parent4062f259ae1827b38378f06a7b59e9aa24218046 (diff)
parent9a2e85feb0564b57704198b6dfb0f7dfce1c7ab6 (diff)
Merge pull request #427 from nextcloud/nickvergessen-patch-1translations-app-62
Update template with updated transifex config
-rw-r--r--.github/ISSUE_TEMPLATE/---request-translations.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/ISSUE_TEMPLATE/---request-translations.md b/.github/ISSUE_TEMPLATE/---request-translations.md
index 4ccea32..7a1950e 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/<lang>/{{APPID}}.po
source_file = translationfiles/templates/{{APPID}}.pot
source_lang = en
-type = PO
+type = PO
```
# 🏗️ Sysadmin team