Skip to content

Commit 98fa2ce

Browse files
rammbadonho
authored andcommitted
Add Serbian (cyrillic & latin) translation
Close #69
1 parent 7b715ad commit 98fa2ce

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

NppShell.rc

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,46 @@ END
212212
/////////////////////////////////////////////////////////////////////////////
213213

214214

215+
/////////////////////////////////////////////////////////////////////////////
216+
// Serbian (Cyrillic, Serbia) resources
217+
218+
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_SRO)
219+
LANGUAGE LANG_SERBIAN, SUBLANG_SERBIAN_SERBIA_CYRILLIC
220+
221+
/////////////////////////////////////////////////////////////////////////////
222+
//
223+
// String Table
224+
//
225+
226+
STRINGTABLE
227+
BEGIN
228+
IDS_EDIT_WITH_NOTEPADPLUSPLUS "Уреди са &Notepad++"
229+
END
230+
231+
#endif // Serbian (Cyrillic, Serbia) resources
232+
/////////////////////////////////////////////////////////////////////////////
233+
234+
235+
/////////////////////////////////////////////////////////////////////////////
236+
// Serbian (Latin, Serbia) resources
237+
238+
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_SRM)
239+
LANGUAGE LANG_SERBIAN, SUBLANG_SERBIAN_SERBIA_LATIN
240+
241+
/////////////////////////////////////////////////////////////////////////////
242+
//
243+
// String Table
244+
//
245+
246+
STRINGTABLE
247+
BEGIN
248+
IDS_EDIT_WITH_NOTEPADPLUSPLUS "Uredi sa &Notepad++"
249+
END
250+
251+
#endif // Serbian (Latin, Serbia) resources
252+
/////////////////////////////////////////////////////////////////////////////
253+
254+
215255
/////////////////////////////////////////////////////////////////////////////
216256
// Serbian (Latin, Bosnia & Herzegovina) resources
217257

0 commit comments

Comments
 (0)