Do not change the order of orth files
This commit is contained in:
parent
c8f6210bab
commit
ddea974d3c
|
@ -41,7 +41,6 @@ ORTH = \
|
|||
ab.orth \
|
||||
af.orth \
|
||||
am.orth \
|
||||
anp.orth \
|
||||
ar.orth \
|
||||
as.orth \
|
||||
ast.orth \
|
||||
|
@ -54,7 +53,6 @@ ORTH = \
|
|||
be.orth \
|
||||
bg.orth \
|
||||
bh.orth \
|
||||
bhb.orth \
|
||||
bho.orth \
|
||||
bi.orth \
|
||||
bin.orth \
|
||||
|
@ -101,7 +99,6 @@ ORTH = \
|
|||
haw.orth \
|
||||
he.orth \
|
||||
hi.orth \
|
||||
hif.orth \
|
||||
ho.orth \
|
||||
hr.orth \
|
||||
hu.orth \
|
||||
|
@ -139,7 +136,6 @@ ORTH = \
|
|||
lo.orth \
|
||||
lt.orth \
|
||||
lv.orth \
|
||||
mag.orth \
|
||||
mg.orth \
|
||||
mh.orth \
|
||||
mi.orth \
|
||||
|
@ -168,7 +164,6 @@ ORTH = \
|
|||
ps_af.orth \
|
||||
ps_pk.orth \
|
||||
pt.orth \
|
||||
raj.orth \
|
||||
rm.orth \
|
||||
ro.orth \
|
||||
ru.orth \
|
||||
|
@ -199,7 +194,6 @@ ORTH = \
|
|||
te.orth \
|
||||
tg.orth \
|
||||
th.orth \
|
||||
the.orth \
|
||||
ti_er.orth \
|
||||
ti_et.orth \
|
||||
tig.orth \
|
||||
|
@ -288,7 +282,13 @@ ORTH = \
|
|||
doi.orth \
|
||||
mni.orth \
|
||||
und_zsye.orth \
|
||||
und_zmth.orth
|
||||
und_zmth.orth \
|
||||
anp.orth \
|
||||
bhb.orth \
|
||||
hif.orth \
|
||||
mag.orth \
|
||||
raj.orth \
|
||||
the.orth
|
||||
# ^-------------- Add new orth files here
|
||||
|
||||
BUILT_SOURCES += $(top_builddir)/conf.d/35-lang-normalize.conf
|
||||
|
|
|
@ -4,7 +4,6 @@ orth_files = [
|
|||
'ab.orth',
|
||||
'af.orth',
|
||||
'am.orth',
|
||||
'anp.orth',
|
||||
'ar.orth',
|
||||
'as.orth',
|
||||
'ast.orth',
|
||||
|
@ -17,7 +16,6 @@ orth_files = [
|
|||
'be.orth',
|
||||
'bg.orth',
|
||||
'bh.orth',
|
||||
'bhb.orth',
|
||||
'bho.orth',
|
||||
'bi.orth',
|
||||
'bin.orth',
|
||||
|
@ -64,7 +62,6 @@ orth_files = [
|
|||
'haw.orth',
|
||||
'he.orth',
|
||||
'hi.orth',
|
||||
'hif.orth',
|
||||
'ho.orth',
|
||||
'hr.orth',
|
||||
'hu.orth',
|
||||
|
@ -102,7 +99,6 @@ orth_files = [
|
|||
'lo.orth',
|
||||
'lt.orth',
|
||||
'lv.orth',
|
||||
'mag.orth',
|
||||
'mg.orth',
|
||||
'mh.orth',
|
||||
'mi.orth',
|
||||
|
@ -131,7 +127,6 @@ orth_files = [
|
|||
'ps_af.orth',
|
||||
'ps_pk.orth',
|
||||
'pt.orth',
|
||||
'raj.orth',
|
||||
'rm.orth',
|
||||
'ro.orth',
|
||||
'ru.orth',
|
||||
|
@ -162,7 +157,6 @@ orth_files = [
|
|||
'te.orth',
|
||||
'tg.orth',
|
||||
'th.orth',
|
||||
'the.orth',
|
||||
'ti_er.orth',
|
||||
'ti_et.orth',
|
||||
'tig.orth',
|
||||
|
@ -252,6 +246,12 @@ orth_files = [
|
|||
'mni.orth',
|
||||
'und_zsye.orth',
|
||||
'und_zmth.orth',
|
||||
'anp.orth',
|
||||
'bhb.orth',
|
||||
'hif.orth',
|
||||
'mag.orth',
|
||||
'raj.orth',
|
||||
'the.orth',
|
||||
]
|
||||
|
||||
fclang_h = custom_target('fclang.h',
|
||||
|
|
Loading…
Reference in New Issue