Skip to content

Commit

Permalink
Change spanish sample word to 'leer' in language-descriptors.js
Browse files Browse the repository at this point in the history
<rikaitan.link>ODUwZDM5MGM4MDhiZDY2YWMxZGZkNmZmYWVkN2I1YzY2M2U2Y2Q0NQo=</rikaitan.link>
  • Loading branch information
louisv20 committed Jun 12, 2024
1 parent 9e631ea commit 6546345
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ext/info.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ <h2 id="general">General</h2>
<ul>
<li>Extension version: <span id="version"></span></li>
<li>Manifest version: <span id="manifest_version"></span></li>
<li>Firefox add-ons: <a href="https://addons.mozilla.org/en-US/firefox/addon/rikaitan/">link</a></li>
<li>Platform: <span id="platform"></span></li>
<li>Browser: <span id="browser"></span></li>
<li>Language: <span id="language"></span></li>
Expand Down
2 changes: 1 addition & 1 deletion ext/js/language/language-descriptors.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ const languageDescriptors = [
{
iso: 'es',
name: 'Spanish',
exampleText: 'acabar de',
exampleText: 'leer',
textPreprocessors: capitalizationPreprocessors,
languageTransforms: spanishTransforms,
},
Expand Down

0 comments on commit 6546345

Please sign in to comment.