diff --git a/CMakeLists.txt b/CMakeLists.txt

index 3238d9b2..d7167cb9 100644

--- a/CMakeLists.txt

+++ b/CMakeLists.txt

@@ -76,6 +76,7 @@ set (EMBED_RESOURCES

 res/fonts/SourceSansPro-Regular.ttf

 res/fonts/SourceSansPro-Bold.ttf

 res/fonts/Symbola.ttf

+ res/lang/de.bin

 res/lang/en.bin

 res/lang/es.bin

 res/lang/fi.bin

diff --git a/res/lang/de.bin b/res/lang/de.bin

new file mode 100644

index 00000000..691538a8

Binary files /dev/null and b/res/lang/de.bin differ

diff --git a/src/lang.c b/src/lang.c

index 750e282c..eb5cb9c3 100644

--- a/src/lang.c

+++ b/src/lang.c

@@ -56,7 +56,7 @@ static void load_Lang_(iLang *d, const char *id) {

                    : equal_CStr(id, "fr")      ? &blobFr_Embedded

                    : equal_CStr(id, "ru")      ? &blobRu_Embedded

                    : equal_CStr(id, "es")      ? &blobEs_Embedded

-// : equal_CStr(id, "de") ? &blobDe_Embedded

+ : equal_CStr(id, "de") ? &blobDe_Embedded

                    : equal_CStr(id, "ie")      ? &blobIe_Embedded

                    : equal_CStr(id, "sr")      ? &blobSr_Embedded

                    : equal_CStr(id, "zh_Hans") ? &blobZh_Hans_Embedded

diff --git a/src/ui/util.c b/src/ui/util.c

index 45751a3f..79c7aaa9 100644

--- a/src/ui/util.c

+++ b/src/ui/util.c

@@ -1957,7 +1957,7 @@ iWidget *makePreferences_Widget(void) {

     /* UI languages. */ {

         iArray *uiLangs = collectNew_Array(sizeof(iMenuItem));

         const iMenuItem langItems[] = {

-// { "${lang.de} - de", 0, 0, "uilang id:de" },

+ { "${lang.de} - de", 0, 0, "uilang id:de" },

             { "${lang.en} - en", 0, 0, "uilang id:en" },

             { "${lang.es} - es", 0, 0, "uilang id:es" },

             { "${lang.fi} - fi", 0, 0, "uilang id:fi" },

Proxy Information
Original URL
gemini://git.skyjake.fi/lagrange/work%2Fv1.8/pcdiff/d64f68c8f4a1351d2de8bdb3061dd18da7613285
Status Code
Success (20)
Meta
text/plain
Capsule Response Time
72.24556 milliseconds
Gemini-to-HTML Time
0.960847 milliseconds

This content has been proxied by September (3851b).