Skip to content

Commit a1a86c7

Browse files
authored
Merge pull request #1707 from rexobo/add-swedish-translation
feat: Add Swedish translation
2 parents 81cecfe + 9172098 commit a1a86c7

File tree

2 files changed

+534
-0
lines changed

2 files changed

+534
-0
lines changed

src/locales/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ import nb from "./nb/translation.json";
2626
import et from "./et/translation.json";
2727
import bg from "./bg/translation.json";
2828
import uz from "./uz/translation.json";
29+
import sv from "./sv/translation.json";
2930

3031
export default {
3132
"pt-BR": ptBR,
@@ -56,4 +57,5 @@ export default {
5657
nb,
5758
et,
5859
uz,
60+
sv,
5961
};

0 commit comments

Comments
 (0)