Skip to content

Commit

Permalink
config: disable all languages
Browse files Browse the repository at this point in the history
These need to be regenerated by Crowdin.
  • Loading branch information
lifehackerhansol committed Sep 22, 2024
1 parent c2221c3 commit 4f11c84
Showing 1 changed file with 33 additions and 1 deletion.
34 changes: 33 additions & 1 deletion docs/.vitepress/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,37 @@ export default defineConfig({
});
}
},
srcExclude: ['**/_include/**']
srcExclude: [
'**/_include/**',
'af_ZA/**',
'ar_SA/**',
'ca_ES/**',
'cs_CZ/**',
'da_DK/**',
'de_DE/**',
'el_GR/**',
'es_419/**',
'es_ES/**',
'fi_FI/**',
'fr_FR/**',
'he_IL/**',
'hu_HU/**',
'it_IT/**',
'ja_JP/**',
'ko_KR/**',
'nl_NL/**',
'no_NO/**',
'pl_PL/**',
'pt_BR/**',
'pt_PT/**',
'ro_RO/**',
'ru_RU/**',
'sr_Cyrl/**',
'sv_SE/**',
'tr_TR/**',
'uk_UA/**',
'vi_VN/**',
'zh_CN/**',
'zh_TW/**'
]
})

0 comments on commit 4f11c84

Please sign in to comment.