Skip to content

Commit

Permalink
Update localization.js
Browse files Browse the repository at this point in the history
  • Loading branch information
snakeying authored Sep 16, 2024
1 parent d0bd099 commit 4da4f6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/localization.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const path = require('path');
const { Redis } = require('@upstash/redis');

const defaultLanguage = 'en';
const supportedLanguages = ['en', 'zh-cn'];
const supportedLanguages = ['en', 'zh-cn', 'zh-hant'];

let translations = {};

Expand Down

0 comments on commit 4da4f6c

Please sign in to comment.