Revision: 51319
          
http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=51319
Author:   mont29
Date:     2012-10-14 19:38:27 +0000 (Sun, 14 Oct 2012)
Log Message:
-----------
Adding Estonian new language.

Modified Paths:
--------------
    trunk/blender/source/blender/makesrna/intern/rna_userdef.c

Modified: trunk/blender/source/blender/makesrna/intern/rna_userdef.c
===================================================================
--- trunk/blender/source/blender/makesrna/intern/rna_userdef.c  2012-10-14 
15:29:09 UTC (rev 51318)
+++ trunk/blender/source/blender/makesrna/intern/rna_userdef.c  2012-10-14 
19:38:27 UTC (rev 51319)
@@ -2987,7 +2987,7 @@
        /* locale according to 
http://www.roseindia.net/tutorials/I18N/locales-list.shtml */
        /* if you edit here, please also edit the 
source/blender/blenfont/intern/blf_lang.c 's locales */
        /* Note: As this list is in alphabetical order, and not defined order,
-        *       here is the highest define currently in use: 33 (Hebrew). */
+        *       here is the highest define currently in use: 34 (Estonian). */
        static EnumPropertyItem language_items[] = {
                { 0, "", 0, N_("Nearly Done"), ""},
                { 0, "DEFAULT", 0, "Default (Default)", ""},
@@ -3010,6 +3010,7 @@
                {16, "CROATIAN", 0, "Croatian (Hrvatski)", "hr_HR"},
                {11, "CZECH", 0, "Czech (Český)", "cs_CZ"},
                { 3, "DUTCH", 0, "Dutch (Nederlandse taal)", "nl_NL"},
+               {34, "ESTONIAN", 0, "Estonian (Eestlane)", "et_EE"},
                { 6, "FINNISH", 0, "Finnish (Suomi)", "fi_FI"},
                { 5, "GERMAN", 0, "German (Deutsch)", "de_DE"},
                {23, "GREEK", 0, "Greek (Ελληνικά)", "el_GR"},

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to