fixup i18n
authorKevin Lamonte <kevin.lamonte@gmail.com>
Thu, 1 Aug 2019 12:48:34 +0000 (07:48 -0500)
committerKevin Lamonte <kevin.lamonte@gmail.com>
Thu, 1 Aug 2019 12:48:34 +0000 (07:48 -0500)
src/jexer/TTableWidget.java
src/jexer/TTableWidget.properties [deleted file]
src/jexer/TTableWindow.properties

index 2f498150d03b6019dc52e4d61ba0f3d50246dcd1..626793093de6269a4349e75bdc0bf2378cf22ad9 100644 (file)
@@ -31,7 +31,6 @@ package jexer;
 import java.io.IOException;
 import java.util.ArrayList;
 import java.util.List;
-import java.util.ResourceBundle;
 
 import jexer.bits.CellAttributes;
 import jexer.event.TKeypressEvent;
@@ -49,11 +48,6 @@ import static jexer.TKeypress.*;
  */
 public class TTableWidget extends TWidget {
 
-    /**
-     * Translated strings.
-     */
-    private static final ResourceBundle i18n = ResourceBundle.getBundle(TTableWidget.class.getName());
-
     // ------------------------------------------------------------------------
     // Constants --------------------------------------------------------------
     // ------------------------------------------------------------------------
diff --git a/src/jexer/TTableWidget.properties b/src/jexer/TTableWidget.properties
deleted file mode 100644 (file)
index d987205..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-renameRowInputTitle=Rename Row
-renameRowInputCaption=New row name?
-renameColumnInputTitle=Rename Column
-renameColumnInputCaption=New column name?
index 6664d91033137f5014b5feb13b54fb96527754eb..c2c87651968903386463949b304949111f038a5c 100644 (file)
@@ -4,6 +4,11 @@ statusBarSave=Save CSV
 statusBarOpen=Open CSV
 statusBarMenu=Menu
 
+renameRowInputTitle=Rename Row
+renameRowInputCaption=New row name?
+renameColumnInputTitle=Rename Column
+renameColumnInputCaption=New column name?
+
 errorDialogTitle=Error
 errorReadingFile=Error reading file: {0}
 errorOpeningFileDialog=Error opening file dialog: {0}