[Bf-translations-svn] SVN commit: /data/svn/bf-translations [128] branches: Updated ar_ and fa_to_utf.py scripts (own mistake in previous commit).

bf-translations at blender.org bf-translations at blender.org
Tue Oct 25 10:28:19 CEST 2011


Revision: 128
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-translations&revision=128
Author:   mont29
Date:     2011-10-25 08:28:18 +0000 (Tue, 25 Oct 2011)
Log Message:
-----------
Updated ar_ and fa_to_utf.py scripts (own mistake in previous commit).

Modified Paths:
--------------
    branches/ar/ar_to_utf.py
    branches/fa/fa_to_utf.py

Modified: branches/ar/ar_to_utf.py
===================================================================
--- branches/ar/ar_to_utf.py	2011-10-25 08:22:34 UTC (rev 127)
+++ branches/ar/ar_to_utf.py	2011-10-25 08:28:18 UTC (rev 128)
@@ -200,7 +200,7 @@
                 if x[g+1] == "\"":
                     chr="\\\""
                     g += 1
-                if x[g+1] == "t":
+                elif x[g+1] == "t":
                     chr="\\t"
                     g += 1
                 else:

Modified: branches/fa/fa_to_utf.py
===================================================================
--- branches/fa/fa_to_utf.py	2011-10-25 08:22:34 UTC (rev 127)
+++ branches/fa/fa_to_utf.py	2011-10-25 08:28:18 UTC (rev 128)
@@ -170,7 +170,7 @@
                 if x[g+1] == "\"":
                     chr="\\\""
                     g += 1
-                if x[g+1] == "t":
+                elif x[g+1] == "t":
                     chr="\\t"
                     g += 1
                 else:



More information about the Bf-translations-svn mailing list