It was all the time in locale/README, although there are no Python examples.
AFAIK there still is one missing thing for the Python part - plural
form support. Unfortunately I haven't found time to look into it as I
did with C part.
Let me know if I can be helpful,
Māris.
2016-01-25 17:45 GMT+02:00 Vaclav Petras <wenzeslaus@gmail.com>:
On Sun, Jan 24, 2016 at 3:09 AM, <svn_grass@osgeo.org> wrote:
Log:
Add comments for translators to help differentiating between similar
words.
Comment must be on preceding line to string!
Modified: grass/trunk/gui/wxpython/gis_set.py
--- grass/trunk/gui/wxpython/gis_set.py 2016-01-23 22:16:31 UTC (rev
67646)
+++ grass/trunk/gui/wxpython/gis_set.py 2016-01-24 08:09:17 UTC (rev
67647)
@@ -165,24 +165,30 @@
self.bbrowse = wx.Button(parent = self.gisdbase_panel, id =
wx.ID_ANY,
label = _("&Browse"))
self.bmapset = wx.Button(parent = self.mapset_panel, id =
wx.ID_ANY,
+ # GTC New mapset
label = _("&New"))
Would you mind extending submitting guidelines accordingly?