add italian to languages

This commit is contained in:
5ila5
2024-08-15 14:25:50 +02:00
committed by 5ila5
parent 567f7ba4aa
commit 1ac5d108c6
2 changed files with 9721 additions and 4756 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -38,7 +38,7 @@ END_COUNTRY_SECTION = "<!--End of country section-->"
START_SERVICE_SECTION = "<!--Begin of service section-->"
END_SERVICE_SECTION = "<!--End of service section-->"
LANGUAGES = ["en", "de"]
LANGUAGES = ["en", "de", "it"]
ARG_TRANSLATIONS_TO_KEEP = ["calendar_title"]
ARG_DESCRIPTIONS_TO_KEEP = ["calendar_title"]
ARG_GENERAL_KEYS_TO_KEEP = ["title", "description"]