Skip to content

Commit 7be9a8c

Browse files
committed
Added en-us
1 parent a852565 commit 7be9a8c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ui/settings.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,7 @@ export class FullCalendarSettingTab extends PluginSettingTab {
244244
.setName("Locale")
245245
.setDesc("Choose locale for date formats and language.")
246246
.addDropdown((dropdown) => {
247+
dropdown.addOption("en", "en-us");
247248
allLocales.forEach((locale) => {
248249
dropdown.addOption(locale.code, locale.code);
249250
});

0 commit comments

Comments
 (0)