forked from mia/Aegisub
240 lines
4.9 KiB
Meson
240 lines
4.9 KiB
Meson
|
i18n_sources = files(
|
||
|
'ucln_in.cpp',
|
||
|
'fmtable.cpp',
|
||
|
'format.cpp',
|
||
|
'msgfmt.cpp',
|
||
|
'umsg.cpp',
|
||
|
'numfmt.cpp',
|
||
|
'unum.cpp',
|
||
|
'decimfmt.cpp',
|
||
|
'dcfmtsym.cpp',
|
||
|
'fmtable_cnv.cpp',
|
||
|
'choicfmt.cpp',
|
||
|
'datefmt.cpp',
|
||
|
'smpdtfmt.cpp',
|
||
|
'reldtfmt.cpp',
|
||
|
'dtfmtsym.cpp',
|
||
|
'udat.cpp',
|
||
|
'dtptngen.cpp',
|
||
|
'udatpg.cpp',
|
||
|
'nfrs.cpp',
|
||
|
'nfrule.cpp',
|
||
|
'nfsubs.cpp',
|
||
|
'rbnf.cpp',
|
||
|
'numsys.cpp',
|
||
|
'unumsys.cpp',
|
||
|
'ucsdet.cpp',
|
||
|
'ucal.cpp',
|
||
|
'calendar.cpp',
|
||
|
'gregocal.cpp',
|
||
|
'timezone.cpp',
|
||
|
'simpletz.cpp',
|
||
|
'olsontz.cpp',
|
||
|
'astro.cpp',
|
||
|
'taiwncal.cpp',
|
||
|
'buddhcal.cpp',
|
||
|
'persncal.cpp',
|
||
|
'islamcal.cpp',
|
||
|
'japancal.cpp',
|
||
|
'gregoimp.cpp',
|
||
|
'hebrwcal.cpp',
|
||
|
'indiancal.cpp',
|
||
|
'chnsecal.cpp',
|
||
|
'cecal.cpp',
|
||
|
'coptccal.cpp',
|
||
|
'dangical.cpp',
|
||
|
'ethpccal.cpp',
|
||
|
'coleitr.cpp',
|
||
|
'coll.cpp',
|
||
|
'sortkey.cpp',
|
||
|
'bocsu.cpp',
|
||
|
'ucoleitr.cpp',
|
||
|
'ucol.cpp',
|
||
|
'ucol_res.cpp',
|
||
|
'ucol_sit.cpp',
|
||
|
'collation.cpp',
|
||
|
'collationsettings.cpp',
|
||
|
'collationdata.cpp',
|
||
|
'collationtailoring.cpp',
|
||
|
'collationdatareader.cpp',
|
||
|
'collationdatawriter.cpp',
|
||
|
'collationfcd.cpp',
|
||
|
'collationiterator.cpp',
|
||
|
'utf16collationiterator.cpp',
|
||
|
'utf8collationiterator.cpp',
|
||
|
'uitercollationiterator.cpp',
|
||
|
'collationsets.cpp',
|
||
|
'collationcompare.cpp',
|
||
|
'collationfastlatin.cpp',
|
||
|
'collationkeys.cpp',
|
||
|
'rulebasedcollator.cpp',
|
||
|
'collationroot.cpp',
|
||
|
'collationrootelements.cpp',
|
||
|
'collationdatabuilder.cpp',
|
||
|
'collationweights.cpp',
|
||
|
'collationruleparser.cpp',
|
||
|
'collationbuilder.cpp',
|
||
|
'collationfastlatinbuilder.cpp',
|
||
|
'listformatter.cpp',
|
||
|
'ulistformatter.cpp',
|
||
|
'strmatch.cpp',
|
||
|
'usearch.cpp',
|
||
|
'search.cpp',
|
||
|
'stsearch.cpp',
|
||
|
'translit.cpp',
|
||
|
'utrans.cpp',
|
||
|
'esctrn.cpp',
|
||
|
'unesctrn.cpp',
|
||
|
'funcrepl.cpp',
|
||
|
'strrepl.cpp',
|
||
|
'tridpars.cpp',
|
||
|
'cpdtrans.cpp',
|
||
|
'rbt.cpp',
|
||
|
'rbt_data.cpp',
|
||
|
'rbt_pars.cpp',
|
||
|
'rbt_rule.cpp',
|
||
|
'rbt_set.cpp',
|
||
|
'nultrans.cpp',
|
||
|
'remtrans.cpp',
|
||
|
'casetrn.cpp',
|
||
|
'titletrn.cpp',
|
||
|
'tolowtrn.cpp',
|
||
|
'toupptrn.cpp',
|
||
|
'anytrans.cpp',
|
||
|
'name2uni.cpp',
|
||
|
'uni2name.cpp',
|
||
|
'nortrans.cpp',
|
||
|
'quant.cpp',
|
||
|
'transreg.cpp',
|
||
|
'brktrans.cpp',
|
||
|
'regexcmp.cpp',
|
||
|
'rematch.cpp',
|
||
|
'repattrn.cpp',
|
||
|
'regexst.cpp',
|
||
|
'regextxt.cpp',
|
||
|
'regeximp.cpp',
|
||
|
'uregex.cpp',
|
||
|
'uregexc.cpp',
|
||
|
'ulocdata.cpp',
|
||
|
'measfmt.cpp',
|
||
|
'currfmt.cpp',
|
||
|
'curramt.cpp',
|
||
|
'currunit.cpp',
|
||
|
'measure.cpp',
|
||
|
'utmscale.cpp',
|
||
|
'csdetect.cpp',
|
||
|
'csmatch.cpp',
|
||
|
'csr2022.cpp',
|
||
|
'csrecog.cpp',
|
||
|
'csrmbcs.cpp',
|
||
|
'csrsbcs.cpp',
|
||
|
'csrucode.cpp',
|
||
|
'csrutf8.cpp',
|
||
|
'inputext.cpp',
|
||
|
'wintzimpl.cpp',
|
||
|
'windtfmt.cpp',
|
||
|
'winnmfmt.cpp',
|
||
|
'basictz.cpp',
|
||
|
'dtrule.cpp',
|
||
|
'rbtz.cpp',
|
||
|
'tzrule.cpp',
|
||
|
'tztrans.cpp',
|
||
|
'vtzone.cpp',
|
||
|
'zonemeta.cpp',
|
||
|
'standardplural.cpp',
|
||
|
'upluralrules.cpp',
|
||
|
'plurrule.cpp',
|
||
|
'plurfmt.cpp',
|
||
|
'selfmt.cpp',
|
||
|
'dtitvfmt.cpp',
|
||
|
'dtitvinf.cpp',
|
||
|
'udateintervalformat.cpp',
|
||
|
'tmunit.cpp',
|
||
|
'tmutamt.cpp',
|
||
|
'tmutfmt.cpp',
|
||
|
'currpinf.cpp',
|
||
|
'uspoof.cpp',
|
||
|
'uspoof_impl.cpp',
|
||
|
'uspoof_build.cpp',
|
||
|
'uspoof_conf.cpp',
|
||
|
'smpdtfst.cpp',
|
||
|
'ztrans.cpp',
|
||
|
'zrule.cpp',
|
||
|
'vzone.cpp',
|
||
|
'fphdlimp.cpp',
|
||
|
'fpositer.cpp',
|
||
|
'ufieldpositer.cpp',
|
||
|
'decNumber.cpp',
|
||
|
'decContext.cpp',
|
||
|
'alphaindex.cpp',
|
||
|
'tznames.cpp',
|
||
|
'tznames_impl.cpp',
|
||
|
'tzgnames.cpp',
|
||
|
'tzfmt.cpp',
|
||
|
'compactdecimalformat.cpp',
|
||
|
'gender.cpp',
|
||
|
'region.cpp',
|
||
|
'scriptset.cpp',
|
||
|
'uregion.cpp',
|
||
|
'reldatefmt.cpp',
|
||
|
'quantityformatter.cpp',
|
||
|
'measunit.cpp',
|
||
|
'measunit_extra.cpp',
|
||
|
'sharedbreakiterator.cpp',
|
||
|
'scientificnumberformatter.cpp',
|
||
|
'dayperiodrules.cpp',
|
||
|
'nounit.cpp',
|
||
|
'number_affixutils.cpp',
|
||
|
'number_compact.cpp',
|
||
|
'number_decimalquantity.cpp',
|
||
|
'number_decimfmtprops.cpp',
|
||
|
'number_fluent.cpp',
|
||
|
'number_formatimpl.cpp',
|
||
|
'number_grouping.cpp',
|
||
|
'number_integerwidth.cpp',
|
||
|
'number_longnames.cpp',
|
||
|
'number_modifiers.cpp',
|
||
|
'number_notation.cpp',
|
||
|
'number_output.cpp',
|
||
|
'number_padding.cpp',
|
||
|
'number_patternmodifier.cpp',
|
||
|
'number_patternstring.cpp',
|
||
|
'number_rounding.cpp',
|
||
|
'number_scientific.cpp',
|
||
|
'number_utils.cpp',
|
||
|
'number_asformat.cpp',
|
||
|
'number_mapper.cpp',
|
||
|
'number_multiplier.cpp',
|
||
|
'number_currencysymbols.cpp',
|
||
|
'number_skeletons.cpp',
|
||
|
'number_capi.cpp',
|
||
|
'double-conversion-string-to-double.cpp',
|
||
|
'double-conversion-double-to-string.cpp',
|
||
|
'double-conversion-bignum-dtoa.cpp',
|
||
|
'double-conversion-bignum.cpp',
|
||
|
'double-conversion-cached-powers.cpp',
|
||
|
'double-conversion-fast-dtoa.cpp',
|
||
|
'double-conversion-strtod.cpp',
|
||
|
'string_segment.cpp',
|
||
|
'numparse_parsednumber.cpp',
|
||
|
'numparse_impl.cpp',
|
||
|
'numparse_symbols.cpp',
|
||
|
'numparse_decimal.cpp',
|
||
|
'numparse_scientific.cpp',
|
||
|
'numparse_currency.cpp',
|
||
|
'numparse_affixes.cpp',
|
||
|
'numparse_compositions.cpp',
|
||
|
'numparse_validators.cpp',
|
||
|
'numrange_fluent.cpp',
|
||
|
'numrange_impl.cpp',
|
||
|
'erarules.cpp',
|
||
|
'formattedvalue.cpp',
|
||
|
'formattedval_iterimpl.cpp',
|
||
|
'formattedval_sbimpl.cpp',
|
||
|
'formatted_string_builder.cpp',
|
||
|
)
|
||
|
|
||
|
i18n_args = '-DU_I18N_IMPLEMENTATION'
|
||
|
i18n_link = ['uc']
|
||
|
i18n_deps = []
|