Browse Source

Fixed regression and support localization for "Open Plugins Folder..."

Close #5365
pull/5366/head
Rajendra Singh 6 years ago committed by Don HO
parent
commit
5423b50635
  1. 3
      PowerEditor/installer/nativeLang/english.xml
  2. 1
      PowerEditor/installer/nativeLang/hindi.xml
  3. 4
      PowerEditor/src/menuCmdID.h

3
PowerEditor/installer/nativeLang/english.xml

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<NotepadPlus>
<Native-Langue name="English" filename="english.xml" version="7.6.2">
<Native-Langue name="English" filename="english.xml" version="7.6.3">
<Menu>
<Main>
<!-- Main Menu Entries -->
@ -295,6 +295,7 @@
<Item id="48018" name="Edit Popup ContextMenu"/>
<Item id="48009" name="Shortcut Mapper..."/>
<Item id="48011" name="Preferences..."/>
<Item id="48014" name="Open Plugins Folder..."/>
<Item id="48015" name="Plugins Admin..."/>
<Item id="48501" name="Generate..."/>
<Item id="48502" name="Generate from files..."/>

1
PowerEditor/installer/nativeLang/hindi.xml

@ -303,6 +303,7 @@
<Item id="48018" name="एडिट पपअप कट म"/>
<Item id="48009" name="शटकट मपर..."/>
<Item id="48011" name="पसदग (Preferences)..."/>
<Item id="48014" name="पलगइनस फडर क..."/>
<Item id="48015" name="पलगइन एडमिन..."/>
<Item id="48501" name="जनरट कर..."/>
<Item id="48502" name="फइलस स जनरट कर..."/>

4
PowerEditor/src/menuCmdID.h

@ -548,8 +548,8 @@
#define IDM_SETTING_SHORTCUT_MAPPER (IDM_SETTING + 9)
#define IDM_SETTING_REMEMBER_LAST_SESSION (IDM_SETTING + 10)
#define IDM_SETTING_PREFERENCE (IDM_SETTING + 11)
#define IDM_SETTING_PLUGINADM (IDM_SETTING + 14)
#define IDM_SETTING_OPENPLUGINSDIR (IDM_SETTING + 15)
#define IDM_SETTING_OPENPLUGINSDIR (IDM_SETTING + 14)
#define IDM_SETTING_PLUGINADM (IDM_SETTING + 15)
#define IDM_SETTING_SHORTCUT_MAPPER_MACRO (IDM_SETTING + 16)
#define IDM_SETTING_SHORTCUT_MAPPER_RUN (IDM_SETTING + 17)
#define IDM_SETTING_EDITCONTEXTMENU (IDM_SETTING + 18)

Loading…
Cancel
Save