Skip to content

Commit 8869ff1

Browse files
committed
[I18N] *: add config file for Weblate
We are switching our translations platform from Transifex to Weblate. Hence, we are using a new config file to sync our translations between GitHub and Weblate. The `.tx/config` file will be deleted in a later commit when the Transifex sync is shut down. closes #1118 Related: odoo/odoo#220366 Related: odoo/enterprise#90921 Related: odoo/documentation#14130 Signed-off-by: Louis Wicket (wil) <[email protected]>
1 parent c07c5f5 commit 8869ff1

File tree

1 file changed

+141
-0
lines changed

1 file changed

+141
-0
lines changed

.weblate.json

Lines changed: 141 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,141 @@
1+
{
2+
"projects": {
3+
"odoo-17": [
4+
{
5+
"name": "theme_anelusia",
6+
"filemask": "theme_anelusia/i18n/*.po",
7+
"new_base": "theme_anelusia/i18n/theme_anelusia.pot"
8+
},
9+
{
10+
"name": "theme_artists",
11+
"filemask": "theme_artists/i18n/*.po",
12+
"new_base": "theme_artists/i18n/theme_artists.pot"
13+
},
14+
{
15+
"name": "theme_avantgarde",
16+
"filemask": "theme_avantgarde/i18n/*.po",
17+
"new_base": "theme_avantgarde/i18n/theme_avantgarde.pot"
18+
},
19+
{
20+
"name": "theme_aviato",
21+
"filemask": "theme_aviato/i18n/*.po",
22+
"new_base": "theme_aviato/i18n/theme_aviato.pot"
23+
},
24+
{
25+
"name": "theme_beauty",
26+
"filemask": "theme_beauty/i18n/*.po",
27+
"new_base": "theme_beauty/i18n/theme_beauty.pot"
28+
},
29+
{
30+
"name": "theme_bewise",
31+
"filemask": "theme_bewise/i18n/*.po",
32+
"new_base": "theme_bewise/i18n/theme_bewise.pot"
33+
},
34+
{
35+
"name": "theme_bistro",
36+
"filemask": "theme_bistro/i18n/*.po",
37+
"new_base": "theme_bistro/i18n/theme_bistro.pot"
38+
},
39+
{
40+
"name": "theme_bookstore",
41+
"filemask": "theme_bookstore/i18n/*.po",
42+
"new_base": "theme_bookstore/i18n/theme_bookstore.pot"
43+
},
44+
{
45+
"name": "theme_buzzy",
46+
"filemask": "theme_buzzy/i18n/*.po",
47+
"new_base": "theme_buzzy/i18n/theme_buzzy.pot"
48+
},
49+
{
50+
"name": "theme_clean",
51+
"filemask": "theme_clean/i18n/*.po",
52+
"new_base": "theme_clean/i18n/theme_clean.pot"
53+
},
54+
{
55+
"name": "theme_cobalt",
56+
"filemask": "theme_cobalt/i18n/*.po",
57+
"new_base": "theme_cobalt/i18n/theme_cobalt.pot"
58+
},
59+
{
60+
"name": "theme_enark",
61+
"filemask": "theme_enark/i18n/*.po",
62+
"new_base": "theme_enark/i18n/theme_enark.pot"
63+
},
64+
{
65+
"name": "theme_graphene",
66+
"filemask": "theme_graphene/i18n/*.po",
67+
"new_base": "theme_graphene/i18n/theme_graphene.pot"
68+
},
69+
{
70+
"name": "theme_kea",
71+
"filemask": "theme_kea/i18n/*.po",
72+
"new_base": "theme_kea/i18n/theme_kea.pot"
73+
},
74+
{
75+
"name": "theme_kiddo",
76+
"filemask": "theme_kiddo/i18n/*.po",
77+
"new_base": "theme_kiddo/i18n/theme_kiddo.pot"
78+
},
79+
{
80+
"name": "theme_loftspace",
81+
"filemask": "theme_loftspace/i18n/*.po",
82+
"new_base": "theme_loftspace/i18n/theme_loftspace.pot"
83+
},
84+
{
85+
"name": "theme_monglia",
86+
"filemask": "theme_monglia/i18n/*.po",
87+
"new_base": "theme_monglia/i18n/theme_monglia.pot"
88+
},
89+
{
90+
"name": "theme_nano",
91+
"filemask": "theme_nano/i18n/*.po",
92+
"new_base": "theme_nano/i18n/theme_nano.pot"
93+
},
94+
{
95+
"name": "theme_notes",
96+
"filemask": "theme_notes/i18n/*.po",
97+
"new_base": "theme_notes/i18n/theme_notes.pot"
98+
},
99+
{
100+
"name": "theme_odoo_experts",
101+
"filemask": "theme_odoo_experts/i18n/*.po",
102+
"new_base": "theme_odoo_experts/i18n/theme_odoo_experts.pot"
103+
},
104+
{
105+
"name": "theme_orchid",
106+
"filemask": "theme_orchid/i18n/*.po",
107+
"new_base": "theme_orchid/i18n/theme_orchid.pot"
108+
},
109+
{
110+
"name": "theme_paptic",
111+
"filemask": "theme_paptic/i18n/*.po",
112+
"new_base": "theme_paptic/i18n/theme_paptic.pot"
113+
},
114+
{
115+
"name": "theme_real_estate",
116+
"filemask": "theme_real_estate/i18n/*.po",
117+
"new_base": "theme_real_estate/i18n/theme_real_estate.pot"
118+
},
119+
{
120+
"name": "theme_treehouse",
121+
"filemask": "theme_treehouse/i18n/*.po",
122+
"new_base": "theme_treehouse/i18n/theme_treehouse.pot"
123+
},
124+
{
125+
"name": "theme_vehicle",
126+
"filemask": "theme_vehicle/i18n/*.po",
127+
"new_base": "theme_vehicle/i18n/theme_vehicle.pot"
128+
},
129+
{
130+
"name": "theme_yes",
131+
"filemask": "theme_yes/i18n/*.po",
132+
"new_base": "theme_yes/i18n/theme_yes.pot"
133+
},
134+
{
135+
"name": "theme_zap",
136+
"filemask": "theme_zap/i18n/*.po",
137+
"new_base": "theme_zap/i18n/theme_zap.pot"
138+
}
139+
]
140+
}
141+
}

0 commit comments

Comments
 (0)