Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
appujet committed Oct 26, 2024
1 parent bc462f9 commit 37e21a3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Translation.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
- [x] Spanish (ES) - `SpanishES.json` [by @LucasB25](https://github.com/LucasB25)
- [ ] Swedish - `Swedish.json` (Not Started)
- [ ] Thai - `Thai.json` (Not Started)
- [ ] Turkish - `Turkish.json` (Not Started)
- [x] Turkish - `Turkish.json` [by @IlkayAksoy](https://github.com/IlkayAksoy)
- [ ] Ukrainian - `Ukrainian.json` (Not Started)
- [x] Vietnamese - `Vietnamese.json` [by @nhutlamm](https://github.com/nhutlamm) (Ai Translation - Not Accurate)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@types/i18n": "^0.13.12",
"@types/node": "^22.7.9",
"@types/node": "^22.8.1",
"@types/signale": "^1.4.7",
"prisma": "^5.21.1",
"tslib": "^2.8.0",
Expand Down
4 changes: 2 additions & 2 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export enum Language {
SpanishES = 'SpanishES',
// Swedish = "Swedish",
// Thai = "Thai",
// Turkish = "Turkish",
Turkish = "Turkish",
// Ukrainian = "Ukrainian",
Vietnamese = 'Vietnamese',
}
Expand Down Expand Up @@ -71,7 +71,7 @@ export const LocaleFlags = {
[Language.SpanishES]: '🇪🇸',
// [Language.Swedish]: "🇸🇪",
// [Language.Thai]: "🇹🇭",
// [Language.Turkish]: "🇹🇷",
[Language.Turkish]: "🇹🇷",
// [Language.Ukrainian]: "🇺🇦",
[Language.Vietnamese]: '🇻🇳',
};
Expand Down

0 comments on commit 37e21a3

Please sign in to comment.