Fix locale regression from #3055 (#3231)

main
Eugen Rochko 7 years ago committed by GitHub
parent 2bb5486357
commit 48e7a22e34

@ -1,6 +1,5 @@
.landing-strip .landing-strip
= t('landing_strip_html', = t('landing_strip_html', name: content_tag(:span, display_name(account), class: :emojify), link_to_root_path: link_to(content_tag(:strong, site_hostname), root_path))
name: content_tag(:span, display_name(account), class: :emojify),
link_to_root_path: link_to(content_tag(:strong, site_hostname), root_path))
- if open_registrations? - if open_registrations?
= t('landing_strip_signup_html', sign_up_path: new_user_registration_path) = t('landing_strip_signup_html', sign_up_path: new_user_registration_path)

@ -93,7 +93,7 @@ ar:
blocking: قائمة المحظورين blocking: قائمة المحظورين
following: قائمة المستخدمين المتبوعين following: قائمة المستخدمين المتبوعين
upload: تحميل upload: تحميل
landing_strip_html: <strong>%{name}</strong> is a user on <strong>%{domain}</strong>. You can follow them or interact with them if you have an account anywhere in the fediverse.. landing_strip_html: <strong>%{name}</strong> is a user on %{link_to_root_path}. You can follow them or interact with them if you have an account anywhere in the fediverse..
landing_strip_signup_html: If you don't, you can <a href="%{sign_up_path}">sign up here</a>. landing_strip_signup_html: If you don't, you can <a href="%{sign_up_path}">sign up here</a>.
media_attachments: media_attachments:
validations: validations:

@ -256,7 +256,8 @@ ca:
following: Llista de seguits following: Llista de seguits
muting: Llista d'apagats muting: Llista d'apagats
upload: Carregar upload: Carregar
landing_strip_html: <strong>%{name}</strong> és un usuari/a de <strong>%{domain}</strong>. Pots seguir-lo/la o interactuar amb ell/a si tens un compte a qualsevol node del fediverse. Si no en tens, pots <a href="%{sign_up_path}">registrar-te aquí</a>. landing_strip_html: <strong>%{name}</strong> és un usuari/a de %{link_to_root_path}. Pots seguir-lo/la o interactuar amb ell/a si tens un compte a qualsevol node del fediverse.
landing_strip_signup_html: Si no en tens, pots <a href="%{sign_up_path}">registrar-te aquí</a>.
media_attachments: media_attachments:
validations: validations:
images_and_video: No es pot adjuntar un vídeo a un estat que ja contingui imatges images_and_video: No es pot adjuntar un vídeo a un estat que ja contingui imatges

@ -229,7 +229,7 @@ de:
following: Folgeliste following: Folgeliste
muting: Stummschaltungsliste muting: Stummschaltungsliste
upload: Hochladen upload: Hochladen
landing_strip_html: <strong>%{name}</strong> ist ein Benutzer auf <strong>%{domain}</strong>. Du kannst ihm folgen oder mit ihm interagieren, sofern du ein Konto irgendwo im Fediverse hast. landing_strip_html: <strong>%{name}</strong> ist ein Benutzer auf %{link_to_root_path}. Du kannst ihm folgen oder mit ihm interagieren, sofern du ein Konto irgendwo in der Fediverse hast.
landing_strip_signup_html: Wenn nicht, kannst du dich <a href="%{sign_up_path}">hier anmelden</a>. landing_strip_signup_html: Wenn nicht, kannst du dich <a href="%{sign_up_path}">hier anmelden</a>.
media_attachments: media_attachments:
validations: validations:

@ -255,7 +255,7 @@ fa:
following: فهرست پی‌گیری‌ها following: فهرست پی‌گیری‌ها
muting: فهرست بی‌صداشده‌ها muting: فهرست بی‌صداشده‌ها
upload: بارگذاری upload: بارگذاری
landing_strip_html: <strong>%{name}</strong> کاربری روی <strong>%{domain}</strong> است. شما با داشتن حساب روی هر سروری می‌توانید نوشته‌های او را پیگیری کرده یا با او ارتباط داشته باشید. landing_strip_html: <strong>%{name}</strong> کاربری روی %{link_to_root_path} است. شما با داشتن حساب روی هر سروری می‌توانید نوشته‌های او را پیگیری کرده یا با او ارتباط داشته باشید.
landing_strip_signup_html: اگر هنوز حسابی ندارید <a href="%{sign_up_path}">این‌جا حساب باز کنید</a>. landing_strip_signup_html: اگر هنوز حسابی ندارید <a href="%{sign_up_path}">این‌جا حساب باز کنید</a>.
media_attachments: media_attachments:
validations: validations:

