Skip to content

Commit ffd8ed3

Browse files
committed
add locale setting in native-image.properties
1 parent 149b01b commit ffd8ed3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

toolkit-app/src/main/resources/META-INF/native-image/native-image.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
Args = -H:ReflectionConfigurationResources=${.}/reflection-config.json \
2+
-H:IncludeLocales=zh,en,de \
23
--initialize-at-run-time=io.netty.buffer.AbstractReferenceCountedByteBuf \
34
--initialize-at-run-time=io.netty.buffer.ByteBufAllocator \
45
--initialize-at-run-time=io.netty.buffer.ByteBufUtil \

0 commit comments

Comments
 (0)