This commit is contained in:
2020-02-20 20:19:08 +00:00
parent eb51fbaa02
commit 35eb5a163a
2 changed files with 145 additions and 114 deletions

View File

@@ -155,8 +155,6 @@ export default {
"RowsPerPage",
"PageOfPageText",
"Loading",
"AM",
"PM",
"DataListView",
"FilterUnsaved"
],
@@ -412,7 +410,7 @@ export default {
//
setVuetifyDefaultLanguageElements(vm) {
vm.$vuetify.lang.locales.en.close = this.get("OK");
vm.$vuetify.lang.locales.en.timePicker.am = this.get("AM");
vm.$vuetify.lang.locales.en.timePicker.pm = this.get("PM");
// vm.$vuetify.lang.locales.en.timePicker.am = this.get("AM");
// vm.$vuetify.lang.locales.en.timePicker.pm = this.get("PM");
}
};