summaryrefslogtreecommitdiffstats
path: root/source/web/po/swatlang.h
blob: 6ce090c85d378ba4f63a6028c5647263bd8d01d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef  __SWATLANG_H_DEFINED__
#define  __SWATLANG_H_DEFINED__

typedef struct {
	char *name;
	char *lang;
}	SwatLang;

static SwatLang swatlang[] = {
	"English", "",
	"Japanese", "ja_JP.ujis",
	NULL, NULL };
#endif