This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
wiki
/
weseek__growi
réplica de
https://github.com/weseek/growi
Seguir
2
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Wiki
Explorar o código
fix lint error
Yao Ding
%!s(int64=7) %!d(string=hai) anos
pai
7e51d41c29
achega
d1fe67d8de
Modificáronse 1 ficheiros
con
1 adicións
e
1 borrados
Dividir vista
Mostrar estatísticas de Diff
1
1
src/client/js/i18n.js
+ 1
- 1
src/client/js/i18n.js
Ver ficheiro
@@ -43,5 +43,5 @@ export default (userlang) => {
},
});
-
return i18n;
+ return i18n;
};