Skip to content

Commit 7241b47

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

File tree

4 files changed

+16
-1
lines changed

4 files changed

+16
-1
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+

REUSE.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ SPDX-FileCopyrightText = "2020 Nextcloud GmbH and Nextcloud contributors"
1818
SPDX-License-Identifier = "AGPL-3.0-or-later"
1919

2020
[[annotations]]
21-
path = ["vendor-bin/cs-fixer/composer.json", "vendor-bin/cs-fixer/composer.lock", "vendor-bin/psalm/composer.json", "vendor-bin/psalm/composer.lock", "vendor-bin/rector/composer.json", "vendor-bin/rector/composer.lock"]
21+
path = [".tx/config", "vendor-bin/cs-fixer/composer.json", "vendor-bin/cs-fixer/composer.lock", "vendor-bin/psalm/composer.json", "vendor-bin/psalm/composer.lock", "vendor-bin/rector/composer.json", "vendor-bin/rector/composer.lock"]
2222
precedence = "aggregate"
2323
SPDX-FileCopyrightText = "2024 Nextcloud GmbH and Nextcloud contributors"
2424
SPDX-License-Identifier = "AGPL-3.0-or-later"

l10n/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)