summaryrefslogtreecommitdiff
path: root/src/resources.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources.c')
-rw-r--r--src/resources.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/resources.c b/src/resources.c
index 24fbe214..c60a2916 100644
--- a/src/resources.c
+++ b/src/resources.c
@@ -51,6 +51,7 @@ iBlock blobRu_Resources;
51iBlock blobSk_Resources; 51iBlock blobSk_Resources;
52iBlock blobSr_Resources; 52iBlock blobSr_Resources;
53iBlock blobTok_Resources; 53iBlock blobTok_Resources;
54iBlock blobTr_Resources;
54iBlock blobUk_Resources; 55iBlock blobUk_Resources;
55iBlock blobZh_Hans_Resources; 56iBlock blobZh_Hans_Resources;
56iBlock blobZh_Hant_Resources; 57iBlock blobZh_Hant_Resources;
@@ -85,6 +86,7 @@ static struct {
85 { &blobSk_Resources, "lang/sk.bin" }, 86 { &blobSk_Resources, "lang/sk.bin" },
86 { &blobSr_Resources, "lang/sr.bin" }, 87 { &blobSr_Resources, "lang/sr.bin" },
87 { &blobTok_Resources, "lang/tok.bin" }, 88 { &blobTok_Resources, "lang/tok.bin" },
89 { &blobTr_Resources, "lang/tr.bin" },
88 { &blobUk_Resources, "lang/uk.bin" }, 90 { &blobUk_Resources, "lang/uk.bin" },
89 { &blobZh_Hans_Resources, "lang/zh_Hans.bin" }, 91 { &blobZh_Hans_Resources, "lang/zh_Hans.bin" },
90 { &blobZh_Hant_Resources, "lang/zh_Hant.bin" }, 92 { &blobZh_Hant_Resources, "lang/zh_Hant.bin" },