Skip to content

Commit

Permalink
feat: add l10n for text-spacing button in #325
Browse files Browse the repository at this point in the history
  • Loading branch information
ffoodd committed Apr 18, 2019
1 parent 66225f9 commit 6e98e45
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion webextension/scripts/locales.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ const localeStrings = {
"btnAllycss":"Show a11y.css",
"btnA11ycssBack":"Back",
"btnCheckalts":"Show/hide <code>img@alt</code>",
"btnTextspacing":"Increase text spacing",
"btnOutline":"Outline focus",
"btnOutlineRemove":"Remove focus outline",
"btnShowLangAttribute":"Show languages used",
Expand Down Expand Up @@ -60,8 +61,9 @@ const localeStrings = {
"btnAllycss": "Afficher a11y.css",
"btnA11ycssBack":"Retour",
"btnCheckalts": "Afficher/masquer <code>img@alt</code>",
"btnTextspacing":"Augmenter les espacements du texte",
"btnOutline": "Encadrer le focus",
"btnOutlineRemove":"Retirer l'encadrement du focus",
"btnOutlineRemove":"Retirer lencadrement du focus",
"btnShowLangAttribute":"Afficher les langues",
"h1Allycss": "a11y.css",
"h1Allycss2": "a11y.css : réglages",
Expand Down

0 comments on commit 6e98e45

Please sign in to comment.