Przeglądaj źródła

wxGUI: fix turkish translation, list_grouped() upgdated --- TODO: g.list shell script style

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@34623 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 16 lat temu
rodzic
commit
f718644bd8
2 zmienionych plików z 2 dodań i 2 usunięć
  1. 1 1
      lib/python/grass.py
  2. 1 1
      locale/po/grasslibs_tr.po

+ 1 - 1
lib/python/grass.py

@@ -279,7 +279,7 @@ def list_grouped(type):
     are mapset names and the values are lists of maps in that mapset. 
     """
     dashes_re = re.compile("^----+$")
-    mapset_re = re.compile("<(.*)>:$")
+    mapset_re = re.compile("<(.*)>")
     result = {}
     mapset = None
     for line in read_command("g.list", type = type).splitlines():

+ 1 - 1
locale/po/grasslibs_tr.po

@@ -2075,7 +2075,7 @@ msgstr "<%s> harita takımında hiç %s dosyası yok\n"
 #: ../lib/gis/list.c:174
 #, c-format
 msgid "%s files available in mapset <%s>:\n"
-msgstr "<%s>  harita takımında kullanılabilir %s dosyalar :\n"
+msgstr "%s harita takımında kullanılabilir <%s> dosyalar:\n"
 
 #: ../lib/gis/list.c:245
 msgid "G_list: Unknown element type"