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 83a4b3e commit 59bcc57
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', 'zh-hant'];
const supportedLanguages = ['en', 'zh-cn', 'zh-hant', 'ja', 'es', 'fr', 'ru', 'de'];

let translations = {};

Expand Down

0 comments on commit 59bcc57

Please sign in to comment.