| /expo/docs/components/base/languages/ |
| H A D | groovy.ts | 2 Prism.languages.groovy = Prism.languages.extend('clike', { 27 Prism.languages.insertBefore('groovy', 'string', { 34 Prism.languages.insertBefore('groovy', 'punctuation', { 38 Prism.languages.insertBefore('groovy', 'function', { 62 inside: Prism.languages.groovy,
|
| H A D | ruby.ts | 8 Prism.languages.ruby = Prism.languages.extend('clike', { 34 rest: Prism.languages.ruby, 38 delete Prism.languages.ruby.function; 40 Prism.languages.insertBefore('ruby', 'keyword', { 95 rest: Prism.languages.ruby, 100 Prism.languages.insertBefore('ruby', 'number', { 106 Prism.languages.ruby.string = [
|
| H A D | objectivec.ts | 2 Prism.languages['objc'] = Prism.languages.extend('c', { 9 delete Prism.languages['objc']['class-name'];
|
| H A D | json5.ts | 4 Prism.languages.json5 = Prism.languages.extend('json', {
|
| H A D | swift.ts | 2 Prism.languages.swift = Prism.languages.extend('clike', { 28 Prism.languages.swift['string'].inside['interpolation'].inside.rest = Prism.languages.swift;
|
| H A D | kotlin.ts | 2 Prism.languages.kotlin = Prism.languages.extend('clike', {
|
| H A D | properties.ts | 3 Prism.languages.properties = {
|
| H A D | ini.ts | 3 Prism.languages.ini = {
|
| /expo/packages/expo-localization/build/ |
| H A D | ExpoLocalization.js | 5 return Platform.isDOMAvailable ? navigator.languages || [navigator.language] : []; 80 const { languages = [] } = navigator; 81 return Array.from(languages);
|
| H A D | ExpoLocalization.js.map | 1 …languages || [navigator.language] : [];\n};\n\ntype ExtendedLocale = Intl.Locale &\n // typescrip…
|
| /expo/packages/expo-localization/src/ |
| H A D | ExpoLocalization.ts | 8 return Platform.isDOMAvailable ? navigator.languages || [navigator.language] : []; 100 const { languages = [] } = navigator; constant 101 return Array.from(languages);
|
| /expo/docs/pages/versions/v46.0.0/sdk/ |
| H A D | localization.mdx | 15 … to Localize your app, customizing the experience for specific regions, languages, or cultures. It… 29 Then, configure the languages for your app. 35 // Set the key-value pairs for the different languages you want to support. 61 // Set the key-value pairs for the different languages you want to support.
|
| /expo/docs/pages/guides/ |
| H A D | localization.mdx | 10 If you want your app to be easy to use for users who speak different languages or come from differe… 45 Then, configure the languages for your app: 51 // Set the key-value pairs for the different languages you want to support. 80 // Set the key-value pairs for the different languages you want to support. 148 …our app to different countries or regions or want it to support various languages, you can provide… 159 "ja": "./languages/japanese.json" 178 … left. If you want to localize your app, so it looks as expected in RTL languages, you need to mak…
|
| /expo/docs/components/base/ |
| H A D | code.tsx | 9 import { installLanguages } from './languages'; 205 const grammar = Prism.languages[lang as keyof typeof Prism.languages];
|
| /expo/docs/pages/versions/unversioned/sdk/ |
| H A D | localization.mdx | 13 … to Localize your app, customizing the experience for specific regions, languages, or cultures. It…
|
| H A D | image.mdx | 99 …cript and Express.js. The same techniques and principles apply to other languages and server techn… 147 The process of generating a blurhash can be accomplished in various languages and server technologi…
|
| /expo/docs/pages/versions/v47.0.0/sdk/ |
| H A D | localization.mdx | 13 … to Localize your app, customizing the experience for specific regions, languages, or cultures. It…
|
| /expo/docs/pages/versions/v49.0.0/sdk/ |
| H A D | localization.mdx | 13 … to Localize your app, customizing the experience for specific regions, languages, or cultures. It…
|
| H A D | image.mdx | 99 …cript and Express.js. The same techniques and principles apply to other languages and server techn… 147 The process of generating a blurhash can be accomplished in various languages and server technologi…
|
| /expo/docs/pages/versions/v48.0.0/sdk/ |
| H A D | localization.mdx | 13 … to Localize your app, customizing the experience for specific regions, languages, or cultures. It…
|
| H A D | image.mdx | 99 …cript and Express.js. The same techniques and principles apply to other languages and server techn… 147 The process of generating a blurhash can be accomplished in various languages and server technologi…
|
| /expo/docs/pages/modules/ |
| H A D | overview.mdx | 53 … React Native modules is context switching between the vastly different languages and paradigms fo… 56 …ecosystem was designed from the ground up to be used with modern native languages: Swift and Kotli…
|
| /expo/apps/native-component-list/src/screens/AuthSession/ |
| H A D | AuthSessionScreen.tsx | 20 const languages = [ 32 const [language, setLanguage] = React.useState<any>(languages[0].key); 57 items={languages}
|
| /expo/docs/pages/distribution/ |
| H A D | app-stores.mdx | 44 description="Prepare versions of your app for different languages and regions."
|
| /expo/docs/pages/eas/metadata/ |
| H A D | schema.mdx | 474 The App Store is a global service used by many people in different languages. 475 You can localize your App Store presence in [multiple languages](#apple-info-languages). 603 #### Apple info languages
|