[Libreoffice-commits] core.git: cui/uiconfig

Laurent Balland-Poirier laurent.balland-poirier at laposte.net
Wed Sep 28 21:02:24 UTC 2016


 cui/uiconfig/ui/optctlpage.ui |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 80942ca029a632beb48d0e1baf37e28a355c7dd9
Author: Laurent Balland-Poirier <laurent.balland-poirier at laposte.net>
Date:   Sun Sep 18 21:01:00 2016 +0200

    tdf#102235 Replace Hindi with Indic and add some sample digits
    
    Tools > Options > Language settings > Complex Text Layout > Numerals:
    Choosing "Hindi" (eastern arabic) numerals is quite confusing
    for Hindi language which use Devanagari numerals.
    I propose to recall it "Indic"
    See https://en.wikipedia.org/wiki/Eastern_Arabic_numerals
    and add some sample digits
    
    Change-Id: I97e50d6e5c4715eb3aed9701457164269d5d75da
    Reviewed-on: https://gerrit.libreoffice.org/29000
    Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
    Tested-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>

diff --git a/cui/uiconfig/ui/optctlpage.ui b/cui/uiconfig/ui/optctlpage.ui
index d965e0d..d585c06 100644
--- a/cui/uiconfig/ui/optctlpage.ui
+++ b/cui/uiconfig/ui/optctlpage.ui
@@ -232,8 +232,8 @@
                     <property name="visible">True</property>
                     <property name="can_focus">False</property>
                     <items>
-                      <item translatable="yes">Arabic</item>
-                      <item translatable="yes">Hindi</item>
+                      <item translatable="yes">Arabic (1, 2, 3...)</item>
+                      <item translatable="yes">Indic (٣ ,٢ ,١...)</item>
                       <item translatable="yes">System</item>
                       <item translatable="yes">Context</item>
                     </items>


More information about the Libreoffice-commits mailing list