Skip to content

Commit

Permalink
Add en to locale map
Browse files Browse the repository at this point in the history
mgmeyers committed Nov 23, 2021

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
1 parent 5711018 commit 80899e0
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "obsidian-style-settings",
"name": "Style Settings",
"version": "0.4.1",
"version": "0.4.2",
"minAppVersion": "0.11.5",
"description": "Offers controls for adjusting theme, plugin, and snippet CSS variables.",
"author": "mgmeyers",
1 change: 1 addition & 0 deletions src/lang/helpers.ts
Original file line number Diff line number Diff line change
@@ -30,6 +30,7 @@ const localeMap: { [k: string]: Partial<typeof en> } = {
cz,
da,
de,
en,
es,
fr,
hi,

0 comments on commit 80899e0

Please sign in to comment.