diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 14:29:10 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 14:29:10 +0000 |
commit | 2aa4a82499d4becd2284cdb482213d541b8804dd (patch) | |
tree | b80bf8bf13c3766139fbacc530efd0dd9d54394c /intl/icu/source/data/translit/trnsfiles.mk | |
parent | Initial commit. (diff) | |
download | firefox-upstream.tar.xz firefox-upstream.zip |
Adding upstream version 86.0.1.upstream/86.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | intl/icu/source/data/translit/trnsfiles.mk | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/intl/icu/source/data/translit/trnsfiles.mk b/intl/icu/source/data/translit/trnsfiles.mk new file mode 100644 index 0000000000..3c2630b820 --- /dev/null +++ b/intl/icu/source/data/translit/trnsfiles.mk @@ -0,0 +1,28 @@ +# Copyright (C) 2016 and later: Unicode, Inc. and others. +# License & terms of use: http://www.unicode.org/copyright.html +# * Copyright (C) 1997-2006, International Business Machines +# * Corporation and others. All Rights Reserved. +# A list of txt's to build +# Note: +# +# If you are thinking of modifying this file, READ THIS. +# +# Instead of changing this file [unless you want to check it back in], +# you should consider creating a 'trnslocal.mk' file in this same directory. +# Then, you can have your local changes remain even if you upgrade or re +# configure the ICU. +# +# Example 'trnslocal.mk' files: +# +# * To add an additional transliterators to the list: +# _____________________________________________________ +# | TRANSLIT_SOURCE_LOCAL = myTranslitRules.txt ... +# +# * To REPLACE the default list and only build with a few +# transliterators: +# _____________________________________________________ +# | TRANLIST_SOURCE = el.txt th.txt +# +# + +TRANSLIT_SOURCE=root.txt en.txt el.txt |