From 7e7a5e4425a7825a9b0d899d6d13710acae82600 Mon Sep 17 00:00:00 2001 From: Jules Aguillon Date: Tue, 26 Dec 2023 17:16:29 +0100 Subject: Separate arabic layouts with hindu or arabic numerals This reverts the Tusinian layout (1af4e45) and instead introduce a new arabic PC layout with arabic numbers. Layouts are renamed: - arab_pc => arab_pc_hindu - arab_pc_tn => arab_pc --- res/xml/arab_alt.xml | 2 +- res/xml/arab_pc.xml | 20 ++++++++++---------- res/xml/arab_pc_ckb.xml | 2 +- res/xml/arab_pc_hindu.xml | 44 ++++++++++++++++++++++++++++++++++++++++++++ res/xml/arab_pc_tn.xml | 44 -------------------------------------------- res/xml/method.xml | 4 ++-- 6 files changed, 58 insertions(+), 58 deletions(-) create mode 100644 res/xml/arab_pc_hindu.xml delete mode 100644 res/xml/arab_pc_tn.xml (limited to 'res/xml') diff --git a/res/xml/arab_alt.xml b/res/xml/arab_alt.xml index f594f92..380d206 100644 --- a/res/xml/arab_alt.xml +++ b/res/xml/arab_alt.xml @@ -1,5 +1,5 @@ - + diff --git a/res/xml/arab_pc.xml b/res/xml/arab_pc.xml index 66a8fbd..62b086d 100644 --- a/res/xml/arab_pc.xml +++ b/res/xml/arab_pc.xml @@ -1,16 +1,16 @@ - - - - - - - - - - + + + + + + + + + + diff --git a/res/xml/arab_pc_ckb.xml b/res/xml/arab_pc_ckb.xml index 363e25f..0e9bd4f 100644 --- a/res/xml/arab_pc_ckb.xml +++ b/res/xml/arab_pc_ckb.xml @@ -1,5 +1,5 @@ - + diff --git a/res/xml/arab_pc_hindu.xml b/res/xml/arab_pc_hindu.xml new file mode 100644 index 0000000..b25eed1 --- /dev/null +++ b/res/xml/arab_pc_hindu.xml @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/xml/arab_pc_tn.xml b/res/xml/arab_pc_tn.xml deleted file mode 100644 index 8441614..0000000 --- a/res/xml/arab_pc_tn.xml +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/res/xml/method.xml b/res/xml/method.xml index 08b4570..8afbaad 100644 --- a/res/xml/method.xml +++ b/res/xml/method.xml @@ -1,7 +1,7 @@ - - + + -- cgit v1.2.3