Skip to content

Commit e42971e

Browse files
authored
fix language key for russian
1 parent fd5dd19 commit e42971e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ var i18n = {
1717
hu: require("./i18n/hu.json"),
1818
enIndian: require("./i18n/en-indian.json"),
1919
uk: require("./i18n/uk.json"),
20-
id: require("./i18n/ru.json"),
20+
ru: require("./i18n/ru.json"),
2121
id: require("./i18n/id.json")
2222
};
2323
exports.i18n = i18n;

0 commit comments

Comments
 (0)