Merge pull request #325 from Timmy93/main

Add italian localization
This commit is contained in:
Alam
2026-01-04 19:26:51 +05:30
committed by GitHub
5 changed files with 827 additions and 11 deletions

View File

@@ -26,7 +26,7 @@ http {
root /usr/share/nginx/html;
index index.html;
rewrite ^/(en|de|zh|vi)/(.*)$ /$2 last;
rewrite ^/(en|de|zh|vi|it)/(.*)$ /$2 last;
location ~* \.html$ {
expires 1h;