mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-28 00:04:25 +02:00
Add new localization file abkhazian.xml
This commit is contained in:
parent
821e3edfb7
commit
541b4d1c7a
1354
PowerEditor/installer/nativeLang/abkhazian.xml
Normal file
1354
PowerEditor/installer/nativeLang/abkhazian.xml
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<NotepadPlus>
|
||||
<Native-Langue name="Français" filename="french.xml" version="7.9.3">
|
||||
<Native-Langue name="français" filename="french.xml" version="7.9.3">
|
||||
<Menu>
|
||||
<Main>
|
||||
<!-- Main Menu Entries -->
|
||||
|
@ -17,6 +17,9 @@
|
||||
|
||||
SectionGroup "Localization" localization
|
||||
SetOverwrite on
|
||||
${MementoUnselectedSection} "Abkhazian" abkhazian
|
||||
CopyFiles "$PLUGINSDIR\nppLocalization\abkhazian.xml" "$INSTDIR\localization\abkhazian.xml"
|
||||
${MementoSectionEnd}
|
||||
${MementoUnselectedSection} "Afrikaans" afrikaans
|
||||
CopyFiles "$PLUGINSDIR\nppLocalization\afrikaans.xml" "$INSTDIR\localization\afrikaans.xml"
|
||||
${MementoSectionEnd}
|
||||
@ -294,6 +297,9 @@ SectionGroup "Localization" localization
|
||||
SectionGroupEnd
|
||||
|
||||
SectionGroup un.localization
|
||||
Section un.abkhazian
|
||||
Delete "$INSTDIR\localization\abkhazian.xml"
|
||||
SectionEnd
|
||||
Section un.afrikaans
|
||||
Delete "$INSTDIR\localization\afrikaans.xml"
|
||||
SectionEnd
|
||||
|
@ -4030,6 +4030,8 @@ generic_string NppParameters::getLocPathFromStr(const generic_string & localizat
|
||||
return TEXT("samogitian.xml");
|
||||
if (localizationCode == TEXT("yue"))
|
||||
return TEXT("hongKongCantonese.xml");
|
||||
if (localizationCode == TEXT("ab") || localizationCode == TEXT("abk"))
|
||||
return TEXT("abkhazian.xml");
|
||||
|
||||
return generic_string();
|
||||
}
|
||||
|
@ -109,5 +109,6 @@ LocalizationSwitcher::LocalizationDefinition localizationDefs[] =
|
||||
{TEXT("Vèneto"), TEXT("venetian.xml")},
|
||||
{TEXT("Gaeilge"), TEXT("irish.xml")},
|
||||
{TEXT("नेपाली"), TEXT("nepali.xml")},
|
||||
{TEXT("香港繁體"), TEXT("hongKongCantonese.xml")}
|
||||
{TEXT("香港繁體"), TEXT("hongKongCantonese.xml")},
|
||||
{TEXT("Аԥсуа бызшәа"), TEXT("abkhazian.xml")}
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user