Added Scottish Gaelic translation

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6328 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
anders_k 2013-04-09 18:44:08 +00:00
parent 1b994f4ba4
commit 936244da8d
6 changed files with 331 additions and 0 deletions

View file

@ -4,6 +4,11 @@
#include <commctrl.h>
#include "resource.h"
#ifndef LANG_SCOTTISH_GAELIC
#define LANG_SCOTTISH_GAELIC 0x91
#define SUBLANG_SCOTTISH_GAELIC 0x01
#endif
#define CBL(x) {x,_T(#x)}
struct line {
@ -72,6 +77,7 @@ line primary[] = {
CBL(LANG_ROMANIAN),
CBL(LANG_RUSSIAN),
CBL(LANG_SANSKRIT),
CBL(LANG_SCOTTISH_GAELIC),
CBL(LANG_SERBIAN),
CBL(LANG_SINDHI),
CBL(LANG_SLOVAK),
@ -156,6 +162,7 @@ line sub[] = {
CBL(SUBLANG_NORWEGIAN_NYNORSK),
CBL(SUBLANG_PORTUGUESE),
CBL(SUBLANG_PORTUGUESE_BRAZILIAN),
CBL(SUBLANG_SCOTTISH_GAELIC),
CBL(SUBLANG_SERBIAN_LATIN),
CBL(SUBLANG_SERBIAN_CYRILLIC),
CBL(SUBLANG_SPANISH),