A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/vuematerial/vue-material/commit/1d5850f below:

Pick text button (confirm and cancel) from locale · vuematerial/vue-material@1d5850f · GitHub

File tree Expand file treeCollapse file tree 3 files changed

+9

-4

lines changed

Filter options

Expand file treeCollapse file tree 3 files changed

+9

-4

lines changed Original file line number Diff line number Diff line change

@@ -62,7 +62,10 @@

62 62

shorterMonths: ['J', 'F', 'M', 'A', 'M', 'Ju', 'Ju', 'A', 'Se', 'O', 'N', 'D'],

63 63 64 64

// `0` stand for Sunday, `1` stand for Monday

65 -

firstDayOfAWeek: 0

65 +

firstDayOfAWeek: 0,

66 + 67 +

cancel: 'Cancel',

68 +

confirm: 'Ok'

66 69

}

67 70

}

68 71

</code-example>

Original file line number Diff line number Diff line change

@@ -79,8 +79,8 @@

79 79

</div>

80 80 81 81

<md-dialog-actions class="md-datepicker-body-footer">

82 -

<md-button class="md-primary" @click="onCancel">Cancel</md-button>

83 -

<md-button v-if="!mdImmediately" class="md-primary" @click="onConfirm">Ok</md-button>

82 +

<md-button class="md-primary" @click="onCancel">{{ locale.cancel }}</md-button>

83 +

<md-button v-if="!mdImmediately" class="md-primary" @click="onConfirm">{{ locale.confirm }}</md-button>

84 84

</md-dialog-actions>

85 85

</div>

86 86

</div>

Original file line number Diff line number Diff line change

@@ -16,7 +16,9 @@ const init = () => {

16 16

months: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'],

17 17

shortMonths: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'June', 'July', 'Aug', 'Sept', 'Oct', 'Nov', 'Dec'],

18 18

shorterMonths: ['J', 'F', 'M', 'A', 'M', 'Ju', 'Ju', 'A', 'Se', 'O', 'N', 'D'],

19 -

firstDayOfAWeek: 0

19 +

firstDayOfAWeek: 0,

20 +

cancel: 'Cancel',

21 +

confirm: 'Ok'

20 22

},

21 23

router: {

22 24

linkActiveClass: 'router-link-active'

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4