kaorahi / lizzie

Lizzie - Leela Zero Interface
GNU General Public License v3.0
3 stars 1 forks source link

Translation of new parameters #1

Closed ParmuzinAlexander closed 2 years ago

ParmuzinAlexander commented 2 years ago

I can't find new parameters for translation: Edit comment Copy comment Score game Rule Help-Keyboard controls

kaorahi commented 2 years ago

Have you noticed LizzieYzy? You may prefer it to the original Lizzie now.

...Or, do you still have any reason to keep the maintenance of Lizzie?

ParmuzinAlexander commented 2 years ago

Lizzie is simple and has everything I need. LizzieYzy like a monster and to be honest looks not safe. Too many things, but it's not necessary. Ok 6 lines it is not big problem.

kaorahi commented 2 years ago

This may fix your NoRefreshDisplayedVariation issue.

--- a/src/main/java/featurecat/lizzie/gui/ConfigDialog.java
+++ b/src/main/java/featurecat/lizzie/gui/ConfigDialog.java
@@ -1100,7 +1100,7 @@ public class ConfigDialog extends LizzieDialog {

     JLabel lblNotRefreshVaritions =
         new JLabel(resourceBundle.getString("LizzieConfig.title.notRefreshVariation"));
-    lblNotRefreshVaritions.setBounds(372, 308, 187, 16);
+    lblNotRefreshVaritions.setBounds(372, 308, 157, 16);
     uiTab.add(lblNotRefreshVaritions);
     chkNotRefreshVariation = new JCheckBox("");
     chkNotRefreshVariation.setBounds(536, 305, 57, 23);
ParmuzinAlexander commented 2 years ago

@kaorahi I just made it shorter, it's fine. =)

kaorahi commented 2 years ago

@ParmuzinAlexander, I added the following lines to DisplayStrings.properties.

Menu.game.editComment=Edit comment
Menu.game.copyComment=Copy comment(Ctrl+Shift+C)
Menu.game.scoreGame=Score game
Menu.analyze.rule=Rule
Menu.helpMenu=Help
Menu.helpMenu.keyboardControls=Keyboard controls
kaorahi commented 2 years ago

I overlooked 6f4d067f in featurecat#906 for a week...

Here is a binary with your updated RU translations. Enjoy!

https://github.com/kaorahi/lizzie/releases/tag/patched074_211211a

ParmuzinAlexander commented 2 years ago

Great. Thank you for support Lizzie.