mirror of
https://github.com/ae-utbm/sith.git
synced 2025-05-21 01:37:35 +00:00
fixed translations
This commit is contained in:
parent
2ed0fad51a
commit
cab2adb45d
@ -342,7 +342,7 @@ export class IcsCalendar extends inheritHtmlElement("div") {
|
|||||||
},
|
},
|
||||||
helpButton: {
|
helpButton: {
|
||||||
text: "?",
|
text: "?",
|
||||||
hint: gettext("how to use calendar link"),
|
hint: gettext("How to use calendar link"),
|
||||||
click: () => {
|
click: () => {
|
||||||
if (this.helpUrl) {
|
if (this.helpUrl) {
|
||||||
window.open(this.helpUrl, "_blank");
|
window.open(this.helpUrl, "_blank");
|
||||||
|
@ -38,8 +38,8 @@ msgid "Copy calendar link"
|
|||||||
msgstr "Copier le lien du calendrier"
|
msgstr "Copier le lien du calendrier"
|
||||||
|
|
||||||
#: com/static/bundled/com/components/ics-calendar-index.ts
|
#: com/static/bundled/com/components/ics-calendar-index.ts
|
||||||
msgid "how to use calendar link"
|
msgid "How to use calendar link"
|
||||||
msgstr "comment utiliser le lien du calendrier"
|
msgstr "Comment utiliser le lien du calendrier"
|
||||||
|
|
||||||
#: com/static/bundled/com/components/ics-calendar-index.ts
|
#: com/static/bundled/com/components/ics-calendar-index.ts
|
||||||
msgid "Link copied"
|
msgid "Link copied"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user