From 27d7fd7dd895009762aeecd78b910d8a4038b54e Mon Sep 17 00:00:00 2001 From: Vadim Lopatin Date: Wed, 16 Apr 2014 23:59:20 +0400 Subject: [PATCH] update readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ad5d697c..71ae99f1 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ GUI for D programming language, written in D. * Crossplatform (Win32 and Linux are supported in current version) * Mostly inspired by Android UI API (layouts, styles, two phase layout, ...) * Supports highly customizable UI themes and styles +* Supports internationalization * Hardware acceleration using OpenGL (when built with USE_OPENGL) * Fallback to Win32 API / XCB when OpenGL is not available * Actually it's a port (with major refactoring) of GUI library for cross platform OpenGL based implementation of Cool Reader app prokeject from C++.