mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-28 16:24:27 +02:00
Add Pig latin language in installer
This commit is contained in:
parent
b466e5bf08
commit
5df59ba2fc
@ -283,6 +283,10 @@ SectionGroup "Localization" localization
|
|||||||
${MementoUnselectedSection} "Kurdish" kurdish
|
${MementoUnselectedSection} "Kurdish" kurdish
|
||||||
CopyFiles "$PLUGINSDIR\nppLocalization\kurdish.xml" "$INSTDIR\localization\kurdish.xml"
|
CopyFiles "$PLUGINSDIR\nppLocalization\kurdish.xml" "$INSTDIR\localization\kurdish.xml"
|
||||||
${MementoSectionEnd}
|
${MementoSectionEnd}
|
||||||
|
${MementoSectionEnd}
|
||||||
|
${MementoUnselectedSection} "Piglatin" piglatin
|
||||||
|
CopyFiles "$PLUGINSDIR\nppLocalization\piglatin.xml" "$INSTDIR\localization\piglatin.xml"
|
||||||
|
${MementoSectionEnd}
|
||||||
SectionGroupEnd
|
SectionGroupEnd
|
||||||
|
|
||||||
SectionGroup un.localization
|
SectionGroup un.localization
|
||||||
@ -541,4 +545,7 @@ SectionGroup un.localization
|
|||||||
Section un.kurdish
|
Section un.kurdish
|
||||||
Delete "$INSTDIR\localization\kurdish.xml"
|
Delete "$INSTDIR\localization\kurdish.xml"
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
Section un.piglatin
|
||||||
|
Delete "$INSTDIR\localization\piglatin.xml"
|
||||||
|
SectionEnd
|
||||||
SectionGroupEnd
|
SectionGroupEnd
|
||||||
|
@ -28,13 +28,13 @@
|
|||||||
|
|
||||||
|
|
||||||
#define IDD_PLUGINSADMIN_DLG 5500
|
#define IDD_PLUGINSADMIN_DLG 5500
|
||||||
#define IDC_PLUGINADM_SEARCH_STATIC (IDD_PLUGINSADMIN_DLG + 1)
|
#define IDC_PLUGINADM_SEARCH_STATIC (IDD_PLUGINSADMIN_DLG + 1)
|
||||||
#define IDC_PLUGINADM_SEARCH_EDIT (IDD_PLUGINSADMIN_DLG + 2)
|
#define IDC_PLUGINADM_SEARCH_EDIT (IDD_PLUGINSADMIN_DLG + 2)
|
||||||
#define IDC_PLUGINADM_INSTALL (IDD_PLUGINSADMIN_DLG + 3)
|
#define IDC_PLUGINADM_INSTALL (IDD_PLUGINSADMIN_DLG + 3)
|
||||||
#define IDC_PLUGINADM_UPDATE (IDD_PLUGINSADMIN_DLG + 4)
|
#define IDC_PLUGINADM_UPDATE (IDD_PLUGINSADMIN_DLG + 4)
|
||||||
#define IDC_PLUGINADM_REMOVE (IDD_PLUGINSADMIN_DLG + 5)
|
#define IDC_PLUGINADM_REMOVE (IDD_PLUGINSADMIN_DLG + 5)
|
||||||
#define IDC_PLUGINADM_LISTVIEW (IDD_PLUGINSADMIN_DLG + 6)
|
#define IDC_PLUGINADM_LISTVIEW (IDD_PLUGINSADMIN_DLG + 6)
|
||||||
#define IDC_PLUGINADM_EDIT (IDD_PLUGINSADMIN_DLG + 7)
|
#define IDC_PLUGINADM_EDIT (IDD_PLUGINSADMIN_DLG + 7)
|
||||||
#define IDC_PLUGINADM_RESEARCH_NEXT (IDD_PLUGINSADMIN_DLG + 8)
|
#define IDC_PLUGINADM_RESEARCH_NEXT (IDD_PLUGINSADMIN_DLG + 8)
|
||||||
#define IDC_PLUGINADM_SETTINGS_BUTTON (IDD_PLUGINSADMIN_DLG + 9)
|
#define IDC_PLUGINADM_SETTINGS_BUTTON (IDD_PLUGINSADMIN_DLG + 9)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user