Added Translator tool for easier localization

This commit is contained in:
Jindra Petřík
2022-11-30 22:58:35 +01:00
parent 5a2d75933d
commit 4f4c22006d
15 changed files with 2457 additions and 17 deletions
+1 -1
View File
@@ -152,7 +152,7 @@ public class View {
* Sets windows Look and Feel
*/
public static void setLookAndFeel() {
// Save default font for Chinese characters
final Font defaultFont = (new JLabel()).getFont();
try {