Skip to content
This repository was archived by the owner on Mar 13, 2026. It is now read-only.

Commit bedf5f1

Browse files
Gabriel CossetteElminaIusifovaRachelMustonGuillaume Charest
authored
Various adjustments to FR wording (#272)
* added en anglais seulement to the button * Tweak wording * Update alphagov link * bilingual tweaks * Remove "(English only)" mentions * Adjust wording and spacing * changed button link from issues to feedback form also changed some column spacing and removed br tags Co-authored-by: ElminaIusifova <32398063+ElminaIusifova@users.noreply.github.com> Co-authored-by: Rachel <rachel_muston@hotmail.com> Co-authored-by: Guillaume Charest <guillaume.charest@hrsdc-rhdcc.gc.ca>
1 parent 8fe43ea commit bedf5f1

File tree

7 files changed

+20
-17
lines changed

7 files changed

+20
-17
lines changed

CODE_OF_CONDUCT.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ available at [https://www.contributor-covenant.org/version/1/4/code-of-conduct.h
5858

5959
[homepage]: https://www.contributor-covenant.org
6060

61-
This Code of Conduct is also inspired by GDS' `alphagov` [Code of conduct](https://github.com/alphagov/code-of-conduct)
61+
This Code of Conduct is also inspired by GDS' `alphagov` [Code of conduct](https://github.com/alphagov/.github/blob/main/CODE_OF_CONDUCT.md)
6262

6363
---
6464
<!--markdownlint-disable MD025-->
@@ -119,4 +119,4 @@ disponible à l'adresse [https://www.contributor-covenant.org/version/1/4/code-o
119119

120120
[page d'accueil]: https://www.contributor-covenant.org
121121

122-
Le présent Code de conduite s'inspire également du " Code de conduite " du [alphaGov](https://github.com/alphagov/code-of-conduct) de GDS.
122+
Le présent Code de conduite s'inspire également du " Code de conduite " du [alphaGov](https://github.com/alphagov/.github/blob/main/CODE_OF_CONDUCT.md) (en anglais seulement) de GDS.

_data/i18n/general.yml

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,13 @@ footer:
5757
fr: À propos du site
5858
reportProblem:
5959
en: Report a problem on this page
60-
fr: Signaler un problème sur cette page (site en anglais seulement)
60+
fr: Signaler un problème sur cette page
61+
problemLink:
62+
en: https://forms-formulaires.alpha.canada.ca/id/35
63+
fr: https://forms-formulaires.alpha.canada.ca/fr/id/35
6164
sourceCode:
6265
en: View source code of this page
63-
fr: Voir le code source de cette page
66+
fr: Voir le code source de cette page (interface en anglais seulement)
6467
Nav:
6568
Canada:
6669
en:
@@ -163,10 +166,10 @@ opportunities:
163166
fr: heure de l'Est
164167
startdate:
165168
en: Anticipated supplier selection date
166-
fr: Date prévue de sélection du fournisseur
169+
fr: Date prévue de sélection du fournisseur&nbsp;
167170
deliverydate:
168171
en: Work delivery date
169-
fr: Date de livraison de travail
172+
fr: Date de livraison de travail&nbsp;
170173
noOpen:
171174
en: No open opportunities
172175
fr: Aucune opportunité ouverte
@@ -200,13 +203,13 @@ apply:
200203
alert:
201204
alert1:
202205
en: This website is part of a pilot. If you want to share your feedback, please open an
203-
fr: Ce site fait partie d'un pilote. Si vous souhaitez partager vos commentaires, poser une
206+
fr: Ce site fait partie d'un pilote. Si vous souhaitez partager vos commentaires, veuiller créer une «&nbsp;
204207
issue:
205208
en: issue
206-
fr: question
209+
fr: issue&nbsp;
207210
alert2:
208211
en: or fill in a
209-
fr: ou remplir un
212+
fr: » (interface en anglais seulement) ou remplir un
210213
GCForm:
211214
en:
212215
link: https://forms-formulaires.alpha.canada.ca/id/35

_includes/pre-footer.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
</div>
1313
<div class="row">
1414
<div class="col-md-4 col-lg-3 col-sm-4">
15-
<a href="https://github.com/canada-ca/micro-acquisition/issues" class="btn btn-default btn-lrg">{{ site.data.i18n.general.footer.reportProblem[page.lang]}}</a>
15+
<a href="{{ site.data.i18n.general.footer.problemLink.[page.lang] }}" class="btn btn-default btn-lrg">{{ site.data.i18n.general.footer.reportProblem[page.lang]}}</a>
1616
</div>
17-
<div class="col-md-5 col-lg-4 col-sm-5">
17+
<div class="col-md-4 col-lg-3 col-sm-4">
1818
<a href="https://github.com/canada-ca/micro-acquisition/tree/main/{{page.path}}" class="btn btn-default btn-lrg">{{ site.data.i18n.general.footer.sourceCode[page.lang]}}</a>
1919
</div>
20-
<div class="wb-share col-md-3 col-sm-3 col-lg-offset-1" data-wb-share='{"lnkClass": "btn btn-default btn-block"}'></div>
20+
<div class="wb-share col-md-3 col-sm-3 col-lg-offset-3" data-wb-share='{"lnkClass": "btn btn-default btn-block"}'></div>
2121
</div>
2222
</div>
2323
</div>

_layouts/post.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ <h2>{{ site.data.i18n.general.opportunities.details[page.lang] }}</h2>
3333
<p><b>{{ site.data.i18n.general.opportunities.value[page.lang] }}:</b>&nbsp;{{ page.value }}</p>
3434
<p><b>{{ site.data.i18n.general.opportunities.startdate[page.lang] }}:</b>&nbsp;{{ page.start_date }}</p>
3535
<p><b>{{ site.data.i18n.general.opportunities.deliverydate[page.lang] }}:</b>&nbsp;{{ page.delivery_date | date: "%Y-%m-%d %H:%M" }}, {{ site.data.i18n.general.opportunities.easternTime[page.lang] }}</p>
36-
<p><b>{{ site.data.i18n.general.opportunities.skills[page.lang] }}:</b>{{ page.skills }}</p>
36+
<p><b>{{ site.data.i18n.general.opportunities.skills[page.lang] }}:</b>&nbsp;{{ page.skills }}</p>
3737

3838
{{ content }}
3939

_pages/en/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ permalink: /en/index.html
5050
<p class="mrgn-tp-xl">Learn more about the process in the <a href="{{ site.baseurl }}{% link _pages/en/user-guide.md %}">User Guide</a> and <a href="{{ site.baseurl }}{% link _pages/en/faq.md %}">Frequently Asked Questions</a>.</p>
5151
<h2>About this pilot</h2>
5252
<p>This micro-acquisition pilot project is being run for one year at <a href="https://www.canada.ca/en/employment-social-development.html">Employment and Social Development Canada</a> through a partnership between the Innovation Information Technology Branch and the Chief Financial Officer Branch.</p>
53-
<p>This pilot would not have been possible without the help of the <a href="https://bcdevexchange.org/">BC Developers Exchange</a>/<a href="https://digital.gov.bc.ca/marketplace">BC Digital Marketplace</a> (English only) who have lead the way for years, and have generously shared their expertise.</p>
54-
<p>We have also endeavoured to learn from the lessons of the <a href="https://github.com/canada-ca/devex">GC Developers Exchange</a> (English only) (the Government of Canada's first foray into low dollar value procurement of open source code).</p>
53+
<p>This pilot would not have been possible without the help of the <a href="https://bcdevexchange.org/">BC Developers Exchange</a>/<a href="https://digital.gov.bc.ca/marketplace">BC Digital Marketplace</a> who have lead the way for years, and have generously shared their expertise.</p>
54+
<p>We have also endeavoured to learn from the lessons of the <a href="https://github.com/canada-ca/devex">GC Developers Exchange</a> (the Government of Canada's first foray into low dollar value procurement of open source code).</p>
5555
<p><a href="mailto:microacquisition@hrsdc-rhdcc.gc.ca">Contact us</a> if you are an ESDC team with a coding opportunity!</p>
5656
</div>

_pages/en/user-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ OR
3030

3131
1. __An account on a public source code repository.__
3232
You can work on a repository of your choice.
33-
Some repository options include [GitLab](https://gitlab.com/) (bilingual), [GitHub](https://github.com/) (English only), [Bitbucket](https://bitbucket.org/) (English only).
33+
Some repository options include [GitLab](https://gitlab.com/) (bilingual), [GitHub](https://github.com/), [Bitbucket](https://bitbucket.org/).
3434
2. __Familiarity with Git version control system.__
3535
If you have not used Git before or need a refresher, this [Git cheat sheet](https://training.github.com/downloads/github-git-cheat-sheet) includes all the basic commands.
3636
3. __The ability to accept payment from a credit card using a payment system or via PayPal.__

_posts/en/2021-06-23-building-custom-Azure-marketplace-policies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ This is a fixed price opportunity governed by the terms of the Micro-Acquisition
9191

9292
- The code must be delivered with an MIT license
9393
- The code must pass the following tests:
94-
- [PowerShell Script Analyzer](https://github.com/PowerShell/PSScriptAnalyzer) (English only) - all default rules (all warnings, alerts and suppressions of those warnings or alerts in code must be included in the documentation along with a justification)
94+
- [PowerShell Script Analyzer](https://github.com/PowerShell/PSScriptAnalyzer) - all default rules (all warnings, alerts and suppressions of those warnings or alerts in code must be included in the documentation along with a justification)
9595
- The winning supplier will be given access to an unsecured sandbox on Azure in order to do the following functional tests to ensure the scripts are working:
9696
- A client with a subscription that has financial approval for approved 3rd party offering: ‘ CIS Microsoft Windows Server 2016 Benchmark L1’ in the private marketplace can pass validation to install it.
9797
- A client with a subscription that does NOT have financial approval for approved 3rd party offering ‘ CIS Microsoft Windows Server 2016 Benchmark L2’ in the private marketplace will fail validation when trying to install this approved 3rd party offering.

0 commit comments

Comments
 (0)