fixed eslint

This commit is contained in:
Jeffrey Kosse 2021-03-26 14:51:17 +01:00
parent 8b9374f037
commit 98064a9178
7 changed files with 19 additions and 19 deletions
src/nginxconfig/i18n
en/templates/global_sections
fr/templates/global_sections
pt-br/templates/global_sections
ru/templates/global_sections
zh-cn/templates/global_sections
zh-tw/templates/global_sections

View File

@ -47,7 +47,7 @@ export default {
ipv4Only: `${ipv4} only`,
ipv6Only: `${ipv6} only`,
ipv4AndIpv6: `${ipv4} & ${ipv6}`,
http3Warning1: `HTTP/3 isn't a standard NGINX module, Check `,
http3Warning2: `NGINX quic readme `,
http3Warning3: `on how to build NGINX with HTTP/3!`
http3Warning1: 'HTTP/3 isn\'t a standard NGINX module, Check ',
http3Warning2: 'NGINX quic readme ',
http3Warning3: 'on how to build NGINX with HTTP/3!',
};

View File

@ -47,7 +47,7 @@ export default {
ipv4Only: `${ipv4} seulement`,
ipv6Only: `${ipv6} seulement`,
ipv4AndIpv6: `${ipv4} & ${ipv6}`,
http3Warning1: `HTTP/3 isn't a standard NGINX module, Check `, // TODO: translate
http3Warning2: `NGINX quic readme `, // TODO: translate
http3Warning3: `on how to build NGINX with HTTP/3!`, // TODO: translate
http3Warning1: 'HTTP/3 isn\'t a standard NGINX module, Check ', // TODO: translate
http3Warning2: 'NGINX quic readme ', // TODO: translate
http3Warning3: 'on how to build NGINX with HTTP/3!', // TODO: translate
};

View File

@ -47,7 +47,7 @@ export default {
ipv4Only: `${ipv4} apenas`,
ipv6Only: `${ipv6} apenas`,
ipv4AndIpv6: `${ipv4} & ${ipv6}`,
http3Warning1: `HTTP/3 isn't a standard NGINX module, Check `, // TODO: translate
http3Warning2: `NGINX quic readme `, // TODO: translate
http3Warning3: `on how to build NGINX with HTTP/3!`, // TODO: translate
http3Warning1: 'HTTP/3 isn\'t a standard NGINX module, Check ', // TODO: translate
http3Warning2: 'NGINX quic readme ', // TODO: translate
http3Warning3: 'on how to build NGINX with HTTP/3!', // TODO: translate
};

View File

@ -47,7 +47,7 @@ export default {
ipv4Only: `только ${ipv4}`,
ipv6Only: `только ${ipv6}`,
ipv4AndIpv6: `${ipv4} & ${ipv6}`,
http3Warning1: `HTTP/3 isn't a standard NGINX module, Check `, // TODO: translate
http3Warning2: `NGINX quic readme `, // TODO: translate
http3Warning3: `on how to build NGINX with HTTP/3!`, // TODO: translate
http3Warning1: 'HTTP/3 isn\'t a standard NGINX module, Check ', // TODO: translate
http3Warning2: 'NGINX quic readme ', // TODO: translate
http3Warning3: 'on how to build NGINX with HTTP/3!', // TODO: translate
};

View File

@ -47,7 +47,7 @@ export default {
ipv4Only: `${ipv4}`,
ipv6Only: `${ipv6}`,
ipv4AndIpv6: `${ipv4} & ${ipv6}`,
http3Warning1: `HTTP/3 isn't a standard NGINX module, Check `, // TODO: translate
http3Warning2: `NGINX quic readme `, // TODO: translate
http3Warning3: `on how to build NGINX with HTTP/3!`, // TODO: translate
http3Warning1: 'HTTP/3 isn\'t a standard NGINX module, Check ', // TODO: translate
http3Warning2: 'NGINX quic readme ', // TODO: translate
http3Warning3: 'on how to build NGINX with HTTP/3!', // TODO: translate
};

View File

@ -47,7 +47,7 @@ export default {
ipv4Only: `${ipv4}`,
ipv6Only: `${ipv6}`,
ipv4AndIpv6: `${ipv4} & ${ipv6}`,
http3Warning1: `HTTP/3 isn't a standard NGINX module, Check `,
http3Warning2: `NGINX quic readme `,
http3Warning3: `on how to build NGINX with HTTP/3!`,
http3Warning1: 'HTTP/3 isn\'t a standard NGINX module, Check ', // TODO: translate
http3Warning2: 'NGINX quic readme ', // TODO: translate
http3Warning3: 'on how to build NGINX with HTTP/3!', // TODO: translate
};