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

Added translated strings for catalan, italian and spanish #58

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion css/monthly.css
Original file line number Diff line number Diff line change
Expand Up @@ -373,10 +373,21 @@
.monthly-cal:after { content: 'Month'; }
.monthly-list-item:after { content: 'No Events'; }

.monthly-locale-ca .monthly-reset:after { content: 'Avui'; }
.monthly-locale-ca .monthly-cal:after { content: 'Mes'; }
.monthly-locale-ca .monthly-list-item:after { content: 'Cap esdeveniment'; }

.monthly-locale-es .monthly-reset:after { content: 'Hoy'; }
.monthly-locale-es .monthly-cal:after { content: 'Mes'; }
.monthly-locale-es .monthly-list-item:after { content: 'Ningún evento'; }

.monthly-locale-fr .monthly-reset:after { content: "aujourd'hui"; }
.monthly-locale-fr .monthly-cal:after { content: "mois"; }
.monthly-locale-fr .monthly-list-item:after { content: 'aucun événement'; }

.monthly-locale-it .monthly-reset:after { content: 'Oggi'; }
.monthly-locale-it .monthly-cal:after { content: 'Mese'; }
.monthly-locale-it .monthly-list-item:after { content: 'Nessun evento'; }

/*
Calendar shows event titles if the device width allows for at least 3em per day (rounded
Expand Down Expand Up @@ -429,4 +440,4 @@ establish the rules based on the calendar element width rather than the device w
text-overflow: ellipsis;
}

}
}