Skip to content

Commit 9b4fd15

Browse files
authored
Merge pull request #660 from objectstack-ai/copilot/evaluate-code-standards
2 parents 42979b7 + d8d4124 commit 9b4fd15

File tree

14 files changed

+1388
-970
lines changed

14 files changed

+1388
-970
lines changed

examples/app-crm/objectstack.config.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,14 @@ export default defineStack({
5050
// Seed Data (top-level, registered as metadata)
5151
data: CrmSeedData,
5252

53+
// I18n Configuration — per-locale file organization
54+
i18n: {
55+
defaultLocale: 'en',
56+
supportedLocales: ['en', 'zh-CN', 'ja-JP', 'es-ES'],
57+
fallbackLocale: 'en',
58+
fileOrganization: 'per_locale',
59+
},
60+
5361
// I18n Translation Bundles (en, zh-CN, ja-JP, es-ES)
5462
translations: Object.values(translations),
5563

0 commit comments

Comments
 (0)