Am 01.06.2015 um 09:41 schrieb Jürgen Spitzmüller <sp...@lyx.org>: > 2015-05-31 19:33 GMT+02:00 Stephan Witt <st.w...@gmx.net>: > $ ls -l dictionaries/thes/th_en_*.dat > -rw-r--r-- 1 stephan staff 18597793 19 Apr 20:42 > dictionaries/thes/th_en_AU_v2.dat > -rw-r--r-- 1 stephan staff 18597793 19 Apr 20:41 > dictionaries/thes/th_en_BS_v2.dat > -rw-r--r-- 1 stephan staff 18597793 19 Apr 20:42 > dictionaries/thes/th_en_BZ_v2.dat > -rw-r--r-- 1 stephan staff 18597793 19 Apr 20:42 > dictionaries/thes/th_en_CA_v2.dat > -rw-r--r-- 1 stephan staff 18597793 19 Apr 20:41 > dictionaries/thes/th_en_GB_v2.dat > -rw-r--r-- 1 stephan staff 18597793 19 Apr 20:41 > dictionaries/thes/th_en_GH_v2.dat > -rw-r--r-- 1 stephan staff 18597793 19 Apr 20:42 > dictionaries/thes/th_en_IE_v2.dat > -rw-r--r-- 1 stephan staff 18597793 19 Apr 20:42 > dictionaries/thes/th_en_IN_v2.dat > -rw-r--r-- 1 stephan staff 18597793 19 Apr 20:42 > dictionaries/thes/th_en_JM_v2.dat > -rw-r--r-- 1 stephan staff 18597793 19 Apr 20:41 > dictionaries/thes/th_en_MW_v2.dat > -rw-r--r-- 1 stephan staff 18597793 19 Apr 20:42 > dictionaries/thes/th_en_NA_v2.dat > -rw-r--r-- 1 stephan staff 18597793 19 Apr 20:42 > dictionaries/thes/th_en_NZ_v2.dat > -rw-r--r-- 1 stephan staff 18597793 19 Apr 20:41 > dictionaries/thes/th_en_PH_v2.dat > -rw-r--r-- 1 stephan staff 18597793 19 Apr 20:41 > dictionaries/thes/th_en_TT_v2.dat > -rw-r--r-- 1 stephan staff 18597793 19 Apr 20:41 > dictionaries/thes/th_en_US_v2.dat > -rw-r--r-- 1 stephan staff 18597793 19 Apr 20:42 > dictionaries/thes/th_en_ZA_v2.dat > -rw-r--r-- 1 stephan staff 18597793 19 Apr 20:42 > dictionaries/thes/th_en_ZW_v2.dat > $ for d in dictionaries/thes/th_en_*.dat ; do diff -u > dictionaries/thes/th_en_AU_v2.dat $d ; done | wc > 0 0 0 > > This costs 17 times 18 MByte space and looks wrong. Are you sure you put the > right stuff in? > > Yes, they are identical. However, you only need to ship a small subset of > those. We only support en_AU, en_CA, en_GB, en_US and en_NZ.
But this result in an overhead of appr. 80 MByte :( Isn't it possible to create some alias mechanism? Stephan