Skip to content

Commit

Permalink
Update .i18nrc.js
Browse files Browse the repository at this point in the history
  • Loading branch information
canisminor1990 authored Dec 15, 2023
1 parent 0e13bc1 commit 1fa1be6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .i18nrc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
selectors: ['meta.title', 'meta.description', 'meta.tags'],
entryLocale: 'en-US',
outputLocales: ['zh-CN', 'zh-TW', 'ru-RU', 'ja-JP', 'ko-KR'],
outputLocales: ['zh-CN', 'zh_TW', 'ru_RU', 'ja_JP', 'ko_KR', 'fr_FR'],
};

0 comments on commit 1fa1be6

Please sign in to comment.