Home
last modified time | relevance | path

Searched refs:languages (Results 1 – 25 of 33) sorted by relevance

12

/expo/docs/components/base/languages/
H A Dgroovy.ts2 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 Druby.ts8 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 Dobjectivec.ts2 Prism.languages['objc'] = Prism.languages.extend('c', {
9 delete Prism.languages['objc']['class-name'];
H A Djson5.ts4 Prism.languages.json5 = Prism.languages.extend('json', {
H A Dswift.ts2 Prism.languages.swift = Prism.languages.extend('clike', {
28 Prism.languages.swift['string'].inside['interpolation'].inside.rest = Prism.languages.swift;
H A Dkotlin.ts2 Prism.languages.kotlin = Prism.languages.extend('clike', {
H A Dproperties.ts3 Prism.languages.properties = {
H A Dini.ts3 Prism.languages.ini = {
/expo/packages/expo-localization/build/
H A DExpoLocalization.js5 return Platform.isDOMAvailable ? navigator.languages || [navigator.language] : [];
80 const { languages = [] } = navigator;
81 return Array.from(languages);
H A DExpoLocalization.js.map1languages || [navigator.language] : [];\n};\n\ntype ExtendedLocale = Intl.Locale &\n // typescrip…
/expo/packages/expo-localization/src/
H A DExpoLocalization.ts8 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 Dlocalization.mdx15 … 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 Dlocalization.mdx10 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 Dcode.tsx9 import { installLanguages } from './languages';
205 const grammar = Prism.languages[lang as keyof typeof Prism.languages];
/expo/docs/pages/versions/unversioned/sdk/
H A Dlocalization.mdx13 … to Localize your app, customizing the experience for specific regions, languages, or cultures. It…
H A Dimage.mdx99 …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 Dlocalization.mdx13 … to Localize your app, customizing the experience for specific regions, languages, or cultures. It…
/expo/docs/pages/versions/v49.0.0/sdk/
H A Dlocalization.mdx13 … to Localize your app, customizing the experience for specific regions, languages, or cultures. It…
H A Dimage.mdx99 …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 Dlocalization.mdx13 … to Localize your app, customizing the experience for specific regions, languages, or cultures. It…
H A Dimage.mdx99 …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 Doverview.mdx53 … 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 DAuthSessionScreen.tsx20 const languages = [
32 const [language, setLanguage] = React.useState<any>(languages[0].key);
57 items={languages}
/expo/docs/pages/distribution/
H A Dapp-stores.mdx44 description="Prepare versions of your app for different languages and regions."
/expo/docs/pages/eas/metadata/
H A Dschema.mdx474 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

12