mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-12 05:43:03 -05:00
fix: add missing i18n text in components
* Affects ActionButtonFooter, ChallengeFooter, ClipboardCopy, SubscriptionForm, VideoButton components * Adds new entries for each json file: buttons.email, buttons.clipboardCopy, challenge.footer.video, challenge.footer.upvoteAnswer * Available in English and Spanish
This commit is contained in:
@@ -27,7 +27,7 @@ const npxCommand = `npx nx serve ${command}`;
|
||||
<p>{data['challenge.footer.gettingStarted.title']} <a
|
||||
href="/guides/getting-started">{data['challenge.footer.gettingStarted.link']}</a>.</p>
|
||||
<p>{data['challenge.footer.running']} <code class="code" dir="auto">{npxCommand}
|
||||
<ClipboardCopy copyText={npxCommand} />
|
||||
<ClipboardCopy copyText={npxCommand} {...Astro.props} />
|
||||
</code></p>
|
||||
</section>
|
||||
</aside>
|
||||
@@ -71,7 +71,7 @@ const npxCommand = `npx nx serve ${command}`;
|
||||
</div>
|
||||
|
||||
<div class="footer-note">
|
||||
* You can upvote an answer with a 👍 if you like it
|
||||
* {data['challenge.footer.upvoteAnswer']}
|
||||
</div>
|
||||
|
||||
<style>
|
||||
|
||||
Reference in New Issue
Block a user