mirror of
https://github.com/hacks-guide/Guide_3DS.git
synced 2025-08-18 14:31:30 +02:00
config: disable all languages
These need to be regenerated by Crowdin.
This commit is contained in:
@@ -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/**'
|
||||||
|
]
|
||||||
})
|
})
|
||||||
|
Reference in New Issue
Block a user