1
0
mirror of https://github.com/hacks-guide/Guide_3DS.git synced 2025-08-18 22:42:02 +02:00

config: disable all languages

These need to be regenerated by Crowdin.
This commit is contained in:
lifehackerhansol
2024-09-21 21:58:43 -07:00
parent dd66b8d22f
commit b5e96749d2

View File

@@ -50,5 +50,44 @@ export default defineConfig({
]
}
},
srcExclude: ['**/_include/**', '**/_internal/**']
srcExclude: [
'**/_include/**',
'**/_internal/**',
'af_ZA/**',
'ar_SA/**',
'bg_BG/**',
'ca_ES/**',
'cs_CZ/**',
'da_DK/**',
'de_DE/**',
'el_GR/**',
'en_PT/**',
'es_ES/**',
'et_EE/**',
'fi_FI/**',
'fr_FR/**',
'he_IL/**',
'hr_HR/**',
'hu_HU/**',
'id_ID/**',
'it_IT/**',
'ja_JP/**',
'ko_KR/**',
'ms_MY/**',
'nl_NL/**',
'no_NO/**',
'pl_PL/**',
'pt_BR/**',
'pt_PT/**',
'ro_RO/**',
'ru_RU/**',
'sr_SP/**',
'sv_SE/**',
'th_TH/**',
'tr_TR/**',
'uk_UA/**',
'vi_VN/**',
'zh_CN/**',
'zh_TW/**'
]
})