FEATURE: English locale with international date formats
Makes en_US the new default locale
This commit is contained in:
@@ -646,7 +646,7 @@ componentTest("clicking the toggle-direction button toggles the direction", {
|
||||
template: "{{d-editor value=value}}",
|
||||
beforeEach() {
|
||||
this.siteSettings.support_mixed_text_direction = true;
|
||||
this.siteSettings.default_locale = "en";
|
||||
this.siteSettings.default_locale = "en_US";
|
||||
},
|
||||
|
||||
async test(assert) {
|
||||
|
||||
Reference in New Issue
Block a user