Skip to content

Commit

Permalink
Update localize.ts
Browse files Browse the repository at this point in the history
Add Latvian language
  • Loading branch information
amixslv authored Dec 15, 2024
1 parent 3ae071f commit 1561c45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/localize/localize.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import * as he from "./languages/he.json";
import * as hu from "./languages/hu.json";
import * as is from "./languages/is.json";
import * as it from "./languages/it.json";
import * as it from "./languages/lv.json";
import * as lv from "./languages/lv.json";
import * as nbNo from "./languages/nb-NO.json";
import * as nl from "./languages/nl.json";
import * as pl from "./languages/pl.json";
Expand Down

0 comments on commit 1561c45

Please sign in to comment.