Skip to content

Commit

Permalink
add comment about languageLabels
Browse files Browse the repository at this point in the history
  • Loading branch information
koudaiii committed Sep 9, 2024
1 parent 9a49cbd commit 80eb136
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/content.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
// 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
// ex. 'fr-fr': 'Dernière mise à jour le',
};

(async () => {
Expand Down

0 comments on commit 80eb136

Please sign in to comment.