You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/lib/internationalization/translatable.ts
+1
Original file line number
Diff line number
Diff line change
@@ -131,6 +131,7 @@ export const translatable = {
131
131
132
132
// output plugins
133
133
custom_css_file_0_does_not_exist: `Custom CSS file at {0} does not exist`,
134
+
custom_js_file_0_does_not_exist: `Custom JavaScript file at {0} does not exist`,
134
135
unsupported_highlight_language_0_not_highlighted_in_comment_for_1: `Unsupported highlight language {0} will not be highlighted in comment for {1}`,
135
136
unloaded_language_0_not_highlighted_in_comment_for_1: `Code block with language {0} will not be highlighted in comment for {1} as it was not included in the highlightLanguages option`,
136
137
yaml_frontmatter_not_an_object: `Expected YAML frontmatter to be an object`,
0 commit comments