Skip to content

Commit

Permalink
Build DE translation
Browse files Browse the repository at this point in the history
  • Loading branch information
mgmeyers committed Nov 14, 2021
1 parent 550457e commit 5711018
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
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.0",
"version": "0.4.1",
"minAppVersion": "0.11.5",
"description": "Offers controls for adjusting theme, plugin, and snippet CSS variables.",
"author": "mgmeyers",
Expand Down
11 changes: 7 additions & 4 deletions src/lang/locale/de.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
export const de = {
"Default:": "Standard:",
"Error:": "Fehler:",
"missing default light value, or value is not in a valid color format": "Fehlender heller standard Wert oder Wert ist in keinem validen Farb-Format",
"missing default dark value, or value is not in a valid color format": "Fehlender dunkler standard Wert oder Wert ist in keinem validen Farb-Format",
"missing default value, or value is not in a valid color format": "Fehlender standard Wert oder Wert ist in keinem validen Farb-Format",
"missing default light value, or value is not in a valid color format":
"Fehlender heller standard Wert oder Wert ist in keinem validen Farb-Format",
"missing default dark value, or value is not in a valid color format":
"Fehlender dunkler standard Wert oder Wert ist in keinem validen Farb-Format",
"missing default value, or value is not in a valid color format":
"Fehlender standard Wert oder Wert ist in keinem validen Farb-Format",
"missing default value": "Fehlender standard Wert",
}
};

0 comments on commit 5711018

Please sign in to comment.