|
|
|
@ -159,6 +159,14 @@ public class DesignPreLoadComponent {
|
|
|
|
|
Carina.getApplicationContext().group(InterMutableKey.class).add(LocaleMarker.create("com/fr/decision/web/i18n/dec", LocaleScope.WEB)); |
|
|
|
|
Carina.getApplicationContext().group(InterMutableKey.class).add(LocaleMarker.create("com/fr/fineui/i18n/fineui", LocaleScope.WEB)); |
|
|
|
|
Carina.getApplicationContext().group(InterMutableKey.class).add(LocaleMarker.create("com/fr/fineui/i18n/fineui", LocaleScope.SERVER)); |
|
|
|
|
Carina.getApplicationContext().group(InterMutableKey.class).addAll( |
|
|
|
|
LocaleMarker.create("com/fr/server/i18n/report", LocaleScope.SERVER), |
|
|
|
|
LocaleMarker.create("com/fr/server/i18n/chart", LocaleScope.SERVER) |
|
|
|
|
); |
|
|
|
|
Carina.getApplicationContext().group(InterMutableKey.class).addAll( |
|
|
|
|
LocaleMarker.create("com/fr/web/i18n/report", LocaleScope.WEB), |
|
|
|
|
LocaleMarker.create("com/fr/web/i18n/chart", LocaleScope.WEB) |
|
|
|
|
); |
|
|
|
|
|
|
|
|
|
// WebLocaleProvider插件接口适配
|
|
|
|
|
LocaleUtils.registerLocaleParser(localeStr -> { |
|
|
|
|