commit | f0197895656e8b42f294ac845dc5169cc7b2b7b0 | [log] [tgz] |
---|---|---|
author | LouiseHsu <louisehsu@google.com> | Wed Aug 02 13:20:39 2023 -0700 |
committer | GitHub <noreply@github.com> | Wed Aug 02 20:20:39 2023 +0000 |
tree | bc7bdaee9c3f4d8010f884f777e8d45a49e1017e | |
parent | 00a8323533d4d1b887bc2eb1988f4586860dfca4 [diff] [blame] |
[framework] Add Look Up to selection controls for iOS (#131798) This PR adds framework support for the Look Up feature in iOS. https://github.com/flutter/flutter/assets/36148254/d301df79-4e23-454f-8742-2f8e39c2960c The corresponding merged engine PR can be found [here](https://github.com/flutter/engine/pull/43308). This PR addresses https://github.com/flutter/flutter/issues/82907 More details are available in this [design doc.](flutter.dev/go/add-missing-features-to-selection-controls) This is the same PR as https://github.com/flutter/flutter/pull/130532, this is an attempt to fix the Google Testing issue
diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_id.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_id.arb index 97cd510..2c7c7ce 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_id.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_id.arb
@@ -23,5 +23,6 @@ "modalBarrierDismissLabel": "Tutup", "searchTextFieldPlaceholderLabel": "Telusuri", "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" }