mirror of
https://github.com/strapi/strapi.git
synced 2025-09-25 08:19:07 +00:00
Add locale liste to app
Signed-off-by: soupette <cyril@strapi.io>
This commit is contained in:
parent
2e8a922222
commit
f10fb4fb61
@ -1,4 +1,33 @@
|
||||
export default {
|
||||
config: {},
|
||||
config: {
|
||||
locales: [
|
||||
// 'ar',
|
||||
'fr',
|
||||
// 'cs',
|
||||
// 'de',
|
||||
// 'dk',
|
||||
// 'es',
|
||||
// 'he',
|
||||
// 'id',
|
||||
// 'it',
|
||||
// 'ja',
|
||||
// 'ko',
|
||||
// 'ms',
|
||||
// 'nl',
|
||||
// 'no',
|
||||
// 'pl',
|
||||
// 'pt-BR',
|
||||
// 'pt',
|
||||
// 'ru',
|
||||
// 'sk',
|
||||
// 'sv',
|
||||
// 'th',
|
||||
// 'tr',
|
||||
// 'uk',
|
||||
// 'vi',
|
||||
// 'zh-Hans',
|
||||
// 'zh',
|
||||
],
|
||||
},
|
||||
bootstrap() {},
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user