Change "Welcome on" to "Welcome to" (#501)
"Welcome on [noun]" is not grammatically correct as an introduction in English. Let's fix that.
This commit is contained in:
parent
bdfad844d7
commit
e93b8f4444
|
@ -148,7 +148,7 @@ msgid "Administration"
|
|||
msgstr "الإدارة"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Welcome on {}"
|
||||
msgid "Welcome to {}"
|
||||
msgstr "أهلا بكم على {0}"
|
||||
|
||||
msgid "Latest articles"
|
||||
|
|
|
@ -153,7 +153,7 @@ msgstr "Matrix-Raum"
|
|||
msgid "Administration"
|
||||
msgstr "Administration"
|
||||
|
||||
msgid "Welcome on {}"
|
||||
msgid "Welcome to {}"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
|
|
|
@ -157,7 +157,7 @@ msgstr ""
|
|||
msgid "Administration"
|
||||
msgstr ""
|
||||
|
||||
msgid "Welcome on {}"
|
||||
msgid "Welcome to {}"
|
||||
msgstr ""
|
||||
|
||||
msgid "Latest articles"
|
||||
|
|
|
@ -147,7 +147,7 @@ msgid "Administration"
|
|||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgid "Welcome on {}"
|
||||
msgid "Welcome to {}"
|
||||
msgstr "Bienvenido(a) a {0}"
|
||||
|
||||
msgid "Latest articles"
|
||||
|
|
|
@ -155,7 +155,7 @@ msgstr "Salon Matrix"
|
|||
msgid "Administration"
|
||||
msgstr "Administration"
|
||||
|
||||
msgid "Welcome on {}"
|
||||
msgid "Welcome to {}"
|
||||
msgstr ""
|
||||
|
||||
msgid "Latest articles"
|
||||
|
|
|
@ -152,7 +152,7 @@ msgstr "Sala Matrix"
|
|||
msgid "Administration"
|
||||
msgstr "Administración"
|
||||
|
||||
msgid "Welcome on {}"
|
||||
msgid "Welcome to {}"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
|
|
|
@ -152,7 +152,7 @@ msgstr "Stanza Matrix"
|
|||
msgid "Administration"
|
||||
msgstr "Amministrazione"
|
||||
|
||||
msgid "Welcome on {}"
|
||||
msgid "Welcome to {}"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
|
|
|
@ -148,7 +148,7 @@ msgstr "Matrix ルーム"
|
|||
msgid "Administration"
|
||||
msgstr "管理"
|
||||
|
||||
msgid "Welcome on {}"
|
||||
msgid "Welcome to {}"
|
||||
msgstr ""
|
||||
|
||||
msgid "Latest articles"
|
||||
|
|
|
@ -157,7 +157,7 @@ msgstr "Snakkerom"
|
|||
msgid "Administration"
|
||||
msgstr "Administrasjon"
|
||||
|
||||
msgid "Welcome on {}"
|
||||
msgid "Welcome to {}"
|
||||
msgstr ""
|
||||
|
||||
msgid "Latest articles"
|
||||
|
|
|
@ -140,7 +140,7 @@ msgstr "Pokój Matrix.org"
|
|||
msgid "Administration"
|
||||
msgstr "Administracja"
|
||||
|
||||
msgid "Welcome on {}"
|
||||
msgid "Welcome to {}"
|
||||
msgstr "Witamy na {}"
|
||||
|
||||
msgid "Latest articles"
|
||||
|
|
|
@ -155,7 +155,7 @@ msgstr ""
|
|||
msgid "Administration"
|
||||
msgstr ""
|
||||
|
||||
msgid "Welcome on {}"
|
||||
msgid "Welcome to {}"
|
||||
msgstr ""
|
||||
|
||||
msgid "Latest articles"
|
||||
|
|
|
@ -147,7 +147,7 @@ msgid "Administration"
|
|||
msgstr "Administração"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Welcome on {}"
|
||||
msgid "Welcome to {}"
|
||||
msgstr "Bem-vindo a {0}"
|
||||
|
||||
msgid "Latest articles"
|
||||
|
|
|
@ -154,7 +154,7 @@ msgstr "Комната в Matrix"
|
|||
msgid "Administration"
|
||||
msgstr "Администрирование"
|
||||
|
||||
msgid "Welcome on {}"
|
||||
msgid "Welcome to {}"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
@(ctx: BaseContext, instance: Instance, n_users: i64, n_articles: i64, local: Vec<Post>, federated: Vec<Post>, user_feed: Option<Vec<Post>>)
|
||||
|
||||
@:base(ctx, instance.name.clone(), {}, {}, {
|
||||
<h1>@i18n!(ctx.1, "Welcome on {}"; instance.name.as_str())</h1>
|
||||
<h1>@i18n!(ctx.1, "Welcome to {}"; instance.name.as_str())</h1>
|
||||
|
||||
@if ctx.2.is_some() {
|
||||
@tabs(&[
|
||||
|
|
Loading…
Reference in New Issue