diff --git a/i18next.config.ts b/i18next.config.ts index ed03330e..fbb75799 100644 --- a/i18next.config.ts +++ b/i18next.config.ts @@ -7,4 +7,4 @@ export default defineConfig({ output: "src/locales/{{language}}/{{namespace}}.json", defaultValue: "__STRING_NOT_TRANSLATED__" } -}); \ No newline at end of file +}); diff --git a/package.json b/package.json index 1891d7eb..a7c1f1d7 100644 --- a/package.json +++ b/package.json @@ -150,4 +150,4 @@ "vite-plugin-istanbul": "^7.2.1", "vitest": "^4.0.18" } -} \ No newline at end of file +} diff --git a/src/locales/de/translation.json b/src/locales/de/translation.json index 19c3369e..5545b702 100644 --- a/src/locales/de/translation.json +++ b/src/locales/de/translation.json @@ -200,4 +200,4 @@ "View": "Ansicht", "You've entered an old style filter.": "Du hast einen alten Filter-Stil eingegeben.", "Zoom": "Zoom" -} \ No newline at end of file +} diff --git a/src/locales/fr/translation.json b/src/locales/fr/translation.json index a4f3ed68..2dab1b4a 100644 --- a/src/locales/fr/translation.json +++ b/src/locales/fr/translation.json @@ -200,4 +200,4 @@ "View": "Vue", "You've entered an old style filter.": "Vous avez entré un ancien style de filtre.", "Zoom": "Zoom" -} \ No newline at end of file +} diff --git a/src/locales/he/translation.json b/src/locales/he/translation.json index 8c0cd22b..af7fa8a0 100644 --- a/src/locales/he/translation.json +++ b/src/locales/he/translation.json @@ -200,4 +200,4 @@ "View": "תצוגה", "You've entered an old style filter.": "הכנסתם סינון מסוג ישן,", "Zoom": "זום" -} \ No newline at end of file +} diff --git a/src/locales/it/translation.json b/src/locales/it/translation.json index 4a1721e3..073cf055 100644 --- a/src/locales/it/translation.json +++ b/src/locales/it/translation.json @@ -200,4 +200,4 @@ "View": "Vista", "You've entered an old style filter.": "Hai inserito uno stile filtro obsoleto.", "Zoom": "Zoom" -} \ No newline at end of file +} diff --git a/src/locales/ja/translation.json b/src/locales/ja/translation.json index 3c64fb14..edeebeaf 100644 --- a/src/locales/ja/translation.json +++ b/src/locales/ja/translation.json @@ -200,4 +200,4 @@ "View": "表示", "You've entered an old style filter.": "旧型フィルタを使用しております。", "Zoom": "ズーム" -} \ No newline at end of file +} diff --git a/src/locales/ko/translation.json b/src/locales/ko/translation.json index f0f64f8a..fb414828 100644 --- a/src/locales/ko/translation.json +++ b/src/locales/ko/translation.json @@ -200,4 +200,4 @@ "View": "보기", "You've entered an old style filter.": "이전 스타일 필터를 입력했습니다.", "Zoom": "줌" -} \ No newline at end of file +} diff --git a/src/locales/zh/translation.json b/src/locales/zh/translation.json index d29f431a..80498258 100644 --- a/src/locales/zh/translation.json +++ b/src/locales/zh/translation.json @@ -200,4 +200,4 @@ "View": "视图", "You've entered an old style filter.": "您输入了一个旧风格的过滤器。", "Zoom": "缩放" -} \ No newline at end of file +}