Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlan Aguiar <alanjas@hotmail.com>2012-12-18 18:51:04 (GMT)
committer Alan Aguiar <alanjas@hotmail.com>2012-12-18 18:51:04 (GMT)
commit5ab9ba64cb949ff3bd8e07e642d02d1a916f1845 (patch)
treedd0c64da76473e591d1772df39ca845a7c35ee57
parentd1eca49b3fc902253d7eb502ddacc1a79db9d2da (diff)
uses type 15 for rivers
-rwxr-xr-xconozcouy.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/conozcouy.py b/conozcouy.py
index 3650db4..3d5e34c 100755
--- a/conozcouy.py
+++ b/conozcouy.py
@@ -489,6 +489,9 @@ class ConozcoUy():
elif (index == 4):
tipo = 3
texto = _('the %s') % respuesta
+ elif (index == 15):
+ tipo = 3
+ texto = _('the %s river') % respuesta
elif (index == 5):
tipo = 6
texto = _('the %(route)s') % {'route': respuesta}