diff --git a/PowerEditor/installer/nativeLang/irish.xml b/PowerEditor/installer/nativeLang/irish.xml deleted file mode 100644 index 8afa9a083..000000000 --- a/PowerEditor/installer/nativeLang/irish.xml +++ /dev/null @@ -1,1275 +0,0 @@ - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/PowerEditor/installer/nsisInclude/langs4Installer.nsh b/PowerEditor/installer/nsisInclude/langs4Installer.nsh index 8f2e55bd7..b59e8f24a 100644 --- a/PowerEditor/installer/nsisInclude/langs4Installer.nsh +++ b/PowerEditor/installer/nsisInclude/langs4Installer.nsh @@ -59,7 +59,7 @@ !insertmacro MUI_LANGUAGE "Hindi" !insertmacro MUI_LANGUAGE "Hungarian" ;!insertmacro MUI_LANGUAGE "Icelandic" - !insertmacro MUI_LANGUAGE "Irish" + ;!insertmacro MUI_LANGUAGE "Irish" !insertmacro MUI_LANGUAGE "Indonesian" !insertmacro MUI_LANGUAGE "Italian" !insertmacro MUI_LANGUAGE "Japanese" @@ -153,4 +153,4 @@ LangString langFileName ${LANG_GEORGIAN} "georgian.xml" LangString langFileName ${LANG_VIETNAMESE} "vietnamese.xml" LangString langFileName ${LANG_WELSH} "welsh.xml" LangString langFileName ${LANG_KURDISH} "kurdish.xml" -LangString langFileName ${LANG_IRISH} "irish.xml" +;LangString langFileName ${LANG_IRISH} "irish.xml" diff --git a/PowerEditor/installer/nsisInclude/langs4Npp.nsh b/PowerEditor/installer/nsisInclude/langs4Npp.nsh index 503f5e30a..bfc1a5fa2 100644 --- a/PowerEditor/installer/nsisInclude/langs4Npp.nsh +++ b/PowerEditor/installer/nsisInclude/langs4Npp.nsh @@ -283,9 +283,11 @@ SectionGroup "Localization" localization ${MementoUnselectedSection} "Kurdish" kurdish CopyFiles "$PLUGINSDIR\nppLocalization\kurdish.xml" "$INSTDIR\localization\kurdish.xml" ${MementoSectionEnd} + /* ${MementoUnselectedSection} "Irish" irish CopyFiles "$PLUGINSDIR\nppLocalization\iriish.xml" "$INSTDIR\localization\irish.xml" ${MementoSectionEnd} + */ ${MementoUnselectedSection} "Piglatin" piglatin CopyFiles "$PLUGINSDIR\nppLocalization\piglatin.xml" "$INSTDIR\localization\piglatin.xml" ${MementoSectionEnd} diff --git a/PowerEditor/src/localizationString.h b/PowerEditor/src/localizationString.h index 76890c0c3..691aaa895 100644 --- a/PowerEditor/src/localizationString.h +++ b/PowerEditor/src/localizationString.h @@ -118,6 +118,6 @@ LocalizationSwitcher::LocalizationDefinition localizationDefs[] = {TEXT("Pig latin"), TEXT("piglatin.xml")}, {TEXT("Zulu"), TEXT("zulu.xml")}, {TEXT("Vèneto"), TEXT("venetian.xml")}, - {TEXT("Gaeilge"), TEXT("irish.xml")}, + //{TEXT("Gaeilge"), TEXT("irish.xml")}, {TEXT("नेपाली"), TEXT("nepali.xml")} };