Skip to content

Commit 5e5c2bb

Browse files
author
Kirill Noskov
committed
imported pt in index.js
1 parent 7dbf896 commit 5e5c2bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/translations/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import * as en from "./en.json";
22
import * as fr from "./fr.json";
33
import * as es from "./es.json";
44
import * as hu from "./hu.json";
5-
import * as ru from "./ru.json";
5+
import * as pt from "./pt.json";
66

77
export const defaultLocale = "en";
88
const translations = { en, fr, es, hu, pt };

0 commit comments

Comments
 (0)