|
From: Vest <no...@gi...> - 2026-06-04 18:07:54
|
Branch: refs/heads/master Home: https://github.com/PCGen/pcgen Commit: 1805aea5c04ac2f5096d48b6a0c9812ad072349f https://github.com/PCGen/pcgen/commit/1805aea5c04ac2f5096d48b6a0c9812ad072349f Author: Vest <Ve...@us...> Date: 2026-06-05 (Fri, 05 Jun 2026) Changed paths: M code/src/resources/pcgen/lang/LanguageBundle.properties M code/src/resources/pcgen/lang/LanguageBundle_es.properties M code/src/resources/pcgen/lang/LanguageBundle_fr.properties M code/src/resources/pcgen/lang/LanguageBundle_it.properties M code/src/testResources/pcgen/lang/cleaned.properties Log Message: ----------- Remove unused GMGen randomname i18n keys (#7582) `in_plugin_randomname_name` and `in_mn_plugin_randomname_name` were referenced only from `plugin/doomsdaybook/RandomNamePlugin.java`, the GMGen plugin wrapper that advertised the "Random Names" tab name and mnemonic. PR #7566 deleted that wrapper as part of the Random-name dialog Swing → JavaFX rewrite, and the live core dialog (`RandomNameDialog` → `RandomNamePanelController` + `RandomNamePanel.fxml`) doesn't expose a plugin-style tab label, so the keys have no replacement in core. Confirmed unused via `ScanForUnusedIl8nKeysTest` and a manual grep over `*.java`, `*.fxml`, `*.lst`. Removed from the four locale bundles that still carried them (en, es, fr, it; de/ja/pt already lacked them) and regenerated the `cleaned.properties` snapshot the scanner produces. To unsubscribe from these emails, change your notification settings at https://github.com/PCGen/pcgen/settings/notifications |