This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
hugh
/
waifu2x
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
Add tr to nginx.conf
nagadomi
hace 9 años
padre
4d4519515c
commit
e6c4a303e8
Se han
modificado 1 ficheros
con
1 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
1
0
appendix/waifu2x.nginx.conf
+ 1
- 0
appendix/waifu2x.nginx.conf
Ver fichero
@@ -12,6 +12,7 @@ map $http_accept_language $lang {
~es es;
~fr fr;
~de de;
+ ~tr tr;
~en en;
}