transforms/locale
author Norm Jacobs <Norm.Jacobs@Sun.COM>
Fri, 11 Jun 2010 12:23:59 -0500
changeset 22 b89eb90ac9c5
parent 15 21f7a7ab78ba
child 53 e398cb2c4b45
permissions -rw-r--r--
Add locale facet tagging to IPS makefile rules
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
15
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
     1
#
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
     2
# CDDL HEADER START
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
     3
#
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
     7
#
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    11
# and limitations under the License.
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    12
#
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    18
#
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    19
# CDDL HEADER END
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    20
#
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    21
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    22
#
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    23
# Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    24
# Use is subject to license terms.
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    25
#
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    26
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    27
# general locale
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    28
<transform dir file link hardlink path=.*/locale/.+ -> default facet.locale true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    29
22
b89eb90ac9c5 Add locale facet tagging to IPS makefile rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 15
diff changeset
    30
b89eb90ac9c5 Add locale facet tagging to IPS makefile rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 15
diff changeset
    31
# The fix for
b89eb90ac9c5 Add locale facet tagging to IPS makefile rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 15
diff changeset
    32
#    Bug 16156
b89eb90ac9c5 Add locale facet tagging to IPS makefile rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 15
diff changeset
    33
#   pkgmogrify should allow backreferences in operation to match criteria
b89eb90ac9c5 Add locale facet tagging to IPS makefile rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 15
diff changeset
    34
# will allow something like
b89eb90ac9c5 Add locale facet tagging to IPS makefile rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 15
diff changeset
    35
#   <transform dir file link hardlink \
b89eb90ac9c5 Add locale facet tagging to IPS makefile rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 15
diff changeset
    36
#       path=.*/locale/(.+)(\..+){0,1}(/.+){0,1}$ -> \
b89eb90ac9c5 Add locale facet tagging to IPS makefile rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 15
diff changeset
    37
#       default facet.locale.%<\1> true>
b89eb90ac9c5 Add locale facet tagging to IPS makefile rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 15
diff changeset
    38
# to replace the rest of the transforms in this file
b89eb90ac9c5 Add locale facet tagging to IPS makefile rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 15
diff changeset
    39
