diff --git a/eslint.config.ts b/eslint.config.ts index 85f2e1c..74f327e 100644 --- a/eslint.config.ts +++ b/eslint.config.ts @@ -53,6 +53,5 @@ export default tseslint.config(eslintConfigPrettier, { "no-var": "error", "prefer-const": "error", "require-await": "error", - // 'sort-imports': 'error' // TODO: add code formatter }, }); diff --git a/src/assets/texts.json b/src/assets/texts.json new file mode 100644 index 0000000..e843a99 --- /dev/null +++ b/src/assets/texts.json @@ -0,0 +1,7 @@ +{ + "title": { + "catalog.designation": "Designation", + "catalog.icrs": "Celestial coordinates", + "catalog.redshift": "Redshift" + } +} diff --git a/src/components/ui/footer.tsx b/src/components/ui/footer.tsx index 52fe08f..fa3947a 100644 --- a/src/components/ui/footer.tsx +++ b/src/components/ui/footer.tsx @@ -10,7 +10,7 @@ const footerContent = ( Information:
- Old version: + Original version:
); @@ -37,7 +37,7 @@ export function Footer() {