cv-frontend-vue
cv-frontend-vue copied to clipboard
refactor: migrate i18n.js to TypeScript as i18n.ts
Fixes #661
Describe the changes you have made in this PR -
converted the i18n.js file to i18n.ts file as asked in issue
Note: Please check Allow edits from maintainers. if you would like us to assist in the PR.
Summary by CodeRabbit
- Refactor
- Updated internationalization support to improve locale detection and error handling for missing translations.
- Enhanced fallback behavior to ensure English is used when localized messages are unavailable.