15
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    40
# specific locale dirs 
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    41
<transform dir file link hardlink path=.*/locale/af(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    42
    default facet.locale.af true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    43
<transform dir file link hardlink path=.*/locale/af_ZA.UTF-8(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    44
    default facet.locale.af_ZA.UTF-8 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    45
<transform dir file link hardlink path=.*/locale/am(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    46
    default facet.locale.am true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    47
<transform dir file link hardlink path=.*/locale/ang(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    48
    default facet.locale.ang true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    49
<transform dir file link hardlink path=.*/locale/ar(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    50
    default facet.locale.ar true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    51
<transform dir file link hardlink path=.*/locale/ar_AE.UTF-8(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    52
    default facet.locale.ar_AE.UTF-8 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    53
<transform dir file link hardlink path=.*/locale/ar_BH.UTF-8(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    54
    default facet.locale.ar_BH.UTF-8 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    55
<transform dir file link hardlink path=.*/locale/ar_DZ.UTF-8(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    56
    default facet.locale.ar_DZ.UTF-8 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    57
<transform dir file link hardlink path=.*/locale/ar_EG.ISO8859-6(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    58
    default facet.locale.ar_EG.ISO8859-6 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    59
<transform dir file link hardlink path=.*/locale/ar_EG.UTF-8(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    60
    default facet.locale.ar_EG.UTF-8 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    61
<transform dir file link hardlink path=.*/locale/ar_IQ.UTF-8(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    62
    default facet.locale.ar_IQ.UTF-8 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    63
<transform dir file link hardlink path=.*/locale/ar_JO.UTF-8(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    64
    default facet.locale.ar_JO.UTF-8 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    65
<transform dir file link hardlink path=.*/locale/ar_KW.UTF-8(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    66
    default facet.locale.ar_KW.UTF-8 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    67
<transform dir file link hardlink path=.*/locale/ar_LY.UTF-8(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    68
    default facet.locale.ar_LY.UTF-8 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    69
<transform dir file link hardlink path=.*/locale/ar_MA.UTF-8(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    70
    default facet.locale.ar_MA.UTF-8 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    71
<transform dir file link hardlink path=.*/locale/ar_OM.UTF-8(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    72
    default facet.locale.ar_OM.UTF-8 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    73
<transform dir file link hardlink path=.*/locale/ar_QA.UTF-8(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    74
    default facet.locale.ar_QA.UTF-8 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    75
<transform dir file link hardlink path=.*/locale/ar_SA.UTF-8(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    76
    default facet.locale.ar_SA.UTF-8 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    77
<transform dir file link hardlink path=.*/locale/ar_TN.UTF-8(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    78
    default facet.locale.ar_TN.UTF-8 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    79
<transform dir file link hardlink path=.*/locale/ar_YE.UTF-8(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    80
    default facet.locale.ar_YE.UTF-8 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    81
<transform dir file link hardlink path=.*/locale/as(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    82
    default facet.locale.as true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    83
<transform dir file link hardlink path=.*/locale/as_IN.UTF-8(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    84
    default facet.locale.as_IN.UTF-8 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    85
<transform dir file link hardlink path=.*/locale/ast(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    86
    default facet.locale.ast true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    87
<transform dir file link hardlink path=.*/locale/az(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    88
    default facet.locale.az true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    89
<transform dir file link hardlink path=.*/locale/az_AZ.UTF-8(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    90
    default facet.locale.az_AZ.UTF-8 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    91
<transform dir file link hardlink path=.*/locale/az_IR(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    92
    default facet.locale.az_IR true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    93
<transform dir file link hardlink path=.*/locale/be(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    94
    default facet.locale.be true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    95
<transform dir file link hardlink path=.*/locale/be_BY.UTF-8(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    96
    default facet.locale.be_BY.UTF-8 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    97
<transform dir file link hardlink path=.*/locale/be-tarask(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    98
    default facet.locale.be-tarask true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    99
<transform dir file link hardlink path=.*/locale/be@latin(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   100
    default facet.locale.be@latin true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   101
<transform dir file link hardlink path=.*/locale/bem(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   102
    default facet.locale.bem true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   103
<transform dir file link hardlink path=.*/locale/bg(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   104
    default facet.locale.bg true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   105
<transform dir file link hardlink path=.*/locale/bg_BG.ISO8859-5(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   106
    default facet.locale.bg_BG.ISO8859-5 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   107
<transform dir file link hardlink path=.*/locale/bg_BG.UTF-8(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   108
    default facet.locale.bg_BG.UTF-8 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   109
<transform dir file link hardlink path=.*/locale/bn(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   110
    default facet.locale.bn true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   111
<transform dir file link hardlink path=.*/locale/bn_IN(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   112
    default facet.locale.bn_IN true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   113
<transform dir file link hardlink path=.*/locale/bn_IN.UTF-8(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   114
    default facet.locale.bn_IN.UTF-8 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   115
<transform dir file link hardlink path=.*/locale/br(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   116
    default facet.locale.br true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   117
<transform dir file link hardlink path=.*/locale/bs(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   118
    default facet.locale.bs true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   119
<transform dir file link hardlink path=.*/locale/byn(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   120
    default facet.locale.byn true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   121
<transform dir file link hardlink path=.*/locale/C(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   122
    default facet.locale.C true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   123
<transform dir file link hardlink path=.*/locale/ca(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   124
    default facet.locale.ca true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   125
<transform dir file link hardlink path=.*/locale/ca_ES.UTF-8(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   126
    default facet.locale.ca_ES.UTF-8 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   127
<transform dir file link hardlink path=.*/locale/ca@valencia(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   128
    default facet.locale.ca@valencia true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   129
<transform dir file link hardlink path=.*/locale/ckb(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   130
    default facet.locale.ckb true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   131
<transform dir file link hardlink path=.*/locale/crh(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   132
    default facet.locale.crh true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   133
<transform dir file link hardlink path=.*/locale/cs(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   134
    default facet.locale.cs true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   135
<transform dir file link hardlink path=.*/locale/cs_CZ.ISO8859-2(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   136
    default facet.locale.cs_CZ.ISO8859-2 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   137
<transform dir file link hardlink path=.*/locale/cs_CZ.UTF-8(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   138
    default facet.locale.cs_CZ.UTF-8 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   139
<transform dir file link hardlink path=.*/locale/csb(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   140
    default facet.locale.csb true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   141
<transform dir file link hardlink path=.*/locale/cy(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   142
    default facet.locale.cy true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   143
<transform dir file link hardlink path=.*/locale/da(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   144
    default facet.locale.da true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   145
<transform dir file link hardlink path=.*/locale/da_DK.ISO8859-1(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   146
    default facet.locale.da_DK.ISO8859-1 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   147
<transform dir file link hardlink path=.*/locale/da_DK.ISO8859-15(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   148
    default facet.locale.da_DK.ISO8859-15 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   149
<transform dir file link hardlink path=.*/locale/da_DK.ISO8859-15@euro(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   150
    default facet.locale.da_DK.ISO8859-15@euro true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   151
<transform dir file link hardlink path=.*/locale/da_DK.UTF-8(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   152
    default facet.locale.da_DK.UTF-8 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   153
<transform dir file link hardlink path=.*/locale/de(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   154
    default facet.locale.de true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   155
<transform dir file link hardlink path=.*/locale/de_BE.UTF-8(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   156
    default facet.locale.de_BE.UTF-8 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   157
<transform dir file link hardlink path=.*/locale/de_LI.UTF-8(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   158
    default facet.locale.de_LI.UTF-8 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   159
<transform dir file link hardlink path=.*/locale/de.UTF-8(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   160
    default facet.locale.de.UTF-8 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   161
<transform dir file link hardlink path=.*/locale/dv(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   162
    default facet.locale.dv true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   163
<transform dir file link hardlink path=.*/locale/dz(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   164
    default facet.locale.dz true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   165
<transform dir file link hardlink path=.*/locale/el(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   166
    default facet.locale.el true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   167
<transform dir file link hardlink path=.*/locale/el_CY.UTF-8(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   168
    default facet.locale.el_CY.UTF-8 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   169
<transform dir file link hardlink path=.*/locale/el_GR.ISO8859-7(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   170
    default facet.locale.el_GR.ISO8859-7 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   171
<transform dir file link hardlink path=.*/locale/el_GR.UTF-8(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   172
    default facet.locale.el_GR.UTF-8 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   173
<transform dir file link hardlink path=.*/locale/el.UTF-8(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   174
    default facet.locale.el.UTF-8 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   175
<transform dir file link hardlink path=.*/locale/en(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   176
    default facet.locale.en true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   177
<transform dir file link hardlink path=.*/locale/en_AU.ISO8859-1(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   178
    default facet.locale.en_AU.ISO8859-1 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   179
<transform dir file link hardlink path=.*/locale/en_AU.UTF-8(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   180
    default facet.locale.en_AU.UTF-8 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   181
<transform dir file link hardlink path=.*/locale/en_BW.UTF-8(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   182
    default facet.locale.en_BW.UTF-8 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   183
<transform dir file link hardlink path=.*/locale/en_CA(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   184
    default facet.locale.en_CA true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   185
<transform dir file link hardlink path=.*/locale/en_CA.ISO8859-1(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   186
    default facet.locale.en_CA.ISO8859-1 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   187
<transform dir file link hardlink path=.*/locale/en_CA.UTF-8(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   188
    default facet.locale.en_CA.UTF-8 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   189
<transform dir file link hardlink path=.*/locale/en_GB(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   190
    default facet.locale.en_GB true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   191
<transform dir file link hardlink path=.*/locale/en_GB.ISO8859-1(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   192
    default facet.locale.en_GB.ISO8859-1 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   193
<transform dir file link hardlink path=.*/locale/en_GB.ISO8859-15(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   194
    default facet.locale.en_GB.ISO8859-15 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   195
<transform dir file link hardlink path=.*/locale/en_GB.ISO8859-15@euro(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   196
    default facet.locale.en_GB.ISO8859-15@euro true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   197
<transform dir file link hardlink path=.*/locale/en_GB.UTF-8(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   198
    default facet.locale.en_GB.UTF-8 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   199
<transform dir file link hardlink path=.*/locale/en_HK.UTF-8(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   200
    default facet.locale.en_HK.UTF-8 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   201
<transform dir file link hardlink path=.*/locale/en_IE.ISO8859-1(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   202
    default facet.locale.en_IE.ISO8859-1 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   203
<transform dir file link hardlink path=.*/locale/en_IE.ISO8859-15(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   204
    default facet.locale.en_IE.ISO8859-15 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   205
<transform dir file link hardlink path=.*/locale/en_IE.UTF-8(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   206
    default facet.locale.en_IE.UTF-8 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   207
<transform dir file link hardlink path=.*/locale/en_IN.UTF-8(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   208
    default facet.locale.en_IN.UTF-8 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   209
<transform dir file link hardlink path=.*/locale/en_MT.UTF-8(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   210
    default facet.locale.en_MT.UTF-8 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   211
<transform dir file link hardlink path=.*/locale/en_NZ.ISO8859-1(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   212
    default facet.locale.en_NZ.ISO8859-1 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   213
<transform dir file link hardlink path=.*/locale/en_NZ.UTF-8(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   214
    default facet.locale.en_NZ.UTF-8 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   215
<transform dir file link hardlink path=.*/locale/en_PH.UTF-8(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   216
    default facet.locale.en_PH.UTF-8 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   217
<transform dir file link hardlink path=.*/locale/en_SG.UTF-8(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   218
    default facet.locale.en_SG.UTF-8 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   219
<transform dir file link hardlink path=.*/locale/en_US(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   220
    default facet.locale.en_US true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   221
<transform dir file link hardlink path=.*/locale/en_US.ISO8859-1(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   222
    default facet.locale.en_US.ISO8859-1 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   223
<transform dir file link hardlink path=.*/locale/en_US.ISO8859-15(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   224
    default facet.locale.en_US.ISO8859-15 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   225
<transform dir file link hardlink path=.*/locale/en_US.ISO8859-15@euro(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   226
    default facet.locale.en_US.ISO8859-15@euro true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   227
<transform dir file link hardlink path=.*/locale/en_US.UTF-8(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   228
    default facet.locale.en_US.UTF-8 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   229
<transform dir file link hardlink path=.*/locale/en_ZW.UTF-8(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   230
    default facet.locale.en_ZW.UTF-8 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   231
<transform dir file link hardlink path=.*/locale/en@boldquot(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   232
    default facet.locale.en@boldquot true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   233
<transform dir file link hardlink path=.*/locale/en@quot(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   234
    default facet.locale.en@quot true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   235
<transform dir file link hardlink path=.*/locale/eo(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   236
    default facet.locale.eo true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   237
<transform dir file link hardlink path=.*/locale/es(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   238
    default facet.locale.es true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   239
<transform dir file link hardlink path=.*/locale/es_AR(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   240
    default facet.locale.es_AR true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   241
<transform dir file link hardlink path=.*/locale/es_CL(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   242
    default facet.locale.es_CL true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   243
<transform dir file link hardlink path=.*/locale/es_CO(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   244
    default facet.locale.es_CO true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   245
<transform dir file link hardlink path=.*/locale/es_CR(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   246
    default facet.locale.es_CR true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   247
<transform dir file link hardlink path=.*/locale/es_DO(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   248
    default facet.locale.es_DO true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   249
<transform dir file link hardlink path=.*/locale/es_DO.UTF-8(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   250
    default facet.locale.es_DO.UTF-8 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   251
<transform dir file link hardlink path=.*/locale/es_EC(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   252
    default facet.locale.es_EC true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   253
<transform dir file link hardlink path=.*/locale/es_ES(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   254
    default facet.locale.es_ES true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   255
<transform dir file link hardlink path=.*/locale/es_GT(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   256
    default facet.locale.es_GT true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   257
<transform dir file link hardlink path=.*/locale/es_HN(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   258
    default facet.locale.es_HN true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   259
<transform dir file link hardlink path=.*/locale/es_HN.UTF-8(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   260
    default facet.locale.es_HN.UTF-8 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   261
<transform dir file link hardlink path=.*/locale/es_MX(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   262
    default facet.locale.es_MX true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   263
<transform dir file link hardlink path=.*/locale/es_NI(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   264
    default facet.locale.es_NI true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   265
<transform dir file link hardlink path=.*/locale/es_PA(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   266
    default facet.locale.es_PA true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   267
<transform dir file link hardlink path=.*/locale/es_PE(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   268
    default facet.locale.es_PE true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   269
<transform dir file link hardlink path=.*/locale/es_PR(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   270
    default facet.locale.es_PR true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   271
<transform dir file link hardlink path=.*/locale/es_PR.UTF-8(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   272
    default facet.locale.es_PR.UTF-8 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   273
<transform dir file link hardlink path=.*/locale/es_SV(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   274
    default facet.locale.es_SV true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   275
<transform dir file link hardlink path=.*/locale/es_UY(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   276
    default facet.locale.es_UY true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   277
<transform dir file link hardlink path=.*/locale/es_VE(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   278
    default facet.locale.es_VE true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   279
<transform dir file link hardlink path=.*/locale/es.UTF-8(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   280
    default facet.locale.es.UTF-8 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   281
<transform dir file link hardlink path=.*/locale/et(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   282
    default facet.locale.et true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   283
<transform dir file link hardlink path=.*/locale/et_EE.ISO8859-15(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   284
    default facet.locale.et_EE.ISO8859-15 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   285
<transform dir file link hardlink path=.*/locale/et_EE.UTF-8(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   286
    default facet.locale.et_EE.UTF-8 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   287
<transform dir file link hardlink path=.*/locale/eu(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   288
    default facet.locale.eu true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   289
<transform dir file link hardlink path=.*/locale/fa(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   290
    default facet.locale.fa true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   291
<transform dir file link hardlink path=.*/locale/fi(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   292
    default facet.locale.fi true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   293
<transform dir file link hardlink path=.*/locale/fi_FI.ISO8859-1(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   294
    default facet.locale.fi_FI.ISO8859-1 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   295
<transform dir file link hardlink path=.*/locale/fi_FI.ISO8859-15(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   296
    default facet.locale.fi_FI.ISO8859-15 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   297
<transform dir file link hardlink path=.*/locale/fi_FI.UTF-8(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   298
    default facet.locale.fi_FI.UTF-8 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   299
<transform dir file link hardlink path=.*/locale/fil(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   300
    default facet.locale.fil true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   301
<transform dir file link hardlink path=.*/locale/fo(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   302
    default facet.locale.fo true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   303
<transform dir file link hardlink path=.*/locale/fr(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   304
    default facet.locale.fr true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   305
<transform dir file link hardlink path=.*/locale/fr.UTF-8(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   306
    default facet.locale.fr.UTF-8 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   307
<transform dir file link hardlink path=.*/locale/fur(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   308
    default facet.locale.fur true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   309
<transform dir file link hardlink path=.*/locale/fy(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   310
    default facet.locale.fy true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   311
<transform dir file link hardlink path=.*/locale/ga(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   312
    default facet.locale.ga true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   313
<transform dir file link hardlink path=.*/locale/gez(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   314
    default facet.locale.gez true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   315
<transform dir file link hardlink path=.*/locale/gl(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   316
    default facet.locale.gl true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   317
<transform dir file link hardlink path=.*/locale/gn(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   318
    default facet.locale.gn true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   319
<transform dir file link hardlink path=.*/locale/gr(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   320
    default facet.locale.gr true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   321
<transform dir file link hardlink path=.*/locale/gu(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   322
    default facet.locale.gu true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   323
<transform dir file link hardlink path=.*/locale/gu_IN.UTF-8(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   324
    default facet.locale.gu_IN.UTF-8 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   325
<transform dir file link hardlink path=.*/locale/ha(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   326
    default facet.locale.ha true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   327
<transform dir file link hardlink path=.*/locale/haw(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   328
    default facet.locale.haw true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   329
<transform dir file link hardlink path=.*/locale/he(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   330
    default facet.locale.he true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   331
<transform dir file link hardlink path=.*/locale/he_IL.UTF-8(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   332
    default facet.locale.he_IL.UTF-8 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   333
<transform dir file link hardlink path=.*/locale/hi(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   334
    default facet.locale.hi true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   335
<transform dir file link hardlink path=.*/locale/hi_IN.UTF-8(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   336
    default facet.locale.hi_IN.UTF-8 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   337
<transform dir file link hardlink path=.*/locale/hr(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   338
    default facet.locale.hr true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   339
<transform dir file link hardlink path=.*/locale/hr_HR.ISO8859-2(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   340
    default facet.locale.hr_HR.ISO8859-2 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   341
<transform dir file link hardlink path=.*/locale/hr_HR.UTF-8(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   342
    default facet.locale.hr_HR.UTF-8 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   343
<transform dir file link hardlink path=.*/locale/hu(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   344
    default facet.locale.hu true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   345
<transform dir file link hardlink path=.*/locale/hu_HU.ISO8859-2(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   346
    default facet.locale.hu_HU.ISO8859-2 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   347
<transform dir file link hardlink path=.*/locale/hu_HU.UTF-8(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   348
    default facet.locale.hu_HU.UTF-8 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   349
<transform dir file link hardlink path=.*/locale/hy(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   350
    default facet.locale.hy true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   351
<transform dir file link hardlink path=.*/locale/hy_AM.UTF-8(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   352
    default facet.locale.hy_AM.UTF-8 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   353
<transform dir file link hardlink path=.*/locale/ia(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   354
    default facet.locale.ia true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   355
<transform dir file link hardlink path=.*/locale/id(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   356
    default facet.locale.id true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   357
<transform dir file link hardlink path=.*/locale/id_ID.UTF-8(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   358
    default facet.locale.id_ID.UTF-8 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   359
<transform dir file link hardlink path=.*/locale/ig(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   360
    default facet.locale.ig true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   361
<transform dir file link hardlink path=.*/locale/io(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   362
    default facet.locale.io true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   363
<transform dir file link hardlink path=.*/locale/is(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   364
    default facet.locale.is true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   365
<transform dir file link hardlink path=.*/locale/is_IS.ISO8859-1(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   366
    default facet.locale.is_IS.ISO8859-1 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   367
<transform dir file link hardlink path=.*/locale/is_IS.UTF-8(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   368
    default facet.locale.is_IS.UTF-8 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   369
<transform dir file link hardlink path=.*/locale/it(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   370
    default facet.locale.it true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   371
<transform dir file link hardlink path=.*/locale/it_CH.UTF-8(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   372
    default facet.locale.it_CH.UTF-8 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   373
<transform dir file link hardlink path=.*/locale/it.UTF-8(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   374
    default facet.locale.it.UTF-8 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   375
<transform dir file link hardlink path=.*/locale/ja(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   376
    default facet.locale.ja true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   377
<transform dir file link hardlink path=.*/locale/ja_JP.eucJP(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   378
    default facet.locale.ja_JP.eucJP true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   379
<transform dir file link hardlink path=.*/locale/ja_JP.PCK(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   380
    default facet.locale.ja_JP.PCK true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   381
<transform dir file link hardlink path=.*/locale/ja_JP.UTF-8(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   382
    default facet.locale.ja_JP.UTF-8 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   383
<transform dir file link hardlink path=.*/locale/jv(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   384
    default facet.locale.jv true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   385
<transform dir file link hardlink path=.*/locale/ka(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   386
    default facet.locale.ka true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   387
<transform dir file link hardlink path=.*/locale/ka_GE.UTF-8(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   388
    default facet.locale.ka_GE.UTF-8 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   389
<transform dir file link hardlink path=.*/locale/kab(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   390
    default facet.locale.kab true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   391
<transform dir file link hardlink path=.*/locale/kk(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   392
    default facet.locale.kk true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   393
<transform dir file link hardlink path=.*/locale/kk_KZ.UTF-8(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   394
    default facet.locale.kk_KZ.UTF-8 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   395
<transform dir file link hardlink path=.*/locale/km(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   396
    default facet.locale.km true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   397
<transform dir file link hardlink path=.*/locale/kn(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   398
    default facet.locale.kn true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   399
<transform dir file link hardlink path=.*/locale/kn_IN.UTF-8(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   400
    default facet.locale.kn_IN.UTF-8 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   401
<transform dir file link hardlink path=.*/locale/ko(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   402
    default facet.locale.ko true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   403
<transform dir file link hardlink path=.*/locale/ko.UTF-8(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   404
    default facet.locale.ko.UTF-8 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   405
<transform dir file link hardlink path=.*/locale/kok(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   406
    default facet.locale.kok true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   407
<transform dir file link hardlink path=.*/locale/ks(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   408
    default facet.locale.ks true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   409
<transform dir file link hardlink path=.*/locale/ks_IN.UTF-8(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   410
    default facet.locale.ks_IN.UTF-8 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   411
<transform dir file link hardlink path=.*/locale/ku(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   412
    default facet.locale.ku true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   413
<transform dir file link hardlink path=.*/locale/ku_TR.UTF-8(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   414
    default facet.locale.ku_TR.UTF-8 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   415
<transform dir file link hardlink path=.*/locale/ku_TR.UTF-8@sorani(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   416
    default facet.locale.ku_TR.UTF-8@sorani true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   417
<transform dir file link hardlink path=.*/locale/ky(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   418
    default facet.locale.ky true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   419
<transform dir file link hardlink path=.*/locale/ky_KG.UTF-8(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   420
    default facet.locale.ky_KG.UTF-8 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   421
<transform dir file link hardlink path=.*/locale/la(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   422
    default facet.locale.la true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   423
<transform dir file link hardlink path=.*/locale/lg(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   424
    default facet.locale.lg true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   425
<transform dir file link hardlink path=.*/locale/li(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   426
    default facet.locale.li true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   427
<transform dir file link hardlink path=.*/locale/lo(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   428
    default facet.locale.lo true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   429
<transform dir file link hardlink path=.*/locale/lt(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   430
    default facet.locale.lt true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   431
<transform dir file link hardlink path=.*/locale/lt_LT.ISO8859-13(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   432
    default facet.locale.lt_LT.ISO8859-13 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   433
<transform dir file link hardlink path=.*/locale/lt_LT.UTF-8(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   434
    default facet.locale.lt_LT.UTF-8 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   435
<transform dir file link hardlink path=.*/locale/lv(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   436
    default facet.locale.lv true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   437
<transform dir file link hardlink path=.*/locale/lv_LV.ISO8859-13(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   438
    default facet.locale.lv_LV.ISO8859-13 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   439
<transform dir file link hardlink path=.*/locale/lv_LV.UTF-8(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   440
    default facet.locale.lv_LV.UTF-8 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   441
<transform dir file link hardlink path=.*/locale/mai(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   442
    default facet.locale.mai true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   443
<transform dir file link hardlink path=.*/locale/md(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   444
    default facet.locale.md true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   445
<transform dir file link hardlink path=.*/locale/mg(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   446
    default facet.locale.mg true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   447
<transform dir file link hardlink path=.*/locale/mi(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   448
    default facet.locale.mi true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   449
<transform dir file link hardlink path=.*/locale/mk(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   450
    default facet.locale.mk true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   451
<transform dir file link hardlink path=.*/locale/mk_MK.ISO8859-5(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   452
    default facet.locale.mk_MK.ISO8859-5 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   453
<transform dir file link hardlink path=.*/locale/mk_MK.UTF-8(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   454
    default facet.locale.mk_MK.UTF-8 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   455
<transform dir file link hardlink path=.*/locale/ml(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   456
    default facet.locale.ml true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   457
<transform dir file link hardlink path=.*/locale/ml_IN.UTF-8(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   458
    default facet.locale.ml_IN.UTF-8 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   459
<transform dir file link hardlink path=.*/locale/mn(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   460
    default facet.locale.mn true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   461
<transform dir file link hardlink path=.*/locale/mr(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   462
    default facet.locale.mr true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   463
<transform dir file link hardlink path=.*/locale/mr_IN.UTF-8(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   464
    default facet.locale.mr_IN.UTF-8 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   465
<transform dir file link hardlink path=.*/locale/ms(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   466
    default facet.locale.ms true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   467
<transform dir file link hardlink path=.*/locale/ms_MY(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   468
    default facet.locale.ms_MY true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   469
<transform dir file link hardlink path=.*/locale/ms_MY.UTF-8(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   470
    default facet.locale.ms_MY.UTF-8 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   471
<transform dir file link hardlink path=.*/locale/mt(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   472
    default facet.locale.mt true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   473
<transform dir file link hardlink path=.*/locale/mt_MT.UTF-8(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   474
    default facet.locale.mt_MT.UTF-8 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   475
<transform dir file link hardlink path=.*/locale/my(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   476
    default facet.locale.my true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   477
<transform dir file link hardlink path=.*/locale/my_MM(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   478
    default facet.locale.my_MM true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   479
<transform dir file link hardlink path=.*/locale/nb(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   480
    default facet.locale.nb true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   481
<transform dir file link hardlink path=.*/locale/nb_NO.UTF-8(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   482
    default facet.locale.nb_NO.UTF-8 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   483
<transform dir file link hardlink path=.*/locale/nds(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   484
    default facet.locale.nds true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   485
<transform dir file link hardlink path=.*/locale/ne(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   486
    default facet.locale.ne true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   487
<transform dir file link hardlink path=.*/locale/nl(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   488
    default facet.locale.nl true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   489
<transform dir file link hardlink path=.*/locale/nl_BE.ISO8859-1(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   490
    default facet.locale.nl_BE.ISO8859-1 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   491
<transform dir file link hardlink path=.*/locale/nl_BE.ISO8859-15(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   492
    default facet.locale.nl_BE.ISO8859-15 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   493
<transform dir file link hardlink path=.*/locale/nl_BE.UTF-8(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   494
    default facet.locale.nl_BE.UTF-8 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   495
<transform dir file link hardlink path=.*/locale/nl_NL.ISO8859-1(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   496
    default facet.locale.nl_NL.ISO8859-1 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   497
<transform dir file link hardlink path=.*/locale/nl_NL.ISO8859-15(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   498
    default facet.locale.nl_NL.ISO8859-15 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   499
<transform dir file link hardlink path=.*/locale/nl_NL.UTF-8(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   500
    default facet.locale.nl_NL.UTF-8 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   501
<transform dir file link hardlink path=.*/locale/nn(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   502
    default facet.locale.nn true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   503
<transform dir file link hardlink path=.*/locale/nn_NO.UTF-8(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   504
    default facet.locale.nn_NO.UTF-8 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   505
<transform dir file link hardlink path=.*/locale/no(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   506
    default facet.locale.no true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   507
<transform dir file link hardlink path=.*/locale/no_NO.ISO8859-1@bokmal(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   508
    default facet.locale.no_NO.ISO8859-1@bokmal true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   509
<transform dir file link hardlink path=.*/locale/no_NO.ISO8859-1@nynorsk(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   510
    default facet.locale.no_NO.ISO8859-1@nynorsk true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   511
<transform dir file link hardlink path=.*/locale/nso(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   512
    default facet.locale.nso true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   513
<transform dir file link hardlink path=.*/locale/oc(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   514
    default facet.locale.oc true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   515
<transform dir file link hardlink path=.*/locale/or(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   516
    default facet.locale.or true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   517
<transform dir file link hardlink path=.*/locale/or_IN.UTF-8(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   518
    default facet.locale.or_IN.UTF-8 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   519
<transform dir file link hardlink path=.*/locale/pa(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   520
    default facet.locale.pa true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   521
<transform dir file link hardlink path=.*/locale/pa_IN.UTF-8(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   522
    default facet.locale.pa_IN.UTF-8 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   523
<transform dir file link hardlink path=.*/locale/pl(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   524
    default facet.locale.pl true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   525
<transform dir file link hardlink path=.*/locale/pl_PL.ISO8859-2(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   526
    default facet.locale.pl_PL.ISO8859-2 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   527
<transform dir file link hardlink path=.*/locale/pl_PL.UTF-8(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   528
    default facet.locale.pl_PL.UTF-8 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   529
<transform dir file link hardlink path=.*/locale/ps(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   530
    default facet.locale.ps true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   531
<transform dir file link hardlink path=.*/locale/pt(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   532
    default facet.locale.pt true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   533
<transform dir file link hardlink path=.*/locale/pt_BR(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   534
    default facet.locale.pt_BR true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   535
<transform dir file link hardlink path=.*/locale/pt_BR.ISO8859-1(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   536
    default facet.locale.pt_BR.ISO8859-1 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   537
<transform dir file link hardlink path=.*/locale/pt_BR.UTF-8(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   538
    default facet.locale.pt_BR.UTF-8 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   539
<transform dir file link hardlink path=.*/locale/pt_PT(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   540
    default facet.locale.pt_PT true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   541
<transform dir file link hardlink path=.*/locale/pt_PT.ISO8859-1(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   542
    default facet.locale.pt_PT.ISO8859-1 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   543
<transform dir file link hardlink path=.*/locale/pt_PT.ISO8859-15(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   544
    default facet.locale.pt_PT.ISO8859-15 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   545
<transform dir file link hardlink path=.*/locale/pt_PT.UTF-8(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   546
    default facet.locale.pt_PT.UTF-8 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   547
<transform dir file link hardlink path=.*/locale/rm(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   548
    default facet.locale.rm true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   549
<transform dir file link hardlink path=.*/locale/ro(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   550
    default facet.locale.ro true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   551
<transform dir file link hardlink path=.*/locale/ro_RO.ISO8859-2(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   552
    default facet.locale.ro_RO.ISO8859-2 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   553
<transform dir file link hardlink path=.*/locale/ro_RO.UTF-8(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   554
    default facet.locale.ro_RO.UTF-8 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   555
<transform dir file link hardlink path=.*/locale/ru(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   556
    default facet.locale.ru true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   557
<transform dir file link hardlink path=.*/locale/ru_RU.ANSI1251(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   558
    default facet.locale.ru_RU.ANSI1251 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   559
<transform dir file link hardlink path=.*/locale/ru_RU.ISO8859-5(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   560
    default facet.locale.ru_RU.ISO8859-5 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   561
<transform dir file link hardlink path=.*/locale/ru_RU.KOI8-R(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   562
    default facet.locale.ru_RU.KOI8-R true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   563
<transform dir file link hardlink path=.*/locale/ru_RU.UTF-8(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   564
    default facet.locale.ru_RU.UTF-8 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   565
<transform dir file link hardlink path=.*/locale/ru_UA.UTF-8(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   566
    default facet.locale.ru_UA.UTF-8 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   567
<transform dir file link hardlink path=.*/locale/rw(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   568
    default facet.locale.rw true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   569
<transform dir file link hardlink path=.*/locale/sa_IN.UTF-8(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   570
    default facet.locale.sa_IN.UTF-8 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   571
<transform dir file link hardlink path=.*/locale/sh_BA.ISO8859-2@bosnia(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   572
    default facet.locale.sh_BA.ISO8859-2@bosnia true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   573
<transform dir file link hardlink path=.*/locale/sh_BA.UTF-8(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   574
    default facet.locale.sh_BA.UTF-8 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   575
<transform dir file link hardlink path=.*/locale/si(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   576
    default facet.locale.si true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   577
<transform dir file link hardlink path=.*/locale/sk(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   578
    default facet.locale.sk true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   579
<transform dir file link hardlink path=.*/locale/sk_SK.ISO8859-2(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   580
    default facet.locale.sk_SK.ISO8859-2 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   581
<transform dir file link hardlink path=.*/locale/sk_SK.UTF-8(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   582
    default facet.locale.sk_SK.UTF-8 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   583
<transform dir file link hardlink path=.*/locale/sl(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   584
    default facet.locale.sl true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   585
<transform dir file link hardlink path=.*/locale/sl_SI.ISO8859-2(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   586
    default facet.locale.sl_SI.ISO8859-2 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   587
<transform dir file link hardlink path=.*/locale/sl_SI.UTF-8(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   588
    default facet.locale.sl_SI.UTF-8 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   589
<transform dir file link hardlink path=.*/locale/so(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   590
    default facet.locale.so true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   591
<transform dir file link hardlink path=.*/locale/sq(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   592
    default facet.locale.sq true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   593
<transform dir file link hardlink path=.*/locale/sq_AL.ISO8859-2(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   594
    default facet.locale.sq_AL.ISO8859-2 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   595
<transform dir file link hardlink path=.*/locale/sq_AL.UTF-8(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   596
    default facet.locale.sq_AL.UTF-8 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   597
<transform dir file link hardlink path=.*/locale/sr(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   598
    default facet.locale.sr true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   599
<transform dir file link hardlink path=.*/locale/sr_CS.UTF-8(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   600
    default facet.locale.sr_CS.UTF-8 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   601
<transform dir file link hardlink path=.*/locale/sr_ME.UTF-8(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   602
    default facet.locale.sr_ME.UTF-8 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   603
<transform dir file link hardlink path=.*/locale/sr_ME.UTF-8@latin(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   604
    default facet.locale.sr_ME.UTF-8@latin true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   605
<transform dir file link hardlink path=.*/locale/sr_RS.UTF-8(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   606
    default facet.locale.sr_RS.UTF-8 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   607
<transform dir file link hardlink path=.*/locale/sr_RS.UTF-8@latin(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   608
    default facet.locale.sr_RS.UTF-8@latin true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   609
<transform dir file link hardlink path=.*/locale/sr_YU.ISO8859-5(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   610
    default facet.locale.sr_YU.ISO8859-5 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   611
<transform dir file link hardlink path=.*/locale/sr@ije(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   612
    default facet.locale.sr@ije true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   613
<transform dir file link hardlink path=.*/locale/sr@latin(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   614
    default facet.locale.sr@latin true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   615
<transform dir file link hardlink path=.*/locale/sr@Latn(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   616
    default facet.locale.sr@Latn true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   617
<transform dir file link hardlink path=.*/locale/sv(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   618
    default facet.locale.sv true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   619
<transform dir file link hardlink path=.*/locale/sv_SE.ISO8859-15@euro(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   620
    default facet.locale.sv_SE.ISO8859-15@euro true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   621
<transform dir file link hardlink path=.*/locale/sv_SE.UTF-8@euro(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   622
    default facet.locale.sv_SE.UTF-8@euro true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   623
<transform dir file link hardlink path=.*/locale/sv.UTF-8(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   624
    default facet.locale.sv.UTF-8 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   625
<transform dir file link hardlink path=.*/locale/sw(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   626
    default facet.locale.sw true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   627
<transform dir file link hardlink path=.*/locale/ta(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   628
    default facet.locale.ta true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   629
<transform dir file link hardlink path=.*/locale/ta_IN.UTF-8(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   630
    default facet.locale.ta_IN.UTF-8 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   631
<transform dir file link hardlink path=.*/locale/te(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   632
    default facet.locale.te true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   633
<transform dir file link hardlink path=.*/locale/te_IN.UTF-8(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   634
    default facet.locale.te_IN.UTF-8 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   635
<transform dir file link hardlink path=.*/locale/tg(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   636
    default facet.locale.tg true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   637
<transform dir file link hardlink path=.*/locale/th(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   638
    default facet.locale.th true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   639
<transform dir file link hardlink path=.*/locale/th_TH(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   640
    default facet.locale.th_TH true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   641
<transform dir file link hardlink path=.*/locale/th_TH.UTF-8(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   642
    default facet.locale.th_TH.UTF-8 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   643
<transform dir file link hardlink path=.*/locale/ti(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   644
    default facet.locale.ti true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   645
<transform dir file link hardlink path=.*/locale/tig(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   646
    default facet.locale.tig true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   647
<transform dir file link hardlink path=.*/locale/tk(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   648
    default facet.locale.tk true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   649
<transform dir file link hardlink path=.*/locale/tl(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   650
    default facet.locale.tl true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   651
<transform dir file link hardlink path=.*/locale/tr(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   652
    default facet.locale.tr true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   653
<transform dir file link hardlink path=.*/locale/tr_TR.ISO8859-9(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   654
    default facet.locale.tr_TR.ISO8859-9 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   655
<transform dir file link hardlink path=.*/locale/tr_TR.UTF-8(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   656
    default facet.locale.tr_TR.UTF-8 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   657
<transform dir file link hardlink path=.*/locale/tt(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   658
    default facet.locale.tt true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   659
<transform dir file link hardlink path=.*/locale/ug(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   660
    default facet.locale.ug true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   661
<transform dir file link hardlink path=.*/locale/uk(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   662
    default facet.locale.uk true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   663
<transform dir file link hardlink path=.*/locale/uk_UA.UTF-8(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   664
    default facet.locale.uk_UA.UTF-8 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   665
<transform dir file link hardlink path=.*/locale/ur(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   666
    default facet.locale.ur true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   667
<transform dir file link hardlink path=.*/locale/ur_PK(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   668
    default facet.locale.ur_PK true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   669
<transform dir file link hardlink path=.*/locale/uz(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   670
    default facet.locale.uz true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   671
<transform dir file link hardlink path=.*/locale/uz@cyrillic(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   672
    default facet.locale.uz@cyrillic true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   673
<transform dir file link hardlink path=.*/locale/ve(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   674
    default facet.locale.ve true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   675
<transform dir file link hardlink path=.*/locale/vi(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   676
    default facet.locale.vi true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   677
<transform dir file link hardlink path=.*/locale/vi_VN.UTF-8(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   678
    default facet.locale.vi_VN.UTF-8 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   679
<transform dir file link hardlink path=.*/locale/wa(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   680
    default facet.locale.wa true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   681
<transform dir file link hardlink path=.*/locale/wal(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   682
    default facet.locale.wal true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   683
<transform dir file link hardlink path=.*/locale/wo(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   684
    default facet.locale.wo true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   685
<transform dir file link hardlink path=.*/locale/xh(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   686
    default facet.locale.xh true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   687
<transform dir file link hardlink path=.*/locale/yi(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   688
    default facet.locale.yi true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   689
<transform dir file link hardlink path=.*/locale/yo(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   690
    default facet.locale.yo true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   691
<transform dir file link hardlink path=.*/locale/zh(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   692
    default facet.locale.zh true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   693
<transform dir file link hardlink path=.*/locale/zh_CN(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   694
    default facet.locale.zh_CN true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   695
<transform dir file link hardlink path=.*/locale/zh_HK(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   696
    default facet.locale.zh_HK true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   697
<transform dir file link hardlink path=.*/locale/zh_SG.UTF-8(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   698
    default facet.locale.zh_SG.UTF-8 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   699
<transform dir file link hardlink path=.*/locale/zh_TW(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   700
    default facet.locale.zh_TW true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   701
<transform dir file link hardlink path=.*/locale/zh_TW.BIG5(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   702
    default facet.locale.zh_TW.BIG5 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   703
<transform dir file link hardlink path=.*/locale/zh_TW.UTF-8(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   704
    default facet.locale.zh_TW.UTF-8 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   705
<transform dir file link hardlink path=.*/locale/zh.GBK(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   706
    default facet.locale.zh.GBK true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   707
<transform dir file link hardlink path=.*/locale/zh.UTF-8(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   708
    default facet.locale.zh.UTF-8 true>
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   709
<transform dir file link hardlink path=.*/locale/zu(/.+){0,1}$ -> \
21f7a7ab78ba add more rules to transforms, fix up some existings rules
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
   710
    default facet.locale.zu true>