Skip to content

Commit

Permalink
Update config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
233dada authored Oct 12, 2024
1 parent a6bf355 commit ced16fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion i18n/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { gameCharsLocKeys } from '../src/regulation/locKeys.mjs';
const ROOT_DIR = dirname(fileURLToPath(import.meta.url));

export default Object.freeze({
defaultLang: 'zh-si',
defaultLang: 'en',
savePath: join(ROOT_DIR, './dist'),
additionalContent: join(ROOT_DIR, './locales'),
externalLocales: join(ROOT_DIR, './externalLocales'),
Expand Down

0 comments on commit ced16fc

Please sign in to comment.