Skip to content

Commit

Permalink
[components] Closes mozilla-mobile/android-components#1530: Add suppo…
Browse files Browse the repository at this point in the history
…rt for html input datetime-local and time

 for GeckoEngine.

X-Channel-Revision: [main] mozilla-mobile/android-components@96444dd
X-Channel-Revision: [main] mozilla-mobile/fenix@d039188
X-Channel-Revision: [main] mozilla-mobile/focus-android@a9a09b1
X-Channel-Converted-Revision: [main] mozilla-mobile/firefox-android@794341e
  • Loading branch information
Amejia481 committed Jan 14, 2019
1 parent eed5b09 commit f54a112
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mozilla-mobile/firefox-android/android-components",
"revs": {
"main": "d31bb089b031fd2260349236c2bec706eea4b7e1"
"main": "794341ef7bcb0757c3030a5eac7e757e09f823b0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@
<!-- Title of a date picker dialog, this text is shown above a date picker. -->
<string name="mozac_feature_prompts_pick_a_date">Pick a date</string>

<!-- Title of a time picker dialog, this text is shown above a time picker. -->
<string name="mozac_feature_prompts_pick_a_time">Pick a time</string>

<!-- Title of a date and time picker dialog, this text is shown above the picker. -->
<string name="mozac_feature_prompts_pick_a_date_and_time">Pick a date and time</string>

<!-- Text for a positive button, when an user selects a date in date/time picker. -->
<string name="mozac_feature_prompts_set_date">Set</string>

Expand Down

0 comments on commit f54a112

Please sign in to comment.