From 5e348489190c5781f496e7dd4165b144c300dfc6 Mon Sep 17 00:00:00 2001 From: saubyk <39208279+saubyk@users.noreply.github.com> Date: Sun, 3 Mar 2019 21:59:33 -0500 Subject: [PATCH] Update Roadmap.md --- Roadmap.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Roadmap.md b/Roadmap.md index c7ae941f..4a920da6 100644 --- a/Roadmap.md +++ b/Roadmap.md @@ -14,7 +14,7 @@ Automate RTL setup so that installation process is simpler than the current meth Current UX for mobile users is less than optimal. We are attempting to provide a responsive UI, so that users can access the same app via browser on any device. This requires more UX optimization for mobile resolution. ### C-Lightning -We want to extend the RTL UI framework to other lightning node implementations as well. The current architecture can support it without major re-engineering, as we have an api abstraction layer written in nodejs. Additionally, projects like Lighter, offer a lot of promise to speed up the development process for this. +We want to extend the RTL UI framework to other lightning node implementations as well. The current architecture can support it without major re-engineering, as we have an api abstraction layer written in nodejs. Additionally, projects like [Lighter](https://gitlab.com/inbitcoin/lighter), offer a lot of promise to speed up the development process for this. ### Globalization Multi-language support. We can provide a customizable framework for multi-language support. But to extend support for other languages would require contribution from the development community, to use the framework and create multi-language support.