Home
last modified time | relevance | path

Searched refs:translatable (Results 1 – 21 of 21) sorted by relevance

/expo/packages/expo-navigation-bar/plugin/src/__tests__/
H A DwithNavigationBar-test.ts120 translatable: 'false',
127 translatable: 'false',
134 translatable: 'false',
141 translatable: 'false',
148 translatable: 'false',
189 $: { name: 'expo_navigation_bar_border_color', translatable: 'false' },
198 $: { name: 'expo_navigation_bar_border_color', translatable: 'false' },
/expo/packages/@expo/config-plugins/src/android/
H A DResources.ts28 translatable?: string;
91 translatable,
96 translatable?: boolean;
102 if (translatable !== undefined) {
103 item.$['translatable'] = String(translatable);
/expo/packages/@expo/config-plugins/build/android/
H A DResources.d.ts24 translatable?: string;
54 export declare function buildResourceItem({ name, value, targetApi, translatable, }: {
58 translatable?: boolean;
H A DResources.js72 translatable
83 if (translatable !== undefined) {
84 item.$['translatable'] = String(translatable);
H A DResources.js.map1translatable","item","$","_","undefined","String","buildResourceGroup","parent","_parent$items","i…
/expo/packages/expo-system-ui/plugin/src/__tests__/
H A DwithAndroidUserInterfaceStyle-test.ts48 translatable: 'false',
91 translatable: 'false',
102 $: { name: 'expo_system_ui_user_interface_style', translatable: 'false' },
/expo/packages/@expo/config-plugins/src/utils/
H A DXML.ts40 if (string.$.translatable === 'false' || string.$.translatable === false) {
69 if (string.$.translatable === 'false' || string.$.translatable === false) {
/expo/packages/@expo/config-plugins/src/android/__tests__/
H A DStrings-test.ts36 [buildResourceItem({ name: 'foo', value: 'bar', translatable: false })],
42 resources: { string: [{ $: { name: 'foo', translatable: 'false' }, _: 'bar' }] },
/expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-splash-screen/
H A DwithAndroidSplashStrings.ts30 translatable: false,
35 translatable: false,
/expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-splash-screen/
H A DwithAndroidSplashStrings.js43 translatable: false property
47 translatable: false property
H A DwithAndroidSplashStrings.js.map1translatable","String"],"sources":["../../../../src/plugins/unversioned/expo-splash-screen/withAnd…
/expo/packages/@expo/config-plugins/build/utils/
H A DXML.js69 if (string.$.translatable === 'false' || string.$.translatable === false) {
99 if (string.$.translatable === 'false' || string.$.translatable === false) {
H A DXML.js.map1translatable","_","unescapeAndroidString","parseXMLAsync","stringTimesN","n","char","join","indent…
/expo/packages/expo-system-ui/plugin/src/
H A DwithAndroidUserInterfaceStyle.ts46 translatable: false,
/expo/packages/expo-localization/plugin/src/
H A DwithExpoLocalization.ts40 $: { name: 'ExpoLocalization_supportsRTL', translatable: 'false' },
/expo/packages/expo-localization/plugin/build/
H A DwithExpoLocalization.js31 $: { name: 'ExpoLocalization_supportsRTL', translatable: 'false' }, property
/expo/packages/expo-system-ui/plugin/build/
H A DwithAndroidUserInterfaceStyle.js36 translatable: false, property
/expo/packages/expo-navigation-bar/plugin/build/
H A DwithNavigationBar.js117 translatable: false, property
/expo/packages/expo-navigation-bar/plugin/src/
H A DwithNavigationBar.ts171 translatable: false,
/expo/packages/@expo/prebuild-config/src/plugins/__tests__/__snapshots__/
H A DwithDefaultPlugins-test.ts.snap1100 "translatable": "false",
1107 "translatable": "false",
2171 "translatable": "false",
2178 "translatable": "false",
/expo/docs/pages/config-plugins/
H A Ddevelopment-and-debugging.mdx359 <string name="expo_custom_value" translatable="false"></string>
368 <string name="expo_custom_value" translatable="false">I Love Expo</string>
389 // <string name="expo_custom_value" translatable="false">value</string>
390 { $: { name: 'expo_custom_value', translatable: 'false' }, _: value },