summaryrefslogtreecommitdiffstats
path: root/source/web/po/swatlang.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/web/po/swatlang.h')
-rw-r--r--source/web/po/swatlang.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/source/web/po/swatlang.h b/source/web/po/swatlang.h
new file mode 100644
index 00000000000..6ce090c85d3
--- /dev/null
+++ b/source/web/po/swatlang.h
@@ -0,0 +1,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