Skip to content

Commit

Permalink
Revert back to dotnet-sponsor
Browse files Browse the repository at this point in the history
Since it's a tool for the *sponsor* himself. The sponsor (singular) syncs manifest(s), but it's always a tool for an individual user.

Moreover, `sponsors sync` reads weird (double S).
  • Loading branch information
kzu committed Jun 15, 2024
1 parent e81ab75 commit 8d29f01
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions src/SponsorLink/SponsorLink/SponsorLink.es.resx
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
</resheader>
<data name="Unknown_Description" xml:space="preserve">
<value>Patrocinar los proyectos en que dependes asegura que se mantengan activos, y que recibas el apoyo que necesitas. También es muy económico y está disponible en todo el mundo!
Por favor considera apoyar el proyecto patrocinando en {links} y ejecutando posteriormente 'sponsors sync {spaced}'.</value>
Por favor considera apoyar el proyecto patrocinando en {links} y ejecutando posteriormente 'sponsor sync {spaced}'.</value>
</data>
<data name="Unknown_Message" xml:space="preserve">
<value>Por favor considere apoyar {0} patrocinando @{1} 🙏</value>
Expand All @@ -128,7 +128,7 @@ Por favor considera apoyar el proyecto patrocinando en {links} y ejecutando post
<value>Estado de patrocinio desconocido</value>
</data>
<data name="Expired_Description" xml:space="preserve">
<value>Funcionalidades exclusivas para patrocinadores pueden no estar disponibles. Ejecuta 'sponsors sync {spaced}' y, opcionalmente, habilita la sincronización automática.</value>
<value>Funcionalidades exclusivas para patrocinadores pueden no estar disponibles. Ejecuta 'sponsor sync {spaced}' y, opcionalmente, habilita la sincronización automática.</value>
</data>
<data name="Expired_Message" xml:space="preserve">
<value>El estado de patrocino ha expirado y la sincronización automática no está habilitada.</value>
Expand All @@ -146,7 +146,7 @@ Por favor considera apoyar el proyecto patrocinando en {links} y ejecutando post
<value>Eres un patrocinador del proyecto, eres lo máximo 💟!</value>
</data>
<data name="Expiring_Description" xml:space="preserve">
<value>El estado de patrocino ha expirado y estás en un período de gracia. Ejecuta 'sponsors sync {spaced}' y, opcionalmente, habilita la sincronización automática.</value>
<value>El estado de patrocino ha expirado y estás en un período de gracia. Ejecuta 'sponsor sync {spaced}' y, opcionalmente, habilita la sincronización automática.</value>
</data>
<data name="Expiring_Message" xml:space="preserve">
<value>El estado de patrocino necesita actualización periódica y la sincronización automática no está habilitada.</value>
Expand Down
6 changes: 3 additions & 3 deletions src/SponsorLink/SponsorLink/SponsorLink.resx
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
</resheader>
<data name="Unknown_Description" xml:space="preserve">
<value>Sponsoring projects you depend on ensures they remain active, and that you get the support you need. It's also super affordable and available worldwide!
Please consider supporting the project by sponsoring at {links} and running 'sponsors sync {spaced}' afterwards.</value>
Please consider supporting the project by sponsoring at {links} and running 'sponsor sync {spaced}' afterwards.</value>
<comment>Unknown sponsor description</comment>
</data>
<data name="Unknown_Message" xml:space="preserve">
Expand All @@ -129,7 +129,7 @@ Please consider supporting the project by sponsoring at {links} and running 'spo
<value>Unknown sponsor status</value>
</data>
<data name="Expired_Description" xml:space="preserve">
<value>Sponsor-only features may be disabled. Please run 'sponsors sync {spaced}' and optionally enable automatic sync.</value>
<value>Sponsor-only features may be disabled. Please run 'sponsor sync {spaced}' and optionally enable automatic sync.</value>
</data>
<data name="Expired_Message" xml:space="preserve">
<value>Sponsor status has expired and automatic sync has not been enabled.</value>
Expand All @@ -147,7 +147,7 @@ Please consider supporting the project by sponsoring at {links} and running 'spo
<value>You are a sponsor of the project, you rock 💟!</value>
</data>
<data name="Expiring_Description" xml:space="preserve">
<value>Sponsor status has expired and you are in the grace period. Please run 'sponsors sync {spaced}' and optionally enable automatic sync.</value>
<value>Sponsor status has expired and you are in the grace period. Please run 'sponsor sync {spaced}' and optionally enable automatic sync.</value>
</data>
<data name="Expiring_Message" xml:space="preserve">
<value>Sponsor status needs periodic updating and automatic sync has not been enabled.</value>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
has already run `sponsorlink [...] -autosync` at least once to turn it on. Otherwise,
this target won't run at all.
-->
<Exec Command="sponsors sync --local --unattended" StandardErrorImportance="high" StandardOutputImportance="low" ConsoleToMSBuild="true" ContinueOnError="true">
<Exec Command="sponsor sync --local --unattended" StandardErrorImportance="high" StandardOutputImportance="low" ConsoleToMSBuild="true" ContinueOnError="true">
<Output TaskParameter="ExitCode" PropertyName="SponsorsExitCode" />
<Output TaskParameter="ConsoleOutput" PropertyName="SponsorsOutput" />
</Exec>
Expand Down

0 comments on commit 8d29f01

Please sign in to comment.