Skip to content

Commit

Permalink
Update api-samples/il8n/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Joe Medley <[email protected]>
  • Loading branch information
IanStanion-google and jpmedley authored Jun 30, 2023
1 parent 925dab3 commit 3d7d07d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api-samples/il8n/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This sample demonstrates the `chrome.i18n` API by localizing text in the extensi

## Overview

The extension includes localized translations of its UI text in the \_locales folder. It then uses `chrome.i18n.getMessage()` to populate the text in the extension UI with either French or English, depending on the current language setting.
The extension includes localized translations of its UI text in the `\_locales\' folder. It then calls `chrome.i18n.getMessage()` to populate the text in the extension UI with either French or English, depending on the current language setting.

## Running this extension

Expand Down

0 comments on commit 3d7d07d

Please sign in to comment.