Refresh translation files

This commit is contained in:
Alex Root Junior 2023-10-29 02:32:40 +03:00
parent a355daba49
commit 228a86afdc
No known key found for this signature in database
GPG key ID: 074C1D455EBEA4AC
12 changed files with 392 additions and 146 deletions

View file

@ -97,7 +97,7 @@ When you use nginx as reverse proxy, you should set `proxy_pass` to your aiohttp
Without reverse proxy (not recommended)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In case you want can't use reverse proxy, you can use aiohttp's ssl context.
In case without using reverse proxy, you can use aiohttp's ssl context.
Also this example contains usage with self-signed certificate.