Skip to content

Commit f5ce765

Browse files
committed
simplify autotextshare makefile/only build what's packaged
The multiple indirections/complex nested constructs don't really provide any benefit here, they certainly don't make the makefile easier to read. It was building the autotext .bau files for all languages, despite being packaged only for the requested UI langauges (via AllLagPackage) and the long list of autotext files was duplicated (even if all .bau files should be built, the list could be reused from the other makefile) Also remove the empty mimetype files and just touch them instead of copying them. The xml, mimetype and other files are now intermediates and are removed by make once the .bau is built. (if that's not desired, they can be flagged as .SECONDARY) The list of individual files (3.6k lines) could also be cut down if using e.g. make's wildcard function Change-Id: I223a49d26d1de1435d62a68a04b3713278a8320c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129696 Tested-by: Jenkins Reviewed-by: Christian Lohmaier <[email protected]>
1 parent a378b13 commit f5ce765

File tree

173 files changed

+26
-240
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

173 files changed

+26
-240
lines changed

extras/CustomTarget_autotextshare.mk

+25-234
Original file line numberDiff line numberDiff line change
@@ -9,180 +9,6 @@
99

1010
$(eval $(call gb_CustomTarget_CustomTarget,extras/source/autotext))
1111

12-
extras_AUTOTEXTSHARE_AUTOTEXTS := \
13-
af/standard \
14-
am/standard \
15-
ar/standard \
16-
as/standard \
17-
ast/standard \
18-
be/standard \
19-
bg/crdbus50 \
20-
bg/standard \
21-
bg/template \
22-
bn-IN/standard \
23-
bn/standard \
24-
bo/standard \
25-
br/standard \
26-
brx/standard \
27-
bs/standard \
28-
ca-valencia/standard \
29-
ca/standard \
30-
cs/crdbus50 \
31-
cs/crdbus54 \
32-
cs/standard \
33-
cs/template \
34-
cy/standard \
35-
da/crdbus50 \
36-
da/standard \
37-
da/template \
38-
de/crdbus50 \
39-
de/standard \
40-
de/template \
41-
dgo/standard \
42-
dsb/standard \
43-
dz/standard \
44-
el/standard \
45-
en-GB/crdbus50 \
46-
en-GB/standard \
47-
en-GB/template \
48-
en-US/crdbus50 \
49-
en-US/standard \
50-
en-US/template \
51-
en-ZA/standard \
52-
eo/standard \
53-
es/crdbus50 \
54-
es/standard \
55-
es/template \
56-
et/standard \
57-
eu/standard \
58-
fa/standard \
59-
fi/standard \
60-
fr/crdbus50 \
61-
fr/standard \
62-
fr/template \
63-
fy/standard \
64-
ga/standard \
65-
gd/standard \
66-
gl/standard \
67-
gu/standard \
68-
gug/standard \
69-
he/standard \
70-
hi/standard \
71-
hr/standard \
72-
hsb/standard \
73-
hu/crdbus50 \
74-
hu/crdbus54 \
75-
hu/standard \
76-
hu/template \
77-
id/standard \
78-
is/standard \
79-
it/crdbus50 \
80-
it/standard \
81-
it/template \
82-
ja/crdbus50 \
83-
ja/standard \
84-
ja/template \
85-
ka/standard \
86-
kab/standard \
87-
kk/standard \
88-
km/crdbus50 \
89-
km/standard \
90-
km/template \
91-
kmr-Latn/standard \
92-
kn/standard \
93-
ko/crdbus50 \
94-
ko/standard \
95-
ko/template \
96-
kok/standard \
97-
ks/standard \
98-
lb/standard \
99-
lo/standard \
100-
lt/standard \
101-
lv/standard \
102-
mai/standard \
103-
mk/standard \
104-
ml/standard \
105-
mn/crdbus50 \
106-
mn/standard \
107-
mn/template \
108-
mni/standard \
109-
mr/standard \
110-
my/standard \
111-
nb/standard \
112-
ne/standard \
113-
nl/crdbus50 \
114-
nl/standard \
115-
nl/template \
116-
nn/standard \
117-
nr/standard \
118-
nso/standard \
119-
oc/standard \
120-
om/standard \
121-
or/standard \
122-
pa-IN/standard \
123-
pl/crdbus50 \
124-
pl/standard \
125-
pl/template \
126-
pt-BR/crdbus50 \
127-
pt-BR/standard \
128-
pt-BR/template \
129-
pt/crdbus50 \
130-
pt/standard \
131-
pt/template \
132-
ro/standard \
133-
ru/crdbus50 \
134-
ru/standard \
135-
ru/template \
136-
rw/standard \
137-
sa-IN/standard \
138-
sat/standard \
139-
sd/standard \
140-
si/standard \
141-
sid/standard \
142-
sk/crdbus50 \
143-
sk/crdbus54 \
144-
sk/standard \
145-
sk/template \
146-
sl/crdbus50 \
147-
sl/crdbus54 \
148-
sl/standard \
149-
sl/template \
150-
sq/standard \
151-
sr/standard \
152-
sr-Latn/standard \
153-
ss/standard \
154-
st/standard \
155-
sv/crdbus50 \
156-
sv/standard \
157-
sv/template \
158-
sw-TZ/standard \
159-
szl/standard \
160-
ta/standard \
161-
te/standard \
162-
tg/standard \
163-
th/standard \
164-
tn/standard \
165-
tr/crdbus50 \
166-
tr/standard \
167-
tr/template \
168-
ts/standard \
169-
tt/standard \
170-
ug/standard \
171-
uk/standard \
172-
uz/standard \
173-
ve/standard \
174-
vec/standard \
175-
vi/standard \
176-
xh/standard \
177-
zh-CN/crdbus50 \
178-
zh-CN/standard \
179-
zh-CN/template \
180-
zh-TW/crdbus50 \
181-
zh-TW/standard \
182-
zh-TW/template \
183-
zu/standard \
184-
185-
18612
extras_AUTOTEXTSHARE_XMLFILES := \
18713
af/standard/BlockList.xml \
18814
af/standard/FN/content.xml \
@@ -3805,80 +3631,45 @@ extras_AUTOTEXTSHARE_XMLFILES := \
38053631
zu/standard/LOREM/LOREM.xml \
38063632
zu/standard/META-INF/manifest.xml \
38073633

3634+
# param: autotext-base (e.g. af/standard)
3635+
extras_AUTOTEXTSHARE_XMLFILES_RELATIVE = $(subst $(1)/,,$(filter $(1)/%,$(extras_AUTOTEXTSHARE_XMLFILES)))
38083636

3809-
extras_AUTOTEXTSHARE_MIMETYPEFILES := $(foreach atexts,$(extras_AUTOTEXTSHARE_AUTOTEXTS),$(atexts)/mimetype)
3810-
3637+
.SECONDEXPANSION:
3638+
# secondexpansion since the patterns not just cover a filename portion, but also include a
3639+
# directory portion withdifferent number of elements
3640+
$(call gb_CustomTarget_get_workdir,extras/source/autotext)/%/mimetype : \
3641+
| $$(dir $(call gb_CustomTarget_get_workdir,extras/source/autotext)/$$*/mimetype).dir
3642+
$(call gb_Output_announce,autotext/$*/mimetype,$(true),TCH,1)
3643+
$(call gb_Trace_StartRange,autotext/$*/mimetype,TCH)
3644+
touch $@
3645+
$(call gb_Trace_EndRange,autotext/$*/mimetype,TCH)
38113646

3812-
$(call gb_CustomTarget_get_target,extras/source/autotext) : \
3813-
$(foreach atexts,$(extras_AUTOTEXTSHARE_AUTOTEXTS),$(call gb_CustomTarget_get_workdir,extras/source/autotext)/$(atexts).bau)
3814-
3815-
$(call gb_CustomTarget_get_workdir,extras/source/autotext)/%/mimetype : $(SRCDIR)/extras/source/autotext/lang/%/mimetype
3816-
$(call gb_Output_announce,autotext/$*/mimetype,$(true),CPY,1)
3817-
$(call gb_Trace_StartRange,autotext/$*/mimetype,CPY)
3647+
# rule for *.rdf, *.svm, *.png, …
3648+
$(call gb_CustomTarget_get_workdir,extras/source/autotext)/% : $(SRCDIR)/extras/source/autotext/lang/% \
3649+
| $$(dir $(call gb_CustomTarget_get_workdir,extras/source/autotext)/$$*).dir
3650+
$(call gb_Output_announce,autotext/$*,$(true),CPY,1)
3651+
$(call gb_Trace_StartRange,autotext/$*,CPY)
38183652
cp $< $@
3819-
$(call gb_Trace_EndRange,autotext/$*/mimetype,CPY)
3820-
3821-
$(call gb_CustomTarget_get_workdir,extras/source/autotext)/%.rdf : $(SRCDIR)/extras/source/autotext/lang/%.rdf
3822-
$(call gb_Output_announce,autotext/$*.rdf,$(true),CPY,1)
3823-
$(call gb_Trace_StartRange,autotext/$*.rdf,CPY)
3824-
cp $< $@
3825-
$(call gb_Trace_EndRange,autotext/$*.rdf,CPY)
3826-
3827-
$(call gb_CustomTarget_get_workdir,extras/source/autotext)/%.svm : $(SRCDIR)/extras/source/autotext/lang/%.svm
3828-
$(call gb_Output_announce,autotext/$*.svm,$(true),CPY,1)
3829-
$(call gb_Trace_StartRange,autotext/$*.svm,CPY)
3830-
cp $< $@
3831-
$(call gb_Trace_EndRange,autotext/$*.svm,CPY)
3832-
3833-
$(call gb_CustomTarget_get_workdir,extras/source/autotext)/%.png : $(SRCDIR)/extras/source/autotext/lang/%.png
3834-
$(call gb_Output_announce,autotext/$*.png,$(true),CPY,1)
3835-
$(call gb_Trace_StartRange,autotext/$*.png,CPY)
3836-
cp $< $@
3837-
$(call gb_Trace_EndRange,autotext/$*.png,CPY)
3653+
$(call gb_Trace_EndRange,autotext/$*,CPY)
38383654

38393655
$(call gb_CustomTarget_get_workdir,extras/source/autotext)/%.xml : $(SRCDIR)/extras/source/autotext/lang/%.xml \
3840-
| $(call gb_ExternalExecutable_get_dependencies,xsltproc)
3656+
| $(call gb_ExternalExecutable_get_dependencies,xsltproc) \
3657+
$$(dir $(call gb_CustomTarget_get_workdir,extras/source/autotext)/$$*.xml).dir
38413658
$(call gb_Output_announce,autotext/$*.xml,$(true),XSL,1)
38423659
$(call gb_Trace_StartRange,autotext/$*.xml,XSL)
38433660
$(call gb_ExternalExecutable_get_command,xsltproc) --nonet -o $@ $(SRCDIR)/extras/util/compact.xsl $<
38443661
$(call gb_Trace_EndRange,autotext/$*.xml,XSL)
38453662

3846-
$(call gb_CustomTarget_get_workdir,extras/source/autotext)/%.bau :
3663+
$(call gb_CustomTarget_get_workdir,extras/source/autotext)/%.bau : \
3664+
$$(addprefix $(call gb_CustomTarget_get_workdir,extras/source/autotext)/$$*/,\
3665+
mimetype $$(call extras_AUTOTEXTSHARE_XMLFILES_RELATIVE,$$*))
38473666
$(call gb_Output_announce,autotext/$*.bau,$(true),ZIP,2)
38483667
$(call gb_Trace_StartRange,autotext/$*.bau,ZIP)
38493668
$(call gb_Helper_abbreviate_dirs,\
3850-
cd $(EXTRAS_AUTOTEXTSHARE_DIR) && \
3851-
zip -q0X --filesync --must-match $@ $(EXTRAS_AUTOTEXTSHARE_MIMEFILES_FILTER) && \
3852-
zip -qrX --must-match $@ $(EXTRAS_AUTOTEXTSHARE_XMLFILES_FILTER) \
3669+
cd $(dir $<) && \
3670+
zip -q0X --filesync --must-match $@ mimetype && \
3671+
zip -qrX --must-match $@ $(call extras_AUTOTEXTSHARE_XMLFILES_RELATIVE,$*) \
38533672
)
38543673
$(call gb_Trace_EndRange,autotext/$*.bau,ZIP)
38553674

3856-
define extras_Autotextshare_make_file_deps
3857-
$(call gb_CustomTarget_get_workdir,$(1))/$(2) : $(SRCDIR)/$(1)/lang/$(2) \
3858-
| $(dir $(call gb_CustomTarget_get_workdir,$(1))/$(2)).dir
3859-
3860-
endef
3861-
3862-
define extras_Autotextshare_make_zip_deps
3863-
$(call gb_CustomTarget_get_workdir,$(1))/$(2) : \
3864-
$(addprefix $(call gb_CustomTarget_get_workdir,$(1))/,$(filter $(3)/%,$(extras_AUTOTEXTSHARE_MIMETYPEFILES) $(extras_AUTOTEXTSHARE_XMLFILES))) \
3865-
| $(dir $(call gb_CustomTarget_get_workdir,$(1))/$(2)).dir
3866-
3867-
$(call gb_CustomTarget_get_workdir,$(1))/$(2) : \
3868-
EXTRAS_AUTOTEXTSHARE_MIMEFILES_FILTER := $(foreach file,$(filter $(3)/%,$(extras_AUTOTEXTSHARE_MIMETYPEFILES)),$(subst $(3)/,,$(file)))
3869-
$(call gb_CustomTarget_get_workdir,$(1))/$(2) : \
3870-
EXTRAS_AUTOTEXTSHARE_XMLFILES_FILTER := $(foreach file,$(filter $(3)/%,$(extras_AUTOTEXTSHARE_XMLFILES)),$(subst $(3)/,,$(file)))
3871-
$(call gb_CustomTarget_get_workdir,$(1))/$(2) : \
3872-
EXTRAS_AUTOTEXTSHARE_DIR := $(call gb_CustomTarget_get_workdir,$(1))/$(3)
3873-
3874-
endef
3875-
3876-
$(eval $(foreach file,$(extras_AUTOTEXTSHARE_MIMETYPEFILES) $(extras_AUTOTEXTSHARE_XMLFILES),\
3877-
$(call extras_Autotextshare_make_file_deps,extras/source/autotext,$(file)) \
3878-
))
3879-
3880-
$(eval $(foreach atexts,$(extras_AUTOTEXTSHARE_AUTOTEXTS),\
3881-
$(call extras_Autotextshare_make_zip_deps,extras/source/autotext,$(atexts).bau,$(atexts)) \
3882-
))
3883-
38843675
# vim: set noet sw=4 ts=4:

extras/README.md

+1-6

extras/source/autotext/lang/af/standard/mimetype

Whitespace-only changes.

extras/source/autotext/lang/am/standard/mimetype

Whitespace-only changes.

extras/source/autotext/lang/ar/standard/mimetype

Whitespace-only changes.

extras/source/autotext/lang/as/standard/mimetype

Whitespace-only changes.

extras/source/autotext/lang/ast/standard/mimetype

Whitespace-only changes.

extras/source/autotext/lang/be/standard/mimetype

Whitespace-only changes.

extras/source/autotext/lang/bg/crdbus50/mimetype

Whitespace-only changes.

extras/source/autotext/lang/bg/standard/mimetype

Whitespace-only changes.

extras/source/autotext/lang/bg/template/mimetype

Whitespace-only changes.

extras/source/autotext/lang/bn-IN/standard/mimetype

Whitespace-only changes.

extras/source/autotext/lang/bn/standard/mimetype

Whitespace-only changes.

extras/source/autotext/lang/bo/standard/mimetype

Whitespace-only changes.

extras/source/autotext/lang/br/standard/mimetype

Whitespace-only changes.

extras/source/autotext/lang/brx/standard/mimetype

Whitespace-only changes.

extras/source/autotext/lang/bs/standard/mimetype

Whitespace-only changes.

extras/source/autotext/lang/ca-valencia/standard/mimetype

Whitespace-only changes.

extras/source/autotext/lang/ca/standard/mimetype

Whitespace-only changes.

extras/source/autotext/lang/cs/crdbus50/mimetype

Whitespace-only changes.

extras/source/autotext/lang/cs/crdbus54/mimetype

Whitespace-only changes.

extras/source/autotext/lang/cs/standard/mimetype

Whitespace-only changes.

extras/source/autotext/lang/cs/template/mimetype

Whitespace-only changes.

extras/source/autotext/lang/cy/standard/mimetype

Whitespace-only changes.

extras/source/autotext/lang/da/crdbus50/mimetype

Whitespace-only changes.

extras/source/autotext/lang/da/standard/mimetype

Whitespace-only changes.

extras/source/autotext/lang/da/template/mimetype

Whitespace-only changes.

extras/source/autotext/lang/de/crdbus50/mimetype

Whitespace-only changes.

extras/source/autotext/lang/de/standard/mimetype

Whitespace-only changes.

extras/source/autotext/lang/de/template/mimetype

Whitespace-only changes.

extras/source/autotext/lang/dgo/standard/mimetype

Whitespace-only changes.

extras/source/autotext/lang/dsb/standard/mimetype

Whitespace-only changes.

extras/source/autotext/lang/dz/standard/mimetype

Whitespace-only changes.

extras/source/autotext/lang/el/standard/mimetype

Whitespace-only changes.

extras/source/autotext/lang/en-GB/crdbus50/mimetype

Whitespace-only changes.

extras/source/autotext/lang/en-GB/standard/mimetype

Whitespace-only changes.

extras/source/autotext/lang/en-GB/template/mimetype

Whitespace-only changes.

extras/source/autotext/lang/en-US/crdbus50/mimetype

Whitespace-only changes.

extras/source/autotext/lang/en-US/standard/mimetype

Whitespace-only changes.

extras/source/autotext/lang/en-US/template/mimetype

Whitespace-only changes.

extras/source/autotext/lang/en-ZA/standard/mimetype

Whitespace-only changes.

extras/source/autotext/lang/eo/standard/mimetype

Whitespace-only changes.

extras/source/autotext/lang/es/crdbus50/mimetype

Whitespace-only changes.

extras/source/autotext/lang/es/standard/mimetype

Whitespace-only changes.

extras/source/autotext/lang/es/template/mimetype

Whitespace-only changes.

extras/source/autotext/lang/et/standard/mimetype

Whitespace-only changes.

extras/source/autotext/lang/eu/standard/mimetype

Whitespace-only changes.

extras/source/autotext/lang/fa/standard/mimetype

Whitespace-only changes.

extras/source/autotext/lang/fi/standard/mimetype

Whitespace-only changes.

extras/source/autotext/lang/fr/crdbus50/mimetype

Whitespace-only changes.

extras/source/autotext/lang/fr/standard/mimetype

Whitespace-only changes.

extras/source/autotext/lang/fr/template/mimetype

Whitespace-only changes.

extras/source/autotext/lang/fy/standard/mimetype

Whitespace-only changes.

extras/source/autotext/lang/ga/standard/mimetype

Whitespace-only changes.

extras/source/autotext/lang/gd/standard/mimetype

Whitespace-only changes.

extras/source/autotext/lang/gl/standard/mimetype

Whitespace-only changes.

extras/source/autotext/lang/gu/standard/mimetype

Whitespace-only changes.

extras/source/autotext/lang/gug/standard/mimetype

Whitespace-only changes.

extras/source/autotext/lang/he/standard/mimetype

Whitespace-only changes.

extras/source/autotext/lang/hi/standard/mimetype

Whitespace-only changes.

extras/source/autotext/lang/hr/standard/mimetype

Whitespace-only changes.

extras/source/autotext/lang/hsb/standard/mimetype

Whitespace-only changes.

extras/source/autotext/lang/hu/crdbus50/mimetype

Whitespace-only changes.

extras/source/autotext/lang/hu/crdbus54/mimetype

Whitespace-only changes.

extras/source/autotext/lang/hu/standard/mimetype

Whitespace-only changes.

extras/source/autotext/lang/hu/template/mimetype

Whitespace-only changes.

extras/source/autotext/lang/id/standard/mimetype

Whitespace-only changes.

extras/source/autotext/lang/is/standard/mimetype

Whitespace-only changes.

extras/source/autotext/lang/it/crdbus50/mimetype

Whitespace-only changes.

extras/source/autotext/lang/it/standard/mimetype

Whitespace-only changes.

extras/source/autotext/lang/it/template/mimetype

Whitespace-only changes.

extras/source/autotext/lang/ja/crdbus50/mimetype

Whitespace-only changes.

extras/source/autotext/lang/ja/standard/mimetype

Whitespace-only changes.

extras/source/autotext/lang/ja/template/mimetype

Whitespace-only changes.

extras/source/autotext/lang/ka/standard/mimetype

Whitespace-only changes.

extras/source/autotext/lang/kab/standard/mimetype

Whitespace-only changes.

extras/source/autotext/lang/kk/standard/mimetype

Whitespace-only changes.

extras/source/autotext/lang/km/crdbus50/mimetype

Whitespace-only changes.

extras/source/autotext/lang/km/standard/mimetype

Whitespace-only changes.

extras/source/autotext/lang/km/template/mimetype

Whitespace-only changes.

extras/source/autotext/lang/kmr-Latn/standard/mimetype

Whitespace-only changes.

extras/source/autotext/lang/kn/standard/mimetype

Whitespace-only changes.

extras/source/autotext/lang/ko/crdbus50/mimetype

Whitespace-only changes.

extras/source/autotext/lang/ko/standard/mimetype

Whitespace-only changes.

extras/source/autotext/lang/ko/template/mimetype

Whitespace-only changes.

extras/source/autotext/lang/kok/standard/mimetype

Whitespace-only changes.

extras/source/autotext/lang/ks/standard/mimetype

Whitespace-only changes.

extras/source/autotext/lang/lb/standard/mimetype

Whitespace-only changes.

extras/source/autotext/lang/lo/standard/mimetype

Whitespace-only changes.

extras/source/autotext/lang/lt/standard/mimetype

Whitespace-only changes.

extras/source/autotext/lang/lv/standard/mimetype

Whitespace-only changes.

extras/source/autotext/lang/mai/standard/mimetype

Whitespace-only changes.

extras/source/autotext/lang/mk/standard/mimetype

Whitespace-only changes.

extras/source/autotext/lang/ml/standard/mimetype

Whitespace-only changes.

extras/source/autotext/lang/mn/crdbus50/mimetype

Whitespace-only changes.

extras/source/autotext/lang/mn/standard/mimetype

Whitespace-only changes.

extras/source/autotext/lang/mn/template/mimetype

Whitespace-only changes.

extras/source/autotext/lang/mni/standard/mimetype

Whitespace-only changes.

extras/source/autotext/lang/mr/standard/mimetype

Whitespace-only changes.

extras/source/autotext/lang/my/standard/mimetype

Whitespace-only changes.

extras/source/autotext/lang/nb/standard/mimetype

Whitespace-only changes.

extras/source/autotext/lang/ne/standard/mimetype

Whitespace-only changes.

extras/source/autotext/lang/nl/crdbus50/mimetype

Whitespace-only changes.

extras/source/autotext/lang/nl/standard/mimetype

Whitespace-only changes.

extras/source/autotext/lang/nl/template/mimetype

Whitespace-only changes.

extras/source/autotext/lang/nn/standard/mimetype

Whitespace-only changes.

extras/source/autotext/lang/nr/standard/mimetype

Whitespace-only changes.

extras/source/autotext/lang/nso/standard/mimetype

Whitespace-only changes.

extras/source/autotext/lang/oc/standard/mimetype

Whitespace-only changes.

extras/source/autotext/lang/om/standard/mimetype

Whitespace-only changes.

extras/source/autotext/lang/or/standard/mimetype

Whitespace-only changes.

extras/source/autotext/lang/pa-IN/standard/mimetype

Whitespace-only changes.

extras/source/autotext/lang/pl/crdbus50/mimetype

Whitespace-only changes.

extras/source/autotext/lang/pl/standard/mimetype

Whitespace-only changes.

extras/source/autotext/lang/pl/template/mimetype

Whitespace-only changes.

extras/source/autotext/lang/pt-BR/crdbus50/mimetype

Whitespace-only changes.

extras/source/autotext/lang/pt-BR/standard/mimetype

Whitespace-only changes.

extras/source/autotext/lang/pt-BR/template/mimetype

Whitespace-only changes.

extras/source/autotext/lang/pt/crdbus50/mimetype

Whitespace-only changes.

extras/source/autotext/lang/pt/standard/mimetype

Whitespace-only changes.

extras/source/autotext/lang/pt/template/mimetype

Whitespace-only changes.

extras/source/autotext/lang/ro/standard/mimetype

Whitespace-only changes.

extras/source/autotext/lang/ru/crdbus50/mimetype

Whitespace-only changes.

extras/source/autotext/lang/ru/standard/mimetype

Whitespace-only changes.

extras/source/autotext/lang/ru/template/mimetype

Whitespace-only changes.

extras/source/autotext/lang/rw/standard/mimetype

Whitespace-only changes.

extras/source/autotext/lang/sa-IN/standard/mimetype

Whitespace-only changes.

extras/source/autotext/lang/sat/standard/mimetype

Whitespace-only changes.

extras/source/autotext/lang/sd/standard/mimetype

Whitespace-only changes.

extras/source/autotext/lang/si/standard/mimetype

Whitespace-only changes.

extras/source/autotext/lang/sid/standard/mimetype

Whitespace-only changes.

extras/source/autotext/lang/sk/crdbus50/mimetype

Whitespace-only changes.

extras/source/autotext/lang/sk/crdbus54/mimetype

Whitespace-only changes.

extras/source/autotext/lang/sk/standard/mimetype

Whitespace-only changes.

extras/source/autotext/lang/sk/template/mimetype

Whitespace-only changes.

extras/source/autotext/lang/sl/crdbus50/mimetype

Whitespace-only changes.

extras/source/autotext/lang/sl/crdbus54/mimetype

Whitespace-only changes.

extras/source/autotext/lang/sl/standard/mimetype

Whitespace-only changes.

extras/source/autotext/lang/sl/template/mimetype

Whitespace-only changes.

extras/source/autotext/lang/sq/standard/mimetype

Whitespace-only changes.

extras/source/autotext/lang/sr-Latn/standard/mimetype

Whitespace-only changes.

extras/source/autotext/lang/sr/standard/mimetype

Whitespace-only changes.

extras/source/autotext/lang/ss/standard/mimetype

Whitespace-only changes.

extras/source/autotext/lang/st/standard/mimetype

Whitespace-only changes.

extras/source/autotext/lang/sv/crdbus50/mimetype

Whitespace-only changes.

extras/source/autotext/lang/sv/standard/mimetype

Whitespace-only changes.

extras/source/autotext/lang/sv/template/mimetype

Whitespace-only changes.

extras/source/autotext/lang/sw-TZ/standard/mimetype

Whitespace-only changes.

extras/source/autotext/lang/szl/standard/mimetype

Whitespace-only changes.

extras/source/autotext/lang/ta/standard/mimetype

Whitespace-only changes.

extras/source/autotext/lang/te/standard/mimetype

Whitespace-only changes.

extras/source/autotext/lang/tg/standard/mimetype

Whitespace-only changes.

extras/source/autotext/lang/th/standard/mimetype

Whitespace-only changes.

extras/source/autotext/lang/tn/standard/mimetype

Whitespace-only changes.

extras/source/autotext/lang/tr/crdbus50/mimetype

Whitespace-only changes.

extras/source/autotext/lang/tr/standard/mimetype

Whitespace-only changes.

extras/source/autotext/lang/tr/template/mimetype

Whitespace-only changes.

extras/source/autotext/lang/ts/standard/mimetype

Whitespace-only changes.

extras/source/autotext/lang/tt/standard/mimetype

Whitespace-only changes.

extras/source/autotext/lang/ug/standard/mimetype

Whitespace-only changes.

extras/source/autotext/lang/uk/standard/mimetype

Whitespace-only changes.

extras/source/autotext/lang/uz/standard/mimetype

Whitespace-only changes.

extras/source/autotext/lang/ve/standard/mimetype

Whitespace-only changes.

extras/source/autotext/lang/vec/standard/mimetype

Whitespace-only changes.

extras/source/autotext/lang/vi/standard/mimetype

Whitespace-only changes.

extras/source/autotext/lang/xh/standard/mimetype

Whitespace-only changes.

extras/source/autotext/lang/zh-CN/crdbus50/mimetype

Whitespace-only changes.

extras/source/autotext/lang/zh-CN/standard/mimetype

Whitespace-only changes.

extras/source/autotext/lang/zh-CN/template/mimetype

Whitespace-only changes.

extras/source/autotext/lang/zh-TW/crdbus50/mimetype

Whitespace-only changes.

extras/source/autotext/lang/zh-TW/standard/mimetype

Whitespace-only changes.

extras/source/autotext/lang/zh-TW/template/mimetype

Whitespace-only changes.

extras/source/autotext/lang/zu/standard/mimetype

Whitespace-only changes.

0 commit comments

Comments
 (0)