This website works better with JavaScript
Home
Explore
Help
Sign In
wiki
/
weseek__growi
mirror of
https://github.com/weseek/growi
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
fix lint error
Yao Ding
7 years ago
parent
7e51d41c29
commit
d1fe67d8de
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
src/client/js/i18n.js
+ 1
- 1
src/client/js/i18n.js
View File
@@ -43,5 +43,5 @@ export default (userlang) => {
},
});
-
return i18n;
+ return i18n;
};