From c5310ee7764c148adfafd9fc1e7a011886ed6403 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rado=C5=A1=20Mili=C4=87ev?= <40705899+rammba@users.noreply.github.com> Date: Thu, 24 Apr 2025 01:30:39 +0200 Subject: [PATCH] Add Serbian (cyrillic & latin) translation --- NppShell.rc | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/NppShell.rc b/NppShell.rc index 1ec3825..4ac20f6 100644 --- a/NppShell.rc +++ b/NppShell.rc @@ -212,6 +212,46 @@ END ///////////////////////////////////////////////////////////////////////////// +///////////////////////////////////////////////////////////////////////////// +// Serbian (Cyrillic, Serbia) resources + +#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_SRO) +LANGUAGE LANG_SERBIAN, SUBLANG_SERBIAN_SERBIA_CYRILLIC + +///////////////////////////////////////////////////////////////////////////// +// +// String Table +// + +STRINGTABLE +BEGIN +IDS_EDIT_WITH_NOTEPADPLUSPLUS "Уреди са &Notepad++" +END + +#endif // Serbian (Cyrillic, Serbia) resources +///////////////////////////////////////////////////////////////////////////// + + +///////////////////////////////////////////////////////////////////////////// +// Serbian (Latin, Serbia) resources + +#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_SRM) +LANGUAGE LANG_SERBIAN, SUBLANG_SERBIAN_SERBIA_LATIN + +///////////////////////////////////////////////////////////////////////////// +// +// String Table +// + +STRINGTABLE +BEGIN +IDS_EDIT_WITH_NOTEPADPLUSPLUS "Uredi sa &Notepad++" +END + +#endif // Serbian (Latin, Serbia) resources +///////////////////////////////////////////////////////////////////////////// + + ///////////////////////////////////////////////////////////////////////////// // Serbian (Latin, Bosnia & Herzegovina) resources