mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-28 16:24:27 +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" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
<NotepadPlus>
|
<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>
|
<Menu>
|
||||||
<Main>
|
<Main>
|
||||||
<!-- Main Menu Entries -->
|
<!-- Main Menu Entries -->
|
||||||
|
@ -17,6 +17,9 @@
|
|||||||
|
|
||||||
SectionGroup "Localization" localization
|
SectionGroup "Localization" localization
|
||||||
SetOverwrite on
|
SetOverwrite on
|
||||||
|
${MementoUnselectedSection} "Abkhazian" abkhazian
|
||||||
|
CopyFiles "$PLUGINSDIR\nppLocalization\abkhazian.xml" "$INSTDIR\localization\abkhazian.xml"
|
||||||
|
${MementoSectionEnd}
|
||||||
${MementoUnselectedSection} "Afrikaans" afrikaans
|
${MementoUnselectedSection} "Afrikaans" afrikaans
|
||||||
CopyFiles "$PLUGINSDIR\nppLocalization\afrikaans.xml" "$INSTDIR\localization\afrikaans.xml"
|
CopyFiles "$PLUGINSDIR\nppLocalization\afrikaans.xml" "$INSTDIR\localization\afrikaans.xml"
|
||||||
${MementoSectionEnd}
|
${MementoSectionEnd}
|
||||||
@ -294,6 +297,9 @@ SectionGroup "Localization" localization
|
|||||||
SectionGroupEnd
|
SectionGroupEnd
|
||||||
|
|
||||||
SectionGroup un.localization
|
SectionGroup un.localization
|
||||||
|
Section un.abkhazian
|
||||||
|
Delete "$INSTDIR\localization\abkhazian.xml"
|
||||||
|
SectionEnd
|
||||||
Section un.afrikaans
|
Section un.afrikaans
|
||||||
Delete "$INSTDIR\localization\afrikaans.xml"
|
Delete "$INSTDIR\localization\afrikaans.xml"
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
@ -4030,6 +4030,8 @@ generic_string NppParameters::getLocPathFromStr(const generic_string & localizat
|
|||||||
return TEXT("samogitian.xml");
|
return TEXT("samogitian.xml");
|
||||||
if (localizationCode == TEXT("yue"))
|
if (localizationCode == TEXT("yue"))
|
||||||
return TEXT("hongKongCantonese.xml");
|
return TEXT("hongKongCantonese.xml");
|
||||||
|
if (localizationCode == TEXT("ab") || localizationCode == TEXT("abk"))
|
||||||
|
return TEXT("abkhazian.xml");
|
||||||
|
|
||||||
return generic_string();
|
return generic_string();
|
||||||
}
|
}
|
||||||
|
@ -109,5 +109,6 @@ LocalizationSwitcher::LocalizationDefinition localizationDefs[] =
|
|||||||
{TEXT("Vèneto"), TEXT("venetian.xml")},
|
{TEXT("Vèneto"), TEXT("venetian.xml")},
|
||||||
{TEXT("Gaeilge"), TEXT("irish.xml")},
|
{TEXT("Gaeilge"), TEXT("irish.xml")},
|
||||||
{TEXT("नेपाली"), TEXT("nepali.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