Skip to content

Commit

Permalink
Add module declarations for svg and png ressources
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Ziegenberg <[email protected]>
  • Loading branch information
ziegenberg committed Jun 4, 2024
1 parent 14985c5 commit f7cfed7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions src/custom.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
declare module "*.svg";
declare module "*.png";
3 changes: 1 addition & 2 deletions src/i18n/languages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ import { zhCN } from "date-fns/locale/zh-CN";
* dateLocale: is needed for translation in datepicker
*
* !!! If a translation file of a new language was added, please insert these language here, too !!!
*
* */
*/
const languages = [
{
code: "en-US",
Expand Down

0 comments on commit f7cfed7

Please sign in to comment.