Skip to content

Commit b978548

Browse files
Replaced #welcome with #introductions channel. (#130)
There's a introductions channel on the Discord that is being used for introductions rather than the welcome channel.
1 parent b11c540 commit b978548

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

locales/el/messages.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -803,8 +803,8 @@ msgid "The <b>Conference</b> category will be visible once you register, and wil
803803
msgstr "Η κατηγορία <b>Conference</b> θα είναι ορατή μετά την εγγραφή σας και θα περιλαμβάνει τα παρακάτω κανάλια:"
804804

805805
#: src/pages/[lang]/attending.astro:184
806-
msgid "<code class=\"text-blue-400\">#welcome</code>, for you to introduce yourself and say hi to others,"
807-
msgstr "<code class=\"text-blue-400\">#welcome</code>, για να συστηθείτε και να χαιρετήσετε τους υπόλοιπους,"
806+
msgid "<code class=\"text-blue-400\">#introductions</code>, for you to introduce yourself and say hi to others,"
807+
msgstr "<code class=\"text-blue-400\">#introductions</code>, για να συστηθείτε και να χαιρετήσετε τους υπόλοιπους,"
808808

809809
#: src/pages/[lang]/attending.astro:185
810810
msgid "<code class=\"text-blue-400\">#general</code>, for a general conference discussion,"

locales/es/messages.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -988,10 +988,10 @@ msgstr ""
988988

989989
#: src/pages/[lang]/attending.astro:184
990990
msgid ""
991-
"<code class=\"text-blue-400\">#welcome</code>, for you to introduce yourself "
991+
"<code class=\"text-blue-400\">#introductions</code>, for you to introduce yourself "
992992
"and say hi to others,"
993993
msgstr ""
994-
"<code class=\"text-blue-400\">#welcome</code>, para presentarte y saludar a "
994+
"<code class=\"text-blue-400\">#introductions</code>, para presentarte y saludar a "
995995
"los demás,"
996996

997997
#: src/pages/[lang]/attending.astro:185

locales/fr/messages.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -996,10 +996,10 @@ msgstr ""
996996

997997
#: src/pages/[lang]/attending.astro:184
998998
msgid ""
999-
"<code class=\"text-blue-400\">#welcome</code>, for you to introduce yourself "
999+
"<code class=\"text-blue-400\">#introductions</code>, for you to introduce yourself "
10001000
"and say hi to others,"
10011001
msgstr ""
1002-
"<code class=\"text-blue-400\">#welcome</code>, pour vous présenter et saluer "
1002+
"<code class=\"text-blue-400\">#introductions</code>, pour vous présenter et saluer "
10031003
"les autres,"
10041004

10051005
#: src/pages/[lang]/attending.astro:185

locales/pt/messages.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -964,10 +964,10 @@ msgstr ""
964964

965965
#: src/pages/[lang]/attending.astro:184
966966
msgid ""
967-
"<code class=\"text-blue-400\">#welcome</code>, for you to introduce yourself "
967+
"<code class=\"text-blue-400\">#introductions</code>, for you to introduce yourself "
968968
"and say hi to others,"
969969
msgstr ""
970-
"<code class=\"text-blue-400\">#welcome</code>, para te apresentares "
970+
"<code class=\"text-blue-400\">#introductions</code>, para te apresentares "
971971
"e dizeres olá aos outros,"
972972

973973
#: src/pages/[lang]/attending.astro:185

locales/template/messages.pot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -816,7 +816,7 @@ msgstr ""
816816

817817
#: src/pages/[lang]/attending.astro:184
818818
msgid ""
819-
"<code class=\"text-blue-400\">#welcome</code>, for you to introduce "
819+
"<code class=\"text-blue-400\">#introductions</code>, for you to introduce "
820820
"yourself and say hi to others,"
821821
msgstr ""
822822

locales/tr/messages.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -945,10 +945,10 @@ msgstr ""
945945

946946
#: src/pages/[lang]/attending.astro:184
947947
msgid ""
948-
"<code class=\"text-blue-400\">#welcome</code>, for you to introduce yourself "
948+
"<code class=\"text-blue-400\">#introductions</code>, for you to introduce yourself "
949949
"and say hi to others,"
950950
msgstr ""
951-
"<code class=\"text-blue-400\">#welcome</code>, kendinizi tanıtmanız ve diğer "
951+
"<code class=\"text-blue-400\">#introductions</code>, kendinizi tanıtmanız ve diğer "
952952
"katılımcılara merhaba demeniz için,"
953953

954954
#: src/pages/[lang]/attending.astro:185

src/pages/[lang]/attending.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ const steps = [
181181
</h3>
182182
<p set:html={t("The <b>Conference</b> category will be visible once you register, and will contain the following channels:")} />
183183
<ul class="list-disc pl-10 py-1">
184-
<li set:html={t("<code class=\"text-blue-400\">#welcome</code>, for you to introduce yourself and say hi to others,")} />
184+
<li set:html={t("<code class=\"text-blue-400\">#introductions</code>, for you to introduce yourself and say hi to others,")} />
185185
<li set:html={t("<code class=\"text-blue-400\">#general</code>, for a general conference discussion,")} />
186186
<li set:html={t("<code class=\"text-blue-400\">#networking</code>, so you can share your social media to connect with others,")} />
187187
<li set:html={t("<code class=\"text-blue-400\">#random</code>, for any discussion not related to the conference,")} />

0 commit comments

Comments
 (0)