Temporarily disable other locales to unbreak the website deploy.

This commit is contained in:
cpojer 2025-06-10 11:33:03 +09:00
parent 469f665c2d
commit dba8c8da63
1 changed files with 1 additions and 35 deletions

View File

@ -7,46 +7,12 @@
// The top-30 locales on Crowdin are enabled
// but we enable only a subset of those
const locales = [
'en',
'ja',
'es-ES',
'fr',
'pt-BR',
'ro',
'ru',
'uk',
'zh-Hans',
];
const locales = ['en'];
const localeConfigs = {
en: {
label: 'English',
},
ja: {
label: '日本語',
},
'es-ES': {
label: 'Español',
},
fr: {
label: 'Français',
},
'pt-BR': {
label: 'Português (Brasil)',
},
ro: {
label: 'Română',
},
ru: {
label: 'Русский',
},
uk: {
label: 'Українська',
},
'zh-Hans': {
label: '简体中文',
},
};
// Docusaurus 2 i18n config