@ -2586,9 +2586,9 @@ expand-range@^1.8.1:
dependencies: dependencies:
fill-range "^2.1.0" fill-range "^2.1.0"
express@^4.13.3, express@^4.14.1: express@^4.13.3, express@^4.15.2:
version "4.14.1" version "4.15.3"
resolved "https://registry.yarnpkg.com/express/-/express-4.14.1.tgz#646c237f766f148c2120aff073817b9e4d7e0d33" resolved "https://registry.yarnpkg.com/express/-/express-4.15.3.tgz#bab65d0f03aa80c358408972fc700f916944b662"
dependencies: dependencies:
accepts "~1.3.3" accepts "~1.3.3"
array-flatten "1.1.1" array-flatten "1.1.1"
@ -2596,30 +2596,32 @@ express@^4.13.3, express@^4.14.1:
content-type "~1.0.2" content-type "~1.0.2"
cookie "0.3.1" cookie "0.3.1"
cookie-signature "1.0.6" cookie-signature "1.0.6"
debug "~2.2.0" debug "2.6.7"
depd "~1.1.0" depd "~1.1.0"
encodeurl "~1.0.1" encodeurl "~1.0.1"
escape-html "~1.0.3" escape-html "~1.0.3"
etag "~1.7.0" etag "~1.8.0"
finalhandler "0.5.1" finalhandler "~1.0.3"
fresh "0.3.0" fresh "0.5.0"
merge-descriptors "1.0.1" merge-descriptors "1.0.1"
methods "~1.1.2" methods "~1.1.2"
on-finished "~2.3.0" on-finished "~2.3.0"
parseurl "~1.3.1" parseurl "~1.3.1"
path-to-regexp "0.1.7" path-to-regexp "0.1.7"
proxy-addr "~1.1.3" proxy-addr "~1.1.4"
qs "6.2.0" qs "6.4.0"
range-parser "~1.2.0" range-parser "~1.2.0"
send "0.14.2" send "0.15.3"
serve-static "~1.11.2" serve-static "1.12.3"
type-is "~1.6.14" setprototypeof "1.0.3"
statuses "~1.3.1"
type-is "~1.6.15"
utils-merge "1.0.0" utils-merge "1.0.0"
vary "~1.1.0" vary "~1.1.1"
express@^4.15.2: express@^4.14.1:
version "4.15.3" version "4.14.1"
resolved "https://registry.yarnpkg.com/express/-/express-4.15.3.tgz#bab65d0f03aa80c358408972fc700f916944b662" resolved "https://registry.yarnpkg.com/express/-/express-4.14.1.tgz#646c237f766f148c2120aff073817b9e4d7e0d33"
dependencies: dependencies:
accepts "~1.3.3" accepts "~1.3.3"
array-flatten "1.1.1" array-flatten "1.1.1"
@ -2627,28 +2629,26 @@ express@^4.15.2:
content-type "~1.0.2" content-type "~1.0.2"
cookie "0.3.1" cookie "0.3.1"
cookie-signature "1.0.6" cookie-signature "1.0.6"
debug "2.6.7" debug "~2.2.0"
depd "~1.1.0" depd "~1.1.0"
encodeurl "~1.0.1" encodeurl "~1.0.1"
escape-html "~1.0.3" escape-html "~1.0.3"
etag "~1.8.0" etag "~1.7.0"
finalhandler "~1.0.3" finalhandler "0.5.1"
fresh "0.5.0" fresh "0.3.0"
merge-descriptors "1.0.1" merge-descriptors "1.0.1"
methods "~1.1.2" methods "~1.1.2"
on-finished "~2.3.0" on-finished "~2.3.0"
parseurl "~1.3.1" parseurl "~1.3.1"
path-to-regexp "0.1.7" path-to-regexp "0.1.7"
proxy-addr "~1.1.4" proxy-addr "~1.1.3"
qs "6.4.0" qs "6.2.0"
range-parser "~1.2.0" range-parser "~1.2.0"
send "0.15.3" send "0.14.2"
serve-static "1.12.3" serve-static "~1.11.2"
setprototypeof "1.0.3" type-is "~1.6.14"
statuses "~1.3.1"
type-is "~1.6.15"
utils-merge "1.0.0" utils-merge "1.0.0"
vary "~1.1.1" vary "~1.1.0"
extend@~3.0.0: extend@~3.0.0:
version "3.0.0" version "3.0.0"
@ -5304,11 +5304,11 @@ qs@6.2.0, qs@^6.1.0:
version "6.2.0" version "6.2.0"
resolved "https://registry.yarnpkg.com/qs/-/qs-6.2.0.tgz#3b7848c03c2dece69a9522b0fae8c4126d745f3b" resolved "https://registry.yarnpkg.com/qs/-/qs-6.2.0.tgz#3b7848c03c2dece69a9522b0fae8c4126d745f3b"
qs@6.4.0: qs@6.4.0, qs@^6.2.0:
version "6.4.0" version "6.4.0"
resolved "https://registry.yarnpkg.com/qs/-/qs-6.4.0.tgz#13e26d28ad6b0ffaa91312cd3bf708ed351e7233" resolved "https://registry.yarnpkg.com/qs/-/qs-6.4.0.tgz#13e26d28ad6b0ffaa91312cd3bf708ed351e7233"
qs@^6.2.0, qs@~6.3.0: qs@~6.3.0:
version "6.3.1" version "6.3.1"
resolved "https://registry.yarnpkg.com/qs/-/qs-6.3.1.tgz#918c0b3bcd36679772baf135b1acb4c1651ed79d" resolved "https://registry.yarnpkg.com/qs/-/qs-6.3.1.tgz#918c0b3bcd36679772baf135b1acb4c1651ed79d"
@ -5886,15 +5886,15 @@ right-align@^0.1.1:
dependencies: dependencies:
align-text "^0.1.1" align-text "^0.1.1"
rimraf@2, rimraf@^2.2.8, rimraf@~2.5.0, rimraf@~2.5.1: rimraf@2, rimraf@^2.2.8, rimraf@^2.6.1:
version "2.5.4" version "2.6.1"
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.5.4.tgz#96800093cbf1a0c86bd95b4625467535c29dfa04" resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.6.1.tgz#c2338ec643df7a1b7fe5c54fa86f57428a55f33d"
dependencies: dependencies:
glob "^7.0.5" glob "^7.0.5"
rimraf@^2.6.1: rimraf@~2.5.0, rimraf@~2.5.1:
version "2.6.1" version "2.5.4"
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.6.1.tgz#c2338ec643df7a1b7fe5c54fa86f57428a55f33d" resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.5.4.tgz#96800093cbf1a0c86bd95b4625467535c29dfa04"
dependencies: dependencies:
glob "^7.0.5" glob "^7.0.5"

Loading…
Cancel
Save