From 5cfbc6ed5b6a1e3818d47843a20adc0669bd9755 Mon Sep 17 00:00:00 2001 From: Vasile Chelban Date: Sun, 25 Jun 2023 11:19:00 +0100 Subject: Added Romanian layout and translations with special romanian characters (#358) Added Romanian characters to the keyboard layout and changed the positioning corner for the secondary characters that were conflicting with the newly-introduced romanian characters Added Romanian translations--- srcs/juloo.keyboard2/Config.java | 1 + 1 file changed, 1 insertion(+) (limited to 'srcs') diff --git a/srcs/juloo.keyboard2/Config.java b/srcs/juloo.keyboard2/Config.java index 00c8308..68fd81b 100644 --- a/srcs/juloo.keyboard2/Config.java +++ b/srcs/juloo.keyboard2/Config.java @@ -356,6 +356,7 @@ final class Config case "qwerty": id = R.xml.qwerty; break; case "qwerty_el": id = R.xml.qwerty_el; break; case "qwerty_es": id = R.xml.qwerty_es; break; + case "qwerty_ro": id = R.xml.qwerty_ro; break; case "qwerty_hu": id = R.xml.qwerty_hu; break; case "qwerty_ko": id = R.xml.qwerty_ko; break; case "qwerty_lv": id = R.xml.qwerty_lv; break; -- cgit v1.2.3