Skip to content

Commit

Permalink
Merge pull request #28 from koudaiii/koudaiii/cosmetic
Browse files Browse the repository at this point in the history
add comment about languageLabels
  • Loading branch information
koudaiii authored Sep 9, 2024
2 parents 9a49cbd + c54b7dd commit 309c538
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/content.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
// languageLabels is a dictionary that maps message from language codes to the corresponding language
// Default languageLabels is 'last updated on'
// Add more languageLabels as needed
const languageLabels = {
'ja-jp': '英語版の更新日',
// Add more language labels as needed
// Add more language labels as needed. For example: 'fr-fr': 'Dernière mise à jour le',
};

(async () => {
Expand Down

0 comments on commit 309c538

Please sign in to comment.