mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-28 08:14:18 +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
|
||||
CopyFiles "$PLUGINSDIR\nppLocalization\kurdish.xml" "$INSTDIR\localization\kurdish.xml"
|
||||
${MementoSectionEnd}
|
||||
${MementoSectionEnd}
|
||||
${MementoUnselectedSection} "Piglatin" piglatin
|
||||
CopyFiles "$PLUGINSDIR\nppLocalization\piglatin.xml" "$INSTDIR\localization\piglatin.xml"
|
||||
${MementoSectionEnd}
|
||||
SectionGroupEnd
|
||||
|
||||
SectionGroup un.localization
|
||||
@ -541,4 +545,7 @@ SectionGroup un.localization
|
||||
Section un.kurdish
|
||||
Delete "$INSTDIR\localization\kurdish.xml"
|
||||
SectionEnd
|
||||
Section un.piglatin
|
||||
Delete "$INSTDIR\localization\piglatin.xml"
|
||||
SectionEnd
|
||||
SectionGroupEnd
|
||||
|
Loading…
x
Reference in New Issue
Block a user