From 2ed85bda0def069e4be943950e2275653da011de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thiago=20Henrique=20H=C3=BCpner?= Date: Thu, 20 Jun 2024 09:34:51 -0300 Subject: [PATCH] Add missing resource bundles --- .../resources/META-INF/native-image/resource-config.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dev.thihup.jvisualg.ide/src/main/resources/META-INF/native-image/resource-config.json b/dev.thihup.jvisualg.ide/src/main/resources/META-INF/native-image/resource-config.json index 3ae66d9..50c273c 100644 --- a/dev.thihup.jvisualg.ide/src/main/resources/META-INF/native-image/resource-config.json +++ b/dev.thihup.jvisualg.ide/src/main/resources/META-INF/native-image/resource-config.json @@ -137,5 +137,11 @@ }, { "name":"sun.util.resources.cldr.CurrencyNames", "locales":["pt", "pt-BR", "und"] + }, { + "name": "org.fife.rsta.ui.search.Search", + "locales": ["pt-BR"] + }, { + "name": "org.fife.rsta.ui.search.SearchToolBar", + "locales": ["pt-BR"] }] }