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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user