Skip to content

Commit ee07051

Browse files
committed
feat: add translations
Signed-off-by: Jana Peper <[email protected]>
1 parent 474f462 commit ee07051

File tree

3 files changed

+19
-0
lines changed

3 files changed

+19
-0
lines changed

.l10nignore

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

.tx/config

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors
2+
# SPDX-License-Identifier: AGPL-3.0-or-later
3+
[main]
4+
host = https://www.transifex.com
5+
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
6+
7+
[o:nextcloud:p:nextcloud:r:context_agent]
8+
file_filter = translationfiles/<lang>/context_agent.po
9+
source_file = translationfiles/templates/context_agent.pot
10+
source_lang = en
11+
type = PO

.tx/l10n/.gitkeep

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

0 commit comments

Comments
 (0)