diff --git a/PowerEditor/installer/nativeLang/breton.xml b/PowerEditor/installer/nativeLang/breton.xml new file mode 100644 index 000000000..3814e178d --- /dev/null +++ b/PowerEditor/installer/nativeLang/breton.xml @@ -0,0 +1,927 @@ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
diff --git a/PowerEditor/installer/nsisInclude/langs.nsh b/PowerEditor/installer/nsisInclude/langs.nsh index 66d77a406..018d18a0f 100644 --- a/PowerEditor/installer/nsisInclude/langs.nsh +++ b/PowerEditor/installer/nsisInclude/langs.nsh @@ -81,8 +81,7 @@ !insertmacro MUI_LANGUAGE "Bosnian" !insertmacro MUI_LANGUAGE "Mongolian" !insertmacro MUI_LANGUAGE "Estonian" - - ;!insertmacro MUI_LANGUAGE "Breton" + !insertmacro MUI_LANGUAGE "Breton" ;!insertmacro MUI_LANGUAGE "Icelandic" ;!insertmacro MUI_LANGUAGE "Kurdish" ;!insertmacro MUI_LANGUAGE "Irish" @@ -140,6 +139,7 @@ LangString langFileName ${LANG_LATVIAN} "Latvian.xml" LangString langFileName ${LANG_BOSNIAN} "bosnian.xml" LangString langFileName ${LANG_MONGOLIAN} "mongolian.xml" LangString langFileName ${LANG_ESTONIAN} "estonian.xml" +LangString langFileName ${LANG_BRETON} "breton.xml" SectionGroup "Localization" localization @@ -177,6 +177,9 @@ SectionGroup "Localization" localization ${MementoUnselectedSection} "Brazilian Portuguese" brazilian_portuguese CopyFiles "$PLUGINSDIR\nppLocalization\brazilian_portuguese.xml" "$INSTDIR\localization\brazilian_portuguese.xml" ${MementoSectionEnd} + ${MementoUnselectedSection} "Breton" breton + CopyFiles "$PLUGINSDIR\nppLocalization\breton.xml" "$INSTDIR\localization\breton.xml" + ${MementoSectionEnd} ${MementoUnselectedSection} "Bulgarian" bulgarian CopyFiles "$PLUGINSDIR\nppLocalization\bulgarian.xml" "$INSTDIR\localization\bulgarian.xml" ${MementoSectionEnd} @@ -436,6 +439,9 @@ SectionGroup un.localization Section un.brazilian_portuguese Delete "$INSTDIR\localization\brazilian_portuguese.xml" SectionEnd + Section un.breton + Delete "$INSTDIR\localization\breton.xml" + SectionEnd Section un.bulgarian Delete "$INSTDIR\localization\bulgarian.xml" SectionEnd diff --git a/PowerEditor/src/localizationString.h b/PowerEditor/src/localizationString.h index 87a709470..889a0dd31 100644 --- a/PowerEditor/src/localizationString.h +++ b/PowerEditor/src/localizationString.h @@ -112,5 +112,6 @@ LocalizationSwitcher::LocalizationDefinition localizationDefs[] = {TEXT("Тоҷик"), TEXT("tajikCyrillic.xml")}, {TEXT("татарча"), TEXT("tatar.xml")}, {TEXT("ਪੰਜਾਬੀ"), TEXT("punjabi.xml")}, - {TEXT("Corsu"), TEXT("corsican.xml")} + {TEXT("Corsu"), TEXT("corsican.xml")}, + {TEXT("Brezhoneg"), TEXT("breton.xml")} }; \ No newline at end of file