Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature]: Italian language support #153

Closed
2 tasks done
otrebor1979 opened this issue Jan 2, 2024 · 3 comments · Fixed by #155
Closed
2 tasks done

[Feature]: Italian language support #153

otrebor1979 opened this issue Jan 2, 2024 · 3 comments · Fixed by #155
Labels

Comments

@otrebor1979
Copy link

Requirements

  • I have updated Mushroom to the latest available version
  • I did a search to see if there is a similar issue or if a pull request is open.

Is your feature request related to a problem?

Missing italian language 18n.

Describe the solution you'd like

I'd like the labels in italian language.

Describe alternatives you've considered

No response

Additional context

Here my (very trivial) translation

{ "editor": { "form": { "color_picker": { "values": { "default": "Colore di default" } }, "layout_picker": { "values": { "default": "Layout di default", "vertical": "Layout verticale", "horizontal": "Layout orizzontala" } }, "day_style": { "values": { "default": "Data", "counter": "giorni a" } } }, "card": { "generic": { "icon_color": "Colore icona", "layout": "Layout", "fill_container": "Riempi il container", "next_days": "Giorni nel futuro", "filter_events": "Filtra eventi con i pattern", "drop_todayevents_from": "Da quale orario nascondere gli eventi di Tutto il giorno", "full_size": "Card senza margini", "use_summary": "Usa l'oggetto dell'evento al posto dell'etichetta", "day_style": "Mostra la data degli eventi come" }, "trash": { "organic": { "label": "Etichetta Organico", "color": "Colore Organico", "icon": "Icona Organico", "pattern": "Pattern identificazione Organico" }, "paper": { "label": "Etichetta Carta", "color": "Colore Carta", "icon": "Icona Carta", "pattern": "Pattern identificazione Carta" }, "recycle": { "label": "Etichetta Plastica", "color": "Colore Plastica", "icon": "Icona Plastica", "pattern": "Pattern identificazione Plastica" }, "waste": { "label": "Etichetta Indifferenziato", "color": "Colore Indifferenziato", "icon": "Icona Indifferenziato", "pattern": "Pattern identificazione Indifferenziato" }, "others": { "color": "Colore Altro", "icon": "Icona Altro" } } } }, "card": { "not_found": "Entità non trovata", "trash": { "today": "Oggi", "tomorrow": "Domani", "day": "<DAY>", "today_from_till": "Oggi\nda <START> a <END>", "tomorrow_from_till": "Domani\ntra <START> e <END>", "day_from_till": "<DAY>\ntra <START> e <END>", "daysleft": "entro <DAYS> giorni", "daysleft_more": "entro <DAYS> giorni", "daysleft_from_till": "entro <DAYS> giorni\ntra <START> e <END>", "daysleft_more_from_till": "entro <DAYS> giorni\ntra <START> e <END>" } } }

@Efois
Copy link

Efois commented Jan 3, 2024

How could I help in this task?

@otrebor1979
Copy link
Author

I tried to push a new branch by myself but I received an error because I'm not enabled.
Would it be possible to have Italian language support?

@idaho
Copy link
Owner

idaho commented Jan 3, 2024

@otrebor1979 i will add it with the next release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants