mirror of
https://github.com/digitalocean/nginxconfig.io.git
synced 2025-09-19 18:19:19 +08:00
Assorted cleanup + fixes (#249)
* Move i18n strings to correct files * Update copyright header in recently modified files * More consistent line wrapping * Move modules above events block
This commit is contained in:
committed by
GitHub
parent
34ec037d13
commit
7a0b6937c6
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
Copyright 2020 DigitalOcean
|
||||
Copyright 2021 DigitalOcean
|
||||
|
||||
This code is licensed under the MIT License.
|
||||
You may obtain a copy of the License at
|
||||
@@ -42,4 +42,9 @@ export default {
|
||||
certificationType: 'Tipo de certificação',
|
||||
customCertificate: 'Certificado personalizado',
|
||||
letsEncryptEmail: `E-mail do ${common.letsEncrypt}`,
|
||||
http3Warning1: 'HTTP/3 isn\'t a standard NGINX module, check the ', // TODO: translate
|
||||
http3Warning2: 'NGINX QUIC readme ', // TODO: translate
|
||||
http3Warning3: ' or the ', // TODO: translate
|
||||
http3Warning4: 'Cloudflare quiche project ', // TODO: translate
|
||||
http3Warning5: ' for how to build NGINX with HTTP/3!', // TODO: translate
|
||||
};
|
||||
|
@@ -47,9 +47,4 @@ export default {
|
||||
ipv4Only: `${ipv4} apenas`,
|
||||
ipv6Only: `${ipv6} apenas`,
|
||||
ipv4AndIpv6: `${ipv4} & ${ipv6}`,
|
||||
http3Warning1: 'HTTP/3 isn\'t a standard NGINX module, check the ', // TODO: translate
|
||||
http3Warning2: 'NGINX QUIC readme ', // TODO: translate
|
||||
http3Warning3: ' or the ', // TODO: translate
|
||||
http3Warning4: 'Cloudflare quiche project ', // TODO: translate
|
||||
http3Warning5: ' for how to build NGINX with HTTP/3!', // TODO: translate
|
||||
};
|
||||
|
Reference in New Issue
Block a user