Skip to content

Commit b925240

Browse files
committed
Remove old perl script to update l10n files
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
1 parent e6fef3b commit b925240

File tree

7 files changed

+131
-442
lines changed

7 files changed

+131
-442
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
/apps/inc.php
99
/assets
1010
/.htaccess
11+
/translationfiles
12+
/translationtool.phar
1113

1214
# ignore all apps except core ones
1315
/apps*/*

.tx/config

Lines changed: 129 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,129 @@
1+
[main]
2+
host = https://www.transifex.com
3+
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
4+
5+
[nextcloud.core]
6+
file_filter = translationfiles/<lang>/core.po
7+
source_file = translationfiles/templates/core.pot
8+
source_lang = en
9+
type = PO
10+
11+
[nextcloud.files]
12+
file_filter = translationfiles/<lang>/files.po
13+
source_file = translationfiles/templates/files.pot
14+
source_lang = en
15+
type = PO
16+
17+
[nextcloud.settings-1]
18+
file_filter = translationfiles/<lang>/settings.po
19+
source_file = translationfiles/templates/settings.pot
20+
source_lang = en
21+
type = PO
22+
23+
[nextcloud.lib]
24+
file_filter = translationfiles/<lang>/lib.po
25+
source_file = translationfiles/templates/lib.pot
26+
source_lang = en
27+
type = PO
28+
29+
[nextcloud.dav]
30+
file_filter = translationfiles/<lang>/dav.po
31+
source_file = translationfiles/templates/dav.pot
32+
source_lang = en
33+
type = PO
34+
35+
[nextcloud.files_encryption]
36+
file_filter = translationfiles/<lang>/encryption.po
37+
source_file = translationfiles/templates/encryption.pot
38+
source_lang = en
39+
type = PO
40+
41+
[nextcloud.files_external]
42+
file_filter = translationfiles/<lang>/files_external.po
43+
source_file = translationfiles/templates/files_external.pot
44+
source_lang = en
45+
type = PO
46+
47+
[nextcloud.files_sharing]
48+
file_filter = translationfiles/<lang>/files_sharing.po
49+
source_file = translationfiles/templates/files_sharing.pot
50+
source_lang = en
51+
type = PO
52+
53+
[nextcloud.files_trashbin]
54+
file_filter = translationfiles/<lang>/files_trashbin.po
55+
source_file = translationfiles/templates/files_trashbin.pot
56+
source_lang = en
57+
type = PO
58+
59+
[nextcloud.files_versions]
60+
file_filter = translationfiles/<lang>/files_versions.po
61+
source_file = translationfiles/templates/files_versions.pot
62+
source_lang = en
63+
type = PO
64+
65+
[nextcloud.user_ldap]
66+
file_filter = translationfiles/<lang>/user_ldap.po
67+
source_file = translationfiles/templates/user_ldap.pot
68+
source_lang = en
69+
type = PO
70+
71+
[nextcloud.comments]
72+
file_filter = translationfiles/<lang>/comments.po
73+
source_file = translationfiles/templates/comments.pot
74+
source_lang = en
75+
type = PO
76+
77+
[nextcloud.federatedfilesharing]
78+
file_filter = translationfiles/<lang>/federatedfilesharing.po
79+
source_file = translationfiles/templates/federatedfilesharing.pot
80+
source_lang = en
81+
type = PO
82+
83+
[nextcloud.federation]
84+
file_filter = translationfiles/<lang>/federation.po
85+
source_file = translationfiles/templates/federation.pot
86+
source_lang = en
87+
type = PO
88+
89+
[nextcloud.oauth2]
90+
file_filter = translationfiles/<lang>/oauth2.po
91+
source_file = translationfiles/templates/oauth2.pot
92+
source_lang = en
93+
type = PO
94+
95+
[nextcloud.sharebymail]
96+
file_filter = translationfiles/<lang>/sharebymail.po
97+
source_file = translationfiles/templates/sharebymail.pot
98+
source_lang = en
99+
type = PO
100+
101+
[nextcloud.systemtags]
102+
file_filter = translationfiles/<lang>/systemtags.po
103+
source_file = translationfiles/templates/systemtags.pot
104+
source_lang = en
105+
type = PO
106+
107+
[nextcloud.updatenotification]
108+
file_filter = translationfiles/<lang>/updatenotification.po
109+
source_file = translationfiles/templates/updatenotification.pot
110+
source_lang = en
111+
type = PO
112+
113+
[nextcloud.theming]
114+
file_filter = translationfiles/<lang>/theming.po
115+
source_file = translationfiles/templates/theming.pot
116+
source_lang = en
117+
type = PO
118+
119+
[nextcloud.twofactor_backupcodes]
120+
file_filter = translationfiles/<lang>/twofactor_backupcodes.po
121+
source_file = translationfiles/templates/twofactor_backupcodes.pot
122+
source_lang = en
123+
type = PO
124+
125+
[nextcloud.workflowengine]
126+
file_filter = translationfiles/<lang>/workflowengine.po
127+
source_file = translationfiles/templates/workflowengine.pot
128+
source_lang = en
129+
type = PO

build/l10nParseAppInfo.php

Lines changed: 0 additions & 60 deletions
This file was deleted.

l10n/.gitignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

l10n/.tx/config

Lines changed: 0 additions & 129 deletions
This file was deleted.

0 commit comments

Comments
 (0)