Lines Matching full:intl
97 intlString = 'intl/'
105 from an intl/<lang>/... directory or fall through to the default language.
135 # Do some prep for handling intl requests. Parse the url and validate
136 # the intl/lang substring, extract the url lang code (urlLangName) and the
137 # the uri that follows the intl/lang substring(contentUri)
140 isIntl = len(sections) > 1 and (sections[0] == "intl")
150 # intl/nn substring. It will later be redirected to
152 # logging.info(' Handling a MISMATCHED intl request')
165 # in the intl/lang tree. Before going to 404, see if there is an
171 # handle the case where we need to pass through an invalid intl req
173 # because intl urls are passed through clean and retried in English,
175 # logging.info(' Handling an invalid intl request...')
179 # handle the case where we have a non-clean url (usually a non-intl
181 # that is set. Prepend an intl/lang string to the request url and
232 """Redirect an incoming request to the appropriate intl uri.
234 For non-en langName, builds the intl/lang string from a
237 redirects a stripped uri string (intl/nn removed).
259 For intl requests that are not found (in the localized tree),
266 for an intl (localized) url, also resets the language cookie
298 # couldn't find the intl doc. Try to fall through to English.