summaryrefslogtreecommitdiff
path: root/src/resources.c
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-11-23 12:33:35 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-11-23 12:33:35 +0200
commit71b93a446de83d4f8582a60f809f0108afc95add (patch)
tree84360b5031a8e0000670f5b7f9ad240d65a5be07 /src/resources.c
parent88fcfb66c97c094c346b7221229d68b245836c3c (diff)
Added Turkish UI language
IssueID #396
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" },