Skip to content

Commit

Permalink
Add optional message to use as summary in sponsored APIs
Browse files Browse the repository at this point in the history
  • Loading branch information
kzu committed Sep 13, 2024
1 parent 46e9abe commit 692016f
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 0 deletions.
14 changes: 14 additions & 0 deletions samples/dotnet/SponsorLink/Resources.es-AR.resx
Original file line number Diff line number Diff line change
Expand Up @@ -179,4 +179,18 @@ Por favor considerá apoyar el proyecto patrocinando en {0} y ejecutando posteri
<data name="Grace_Title" xml:space="preserve">
<value>Estado de patrocinio desconocido, período de prueba</value>
</data>
<data name="Editor_DisabledRemarks" xml:space="preserve">
<value>/// &lt;remarks&gt;
/// GitHub Sponsors es una excelente manera de apoyar proyectos de código abierto, y está disponible en la mayor parte del mundo.
/// Sos considerado patrocinador si:
/// - Contribuiste con código a cualquiera de los proyectos de Devlooped.
/// - Pertenecés a una organización de GitHub que está patrocinando a Devlooped.
/// - Bancás directamente a Devlooped 💪.
///
/// En este caso, simplemente ejecutá:
/// &gt; dotnet tool install -g dotnet-sponsor; sponsor sync devlooped
///
/// Y el atributo [Obsolete] vuela de una. Gracias totales! 🙏
/// &lt;/remarks&gt;</value>
</data>
</root>
15 changes: 15 additions & 0 deletions samples/dotnet/SponsorLink/Resources.es.resx
Original file line number Diff line number Diff line change
Expand Up @@ -179,4 +179,19 @@ Por favor considera apoyar el proyecto patrocinando en {0} y ejecutando posterio
<data name="Grace_Title" xml:space="preserve">
<value>Estado de patrocinio desconocido, período de prueba</value>
</data>
<data name="Editor_DisabledRemarks" xml:space="preserve">
<value>/// &lt;remarks&gt;
/// GitHub Sponsors es una excelente manera de apoyar proyectos de código abierto, y está disponible en la mayor parte del mundo.
/// Se te considera un patrocinador si:
/// - Has contribuido con código a cualquiera de los proyectos de Devlooped.
/// - Perteneces a una organización de GitHub que está patrocinando a Devlooped.
/// - Estás patrocinando directamente a Devlooped.
///
/// Si es así, simplemente ejecuta:
/// &gt; dotnet tool install -g dotnet-sponsor; sponsor sync devlooped
///
/// Posteriormente, este atributo [Obsolete] será eliminado.
/// ¡Gracias! 🙏
/// &lt;/remarks&gt;</value>
</data>
</root>
15 changes: 15 additions & 0 deletions samples/dotnet/SponsorLink/Resources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -183,4 +183,19 @@ Please consider supporting the project by sponsoring at {0} and running 'sponsor
<data name="Grace_Title" xml:space="preserve">
<value>Unknown sponsor status, grace period</value>
</data>
<data name="Editor_DisabledRemarks" xml:space="preserve">
<value>/// &lt;remarks&gt;
/// GitHub Sponsors is a great way to support open source projects, and it's available throughout most of the world.
/// You are considered a sponsor if:
/// - You contributed code to any of Devlooped's projects.
/// - You belong to a GitHub organization that is sponsoring Devlooped
/// - You are directly sponsoring Devlooped
///
/// If so, just run:
/// &gt; dotnet tool install -g dotnet-sponsor; sponsor sync devlooped
///
/// Subsequently, this [Obsolete] attribute will be removed.
/// Thanks! 🙏
/// &lt;/remarks&gt;</value>
</data>
</root>

0 comments on commit 692016f

Please sign in to comment.