Add italian localization

- Added it locale
- Add it language ro other config files (nginx.conf, vite.config.ts, i18n.ts)
This commit is contained in:
Federico
2025-12-29 01:09:46 +01:00
parent bd6fd53d8b
commit c9aa895894
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;