Skip to content

Commit

Permalink
Merge pull request #9194 from nextcloud/bugfix/noid/fix-transifex-con…
Browse files Browse the repository at this point in the history
…fig-template

Update transifex config template with new TX version
  • Loading branch information
kesselb authored Oct 10, 2022
2 parents 49a8c2f + 7d91c9a commit 65f8e02
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions developer_manual/basics/front-end/l10n.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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/<lang>/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.
Expand Down

0 comments on commit 65f8e02

Please sign in to comment.