Skip to content

Commit b504cc1

Browse files
committed
feat: Add l10n configuration for transifex
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
1 parent 7c138a5 commit b504cc1

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

.l10nignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors
2+
# SPDX-License-Identifier: AGPL-3.0-or-later
3+
vendor/
4+
vendor-bin/
5+
tests/

.tx/config

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
[main]
2+
host = https://www.transifex.com
3+
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
4+
5+
[o:nextcloud:p:nextcloud:r:ldap_contacts_backend]
6+
file_filter = translationfiles/<lang>/ldap_contacts_backend.po
7+
source_file = translationfiles/templates/ldap_contacts_backend.pot
8+
source_lang = en
9+
type = PO
10+

l10n/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)