Skip to content

Commit c2c20b0

Browse files
authored
Merge pull request #35 from vannizhang/master
Add support for internationalization
2 parents 82a3d1e + 341bd05 commit c2c20b0

File tree

179 files changed

+4341
-1820
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

179 files changed

+4341
-1820
lines changed

CHANGELOG.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,11 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
66

7-
## [Unreleased]
7+
## [2025-03-28]
88

99
### Added
10-
### Changed
11-
### Removed
12-
### Fixed
10+
- Add support for internationalization via `i18next` to allow the application to be translated into multiple languages.
11+
- Add `/public/locales` directory to store translation files for different languages. This will allow the application to support multiple languages based on user preferences or browser settings.
1312

1413
## [2025-02-19]
1514

0 commit comments

Comments
 (0)